Skip to content

Commit

Permalink
Bump delayed_job_active_record from 4.1.10 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.10 to 4.1.11.
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases)
- [Commits](collectiveidea/delayed_job_active_record@v4.1.10...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 11, 2024
1 parent 806abf1 commit 6b8b921
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'bootsnap', '~> 1.18.4', require: false
gem 'json_schemer', '~> 2.3.0'

# delayed jobs
gem 'delayed_job_active_record', '~> 4.1.10'
gem 'delayed_job_active_record', '~> 4.1.11'

# dashboard
gem 'delayed_job_web', '~>1.4.4'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ GEM
msgpack
date (3.3.4)
debase-ruby_core_source (3.3.1)
delayed_job (4.1.12)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.10)
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)
delayed_job_web (1.4.4)
activerecord (> 3.0.0)
Expand Down Expand Up @@ -479,7 +479,7 @@ GEM
logger
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
securerandom (0.3.1)
securerandom (0.3.2)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -525,7 +525,7 @@ GEM
test-prof (1.4.2)
thor (1.3.1)
tilt (2.0.11)
timeout (0.4.1)
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
Expand Down Expand Up @@ -581,7 +581,7 @@ DEPENDENCIES
cssbundling-rails (~> 1.4.1)
dalli (~> 3.2.8)
datadog (~> 2.4.0)
delayed_job_active_record (~> 4.1.10)
delayed_job_active_record (~> 4.1.11)
delayed_job_web (~> 1.4.4)
devise (~> 4.9.4)
diff-lcs (~> 1.5)
Expand Down

0 comments on commit 6b8b921

Please sign in to comment.