summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index fe1ee38..c8a263e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -13,7 +13,7 @@ GEM
eventmachine (1.0.8)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
- json (1.8.2)
+ json (1.8.6)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.4.3)
@@ -32,10 +32,10 @@ GEM
tilt (~> 1.3, >= 1.3.4)
sinatra-partial (0.4.0)
sinatra
- thin (1.6.4)
+ thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
- eventmachine (~> 1.0)
- rack (~> 1.0)
+ eventmachine (~> 1.0, >= 1.0.4)
+ rack (>= 1, < 3)
tilt (1.4.1)
PLATFORMS