diff options
author | Alex Legler <alex@a3li.li> | 2015-03-14 12:55:48 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-14 12:55:48 +0100 |
commit | 9b5376c7af49ad3a69500f9bfcced2ca2f79c34f (patch) | |
tree | 923c78a3f39893b8c918079ac80cf976a23a4f7b | |
parent | Redirect ?passthru=1 requests (diff) | |
download | security-9b5376c7af49ad3a69500f9bfcced2ca2f79c34f.tar.gz security-9b5376c7af49ad3a69500f9bfcced2ca2f79c34f.tar.bz2 security-9b5376c7af49ad3a69500f9bfcced2ca2f79c34f.zip |
Update gem versions
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 192e498..fe87927 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,8 +2,8 @@ GEM remote: https://rubygems.org/ specs: crass (1.0.1) - daemons (1.1.9) - eventmachine (1.0.4) + daemons (1.2.1) + eventmachine (1.0.7) json (1.8.2) mini_portile (0.6.2) nokogiri (1.6.6.2) @@ -13,7 +13,7 @@ GEM rack (1.6.0) rack-protection (1.5.3) rack - sanitize (3.1.1) + sanitize (3.1.2) crass (~> 1.0.1) nokogiri (>= 1.4.4) nokogumbo (= 1.2.0) |