Skip to content

Commit

Permalink
Bump delayed_job_active_record from 4.1.7 to 4.1.8
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.8.
- [Commits](collectiveidea/delayed_job_active_record@v4.1.7...v4.1.8)

---
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 Oct 16, 2023
1 parent 1eab99f commit 150cbe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.16.0', require: false
gem 'json_schemer', '~> 2.0.0'

# delayed jobs
gem 'delayed_job_active_record', '~> 4.1.7'
gem 'delayed_job_active_record', '~> 4.1.8'

# dashboard
gem 'delayed_job_web', '~>1.4.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ GEM
libddwaf (~> 1.14.0.0.0)
msgpack
debase-ruby_core_source (3.2.2)
delayed_job (4.1.10)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
delayed_job_active_record (4.1.8)
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
delayed_job_web (1.4.4)
Expand Down Expand Up @@ -576,7 +576,7 @@ DEPENDENCIES
cssbundling-rails (~> 1.3.3)
dalli (~> 3.2.6)
ddtrace (~> 1.15.0)
delayed_job_active_record (~> 4.1.7)
delayed_job_active_record (~> 4.1.8)
delayed_job_web (~> 1.4.4)
devise (~> 4.9.3)
diff-lcs (~> 1.5)
Expand Down

0 comments on commit 150cbe4

Please sign in to comment.