Skip to content

Commit

Permalink
Merge pull request #2927 from consul/dependabot/bundler/delayed_job_a…
Browse files Browse the repository at this point in the history
…ctive_record-4.1.3

Bump delayed_job_active_record from 4.1.2 to 4.1.3
  • Loading branch information
voodoorai2000 committed Oct 5, 2018
2 parents 6499732 + 6cb579d commit 4084b1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'cocoon', '~> 1.2.9'
gem 'coffee-rails', '~> 4.2.2'
gem 'daemons', '~> 1.2.4'
gem 'dalli', '~> 2.7.6'
gem 'delayed_job_active_record', '~> 4.1.0'
gem 'delayed_job_active_record', '~> 4.1.3'
gem 'devise', '~> 3.5.7'
gem 'devise-async', '~> 0.10.2'
gem 'devise_security_extension', '~> 0.10.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ GEM
dalli (2.7.6)
database_cleaner (1.6.2)
debug_inspector (0.0.3)
delayed_job (4.1.3)
activesupport (>= 3.0, < 5.2)
delayed_job_active_record (4.1.2)
activerecord (>= 3.0, < 5.2)
delayed_job (4.1.5)
activesupport (>= 3.0, < 5.3)
delayed_job_active_record (4.1.3)
activerecord (>= 3.0, < 5.3)
delayed_job (>= 3.0, < 5)
devise (3.5.10)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -519,7 +519,7 @@ DEPENDENCIES
daemons (~> 1.2.4)
dalli (~> 2.7.6)
database_cleaner (~> 1.6.1)
delayed_job_active_record (~> 4.1.0)
delayed_job_active_record (~> 4.1.3)
devise (~> 3.5.7)
devise-async (~> 0.10.2)
devise_security_extension (~> 0.10.0)
Expand Down

0 comments on commit 4084b1c

Please sign in to comment.