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 # Run stuff in the background
gem 'daemons' gem 'daemons'
gem 'delayed_job', '~> 4.0' gem 'delayed_job', '4.1.4'
gem 'delayed_job_active_record' gem 'delayed_job_active_record'
gem 'httparty' gem 'httparty'

View file

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