diff --git a/Gemfile b/Gemfile index 595cee789b..5c9769c0c5 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem 'rabl', '0.9.3' gem 'multi_json', '~> 1.11.0' gem 'oj', '~> 2.14.6' -gem 'delayed_job_active_record', '~> 4.0.2' +gem 'delayed_job_active_record', '~> 4.1.0' gem 'daemons' # include custom rack-protection for now until rkh/rack-protection is fixed and released diff --git a/Gemfile.lock b/Gemfile.lock index 92528af28b..552795ad62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,11 +212,11 @@ GEM activemodel activesupport debug_inspector (0.0.2) - delayed_job (4.0.6) + delayed_job (4.1.1) activesupport (>= 3.0, < 5.0) - delayed_job_active_record (4.0.3) - activerecord (>= 3.0, < 5.0) - delayed_job (>= 3.0, < 4.1) + delayed_job_active_record (4.1.0) + activerecord (>= 3.0, < 5) + delayed_job (>= 3.0, < 5) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.2.5) @@ -601,7 +601,7 @@ DEPENDENCIES dalli (~> 2.7.6) database_cleaner (~> 1.4.1) date_validator (~> 0.9.0) - delayed_job_active_record (~> 4.0.2) + delayed_job_active_record (~> 4.1.0) equivalent-xml (~> 0.5.1) execjs (~> 2.4.0) factory_girl (~> 4.5)