1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-08 07:22:38 +00:00

I think I got delayed jobs working

This commit is contained in:
2015-12-29 18:50:18 +00:00
parent 106291fbaf
commit 0d310c587b
6 changed files with 18 additions and 1 deletions

View File

@@ -49,6 +49,11 @@ GEM
coffee-script-source (1.9.1.1)
concurrent-ruby (1.0.0)
dalli (2.7.5)
delayed_job (4.1.1)
activesupport (>= 3.0, < 5.0)
delayed_job_active_record (4.1.0)
activerecord (>= 3.0, < 5)
delayed_job (>= 3.0, < 5)
devise (3.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
@@ -162,6 +167,7 @@ DEPENDENCIES
cancancan
coffee-rails (~> 4.0.0)
dalli
delayed_job_active_record
devise
jbuilder (~> 2.0)
jquery-rails