Skip to content

Commit

Permalink
Bump delayed_job_active_record from 4.1.6 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases)
- [Commits](collectiveidea/delayed_job_active_record@v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: delayed_job_active_record
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and javierm committed Aug 26, 2022
1 parent 9d430fa commit fb6abad
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.15"
gem "daemons", "~> 1.4.1"
gem "dalli", "~> 2.7.11"
gem "delayed_job_active_record", "~> 4.1.6"
gem "delayed_job_active_record", "~> 4.1.7"
gem "devise", "~> 4.8.0"
gem "devise-security", "~> 0.16.0"
gem "file_validators", "~> 3.0.0"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ GEM
crass (1.0.6)
daemons (1.4.1)
dalli (2.7.11)
delayed_job (4.1.9)
activesupport (>= 3.0, < 6.2)
delayed_job_active_record (4.1.6)
activerecord (>= 3.0, < 6.2)
delayed_job (4.1.10)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
device_detector (1.0.5)
devise (4.8.0)
Expand Down Expand Up @@ -728,7 +728,7 @@ DEPENDENCIES
coveralls (~> 0.8.23)
daemons (~> 1.4.1)
dalli (~> 2.7.11)
delayed_job_active_record (~> 4.1.6)
delayed_job_active_record (~> 4.1.7)
devise (~> 4.8.0)
devise-security (~> 0.16.0)
email_spec (~> 2.2.0)
Expand Down

0 comments on commit fb6abad

Please sign in to comment.