aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-05-19 23:23:02 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-05-19 23:23:02 -0500
commit3a233d087a4221ad8822f70e2ae289ef7e543985 (patch)
treeaa77d53751dbab75256b7c6ba20fbd1bb323e47f /Gemfile.lock
parentc6925f52d07a01c2b729a70bac60b11f7e514d76 (diff)
parent1b71fe59b8cd6c7347729703c064b64866b3502e (diff)
downloadrails-3a233d087a4221ad8822f70e2ae289ef7e543985.tar.gz
rails-3a233d087a4221ad8822f70e2ae289ef7e543985.tar.bz2
rails-3a233d087a4221ad8822f70e2ae289ef7e543985.zip
Merge pull request #37 from Aesthetikx/master
Add Sneakers wrapper
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c1df0ebc36..5f5745b53b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -20,7 +20,10 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
+ amq-protocol (1.9.2)
builder (3.2.2)
+ bunny (1.1.9)
+ amq-protocol (>= 1.9.2)
celluloid (0.15.2)
timers (~> 1.1.0)
connection_pool (2.0.0)
@@ -47,18 +50,28 @@ GEM
redis-namespace (~> 1.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
+ serverengine (1.5.7)
+ sigdump (~> 0.2.2)
sidekiq (3.0.2)
celluloid (>= 0.15.2)
connection_pool (>= 2.0.0)
json
redis (>= 3.0.6)
redis-namespace (>= 1.3.1)
+ sigdump (0.2.2)
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
+ sneakers (0.1.1.pre)
+ bunny (~> 1.1.3)
+ serverengine
+ thor
+ thread
sucker_punch (1.0.5)
celluloid (~> 0.15.2)
+ thor (0.19.1)
+ thread (0.1.4)
thread_safe (0.3.3)
tilt (1.4.1)
timers (1.1.0)
@@ -77,4 +90,5 @@ DEPENDENCIES
rake
resque
sidekiq
+ sneakers (= 0.1.1.pre)
sucker_punch