Skip to content

Commit

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

Bump delayed_job_active_record from 4.1.3 to 4.1.4
  • Loading branch information
javierm committed Sep 27, 2020
2 parents 6ea5d21 + 891ff0f commit cdfd80f
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 @@ -16,7 +16,7 @@ gem "ckeditor", "~> 4.3.0"
gem "cocoon", "~> 1.2.14"
gem "daemons", "~> 1.3.1"
gem "dalli", "~> 2.7.6"
gem "delayed_job_active_record", "~> 4.1.3"
gem "delayed_job_active_record", "~> 4.1.4"
gem "devise", "~> 4.7.3"
gem "devise-async", "~> 1.0.0"
gem "devise_security_extension", git: "https://github.com/phatworx/devise_security_extension.git" #, "~> 0.10"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ GEM
daemons (1.3.1)
dalli (2.7.6)
database_cleaner (1.8.5)
delayed_job (4.1.5)
activesupport (>= 3.0, < 5.3)
delayed_job_active_record (4.1.3)
activerecord (>= 3.0, < 5.3)
delayed_job (4.1.8)
activesupport (>= 3.0, < 6.1)
delayed_job_active_record (4.1.4)
activerecord (>= 3.0, < 6.1)
delayed_job (>= 3.0, < 5)
devise (4.7.3)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -653,7 +653,7 @@ DEPENDENCIES
daemons (~> 1.3.1)
dalli (~> 2.7.6)
database_cleaner (~> 1.8.5)
delayed_job_active_record (~> 4.1.3)
delayed_job_active_record (~> 4.1.4)
devise (~> 4.7.3)
devise-async (~> 1.0.0)
devise_security_extension!
Expand Down

0 comments on commit cdfd80f

Please sign in to comment.