diff --git a/Gemfile.lock b/Gemfile.lock index e14341d..b1b915f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,7 @@ GEM autotest (4.4.6) ZenTest (>= 4.4.1) autotest-growl (0.2.16) + base64 (0.2.0) bson (1.8.5) bson_ext (1.8.5) bson (~> 1.8.5) @@ -27,9 +28,12 @@ GEM mongo_ext (>= 0.18.2) rack (>= 1.0.1) multi_json (1.7.2) - rack (1.5.2) - rack-protection (1.5.0) - rack + mustermann (3.0.3) + ruby2_keywords (~> 0.0.1) + rack (2.2.11) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rake (10.0.4) rspec (2.13.0) rspec-core (~> 2.13.0) @@ -39,15 +43,17 @@ GEM rspec-expectations (2.13.0) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.13.1) + ruby2_keywords (0.0.5) simplecov (0.7.1) multi_json (~> 1.0) simplecov-html (~> 0.7.1) simplecov-html (0.7.1) - sinatra (1.4.2) - rack (~> 1.5, >= 1.5.2) - rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) - tilt (1.3.7) + sinatra (3.2.0) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.2.0) + tilt (~> 2.0) + tilt (2.6.0) will_paginate (3.0.4) PLATFORMS