Skip to content

Commit

Permalink
Bump delayed_job_active_record from 4.1.7 to 4.1.11
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.7 to 4.1.11.
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases)
- [Commits](collectiveidea/delayed_job_active_record@v4.1.7...v4.1.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 2ed49c2 commit fbe6fae
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 @@ -7,7 +7,7 @@ gem "audited", "5.7.0"
gem "aws-sdk-ecs", "~> 1.165.0"
gem "aws-sdk-s3", "~> 1.132"
gem "cancancan", "~> 3.5"
gem "delayed_job_active_record", "4.1.7"
gem "delayed_job_active_record", "4.1.11"
gem "devise"
gem "ip", "~> 0.3.1"
gem "ipaddress_2"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ GEM
rexml
crass (1.0.6)
date (3.4.0)
delayed_job (4.1.10)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
activerecord (>= 3.0, < 8.0)
delayed_job (4.1.13)
activesupport (>= 3.0, < 9.0)
delayed_job_active_record (4.1.11)
activerecord (>= 3.0, < 9.0)
delayed_job (>= 3.0, < 5)
devise (4.9.4)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -414,7 +414,7 @@ DEPENDENCIES
byebug
cancancan (~> 3.5)
capybara (>= 2.15)
delayed_job_active_record (= 4.1.7)
delayed_job_active_record (= 4.1.11)
devise
dotenv-rails
factory_bot_rails
Expand Down

0 comments on commit fbe6fae

Please sign in to comment.