aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2014-05-18 13:11:00 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2014-05-18 13:11:00 +0200
commiteed52c8808fceb0004e488f77f0bc6904f7aaddf (patch)
tree1813d45e25e5f94552f809c1eebba5b83e93c83c /Gemfile.lock
parent30973e35a0271ed0cfab524a017a0e77d34352b6 (diff)
downloadrails-eed52c8808fceb0004e488f77f0bc6904f7aaddf.tar.gz
rails-eed52c8808fceb0004e488f77f0bc6904f7aaddf.tar.bz2
rails-eed52c8808fceb0004e488f77f0bc6904f7aaddf.zip
Add ResqueAdapter and provide test infrastructure for the now multiple adapters
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock22
1 files changed, 22 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d4b8ae3df8..213e0b8c10 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -16,12 +16,34 @@ GEM
i18n (0.6.9)
json (1.8.1)
minitest (5.3.4)
+ mono_logger (1.1.0)
+ multi_json (1.9.3)
+ rack (1.5.2)
+ rack-protection (1.5.2)
+ rack
+ redis (3.0.7)
+ redis-namespace (1.4.1)
+ redis (~> 3.0.4)
+ resque (1.24.1)
+ mono_logger (~> 1.0)
+ multi_json (~> 1.0)
+ redis-namespace (~> 1.2)
+ sinatra (>= 0.9.2)
+ vegas (~> 0.1.2)
+ sinatra (1.4.4)
+ rack (~> 1.4)
+ rack-protection (~> 1.4)
+ tilt (~> 1.3, >= 1.3.4)
thread_safe (0.3.3)
+ tilt (1.4.1)
tzinfo (1.1.0)
thread_safe (~> 0.1)
+ vegas (0.1.11)
+ rack (>= 1.0.0)
PLATFORMS
ruby
DEPENDENCIES
activejob!
+ resque