Update delayed_job

This commit is contained in:
redfast00 2018-07-26 16:50:30 +02:00
parent fd19756c05
commit 6afe54221f
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C
2 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@ gem 'identicon'
# Run stuff in the background
gem 'daemons'
gem 'delayed_job', '~> 4.0'
gem 'delayed_job', '4.1.4'
gem 'delayed_job_active_record'
gem 'httparty'

View file

@ -95,8 +95,8 @@ GEM
safe_yaml (~> 1.0.0)
crass (1.0.4)
daemons (1.2.3)
delayed_job (4.1.1)
activesupport (>= 3.0, < 5.0)
delayed_job (4.1.4)
activesupport (>= 3.0, < 5.2)
delayed_job_active_record (4.1.0)
activerecord (>= 3.0, < 5)
delayed_job (>= 3.0, < 5)
@ -323,7 +323,7 @@ DEPENDENCIES
codeclimate-test-reporter
coveralls
daemons
delayed_job (~> 4.0)
delayed_job (= 4.1.4)
delayed_job_active_record
devise
factory_girl_rails