Skip to content

Commit

Permalink
Bump sidekiq from 7.1.3 to 7.2.4
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.1.3 to 7.2.4.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.1.3...v7.2.4)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kyleecodes committed May 28, 2024
1 parent d873fd0 commit a46a146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'jwt', '~> 2.7', '>= 2.7.1'
gem 'turbolinks', '~> 5.2'
gem 'memoist', '~> 0.16.0'
gem 'bootstrap_form', '~> 4.2'
gem 'sidekiq', '~> 7.1'
gem 'sidekiq', '~> 7.2'
gem 'sidekiq-history', '~> 0.0.13'
gem 'rollbar', '~> 2.19', '>= 2.19.3'
gem 'meta-tags', '~> 2.11', '>= 2.11.1'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
activesupport
cldr-plurals-runtime-rb (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
css_parser (1.14.0)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -249,7 +249,7 @@ GEM
ffi (~> 1.0)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.17.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.8.1)
rest-client (2.1.0)
Expand Down Expand Up @@ -310,11 +310,11 @@ GEM
railties (>= 5.2)
semantic_range (>= 2.3.0)
shallow_attributes (0.9.5)
sidekiq (7.1.3)
sidekiq (7.2.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
redis-client (>= 0.19.0)
sidekiq-history (0.0.13)
sidekiq (>= 6.5.0)
simplecov (0.22.0)
Expand Down Expand Up @@ -399,7 +399,7 @@ DEPENDENCIES
scout_apm (~> 5.3, >= 5.3.5)
shakapacker (~> 7.0, >= 7.0.2)
shallow_attributes (~> 0.9.4)
sidekiq (~> 7.1)
sidekiq (~> 7.2)
sidekiq-history (~> 0.0.13)
simplecov
spring (~> 4.1, >= 4.1.1)
Expand Down

0 comments on commit a46a146

Please sign in to comment.