summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-06 19:54:04 -0400
committernfoy <nfoy@purdue.edu>2014-04-06 19:54:04 -0400
commit2fd131ea6c6a1810d27941d85bcf5a5eb2d8669f (patch)
tree3315f88c994f3140fe5e42950970a70b86cc2462 /Gemfile.lock
parent353a5dfcc1782744684922b7d41c8030750d1533 (diff)
add delayed_job_active_record to Gemfile
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 51e29e7..fd03576 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -40,6 +40,9 @@ GEM
coffee-script-source (1.7.0)
delayed_job (4.0.0)
activesupport (>= 3.0, < 4.1)
+ delayed_job_active_record (4.0.0)
+ activerecord (>= 3.0, < 4.1)
+ delayed_job (>= 3.0, < 4.1)
erubis (2.7.0)
execjs (2.0.2)
hike (1.2.3)
@@ -128,7 +131,7 @@ DEPENDENCIES
bcrypt-ruby (= 3.1.2)
bootstrap-sass
coffee-rails (~> 4.0.0)
- delayed_job
+ delayed_job_active_record
httparty
jbuilder (~> 1.2)
jquery-rails