Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent d755341 commit 0b5f566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ group :doc do
gem 'sdoc', require: false
end

gem "sidekiq", "~> 7.0"
gem "sidekiq", "~> 7.2"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-cas (0.16.1)
addressable (~> 2.3)
nokogiri (~> 1.5)
Expand Down Expand Up @@ -312,7 +312,7 @@ GEM
psych (>= 4.0.0)
record_tag_helper (1.0.1)
actionview (>= 5)
redis-client (0.21.0)
redis-client (0.22.1)
connection_pool
regexp_parser (2.9.0)
request_store (1.6.0)
Expand Down Expand Up @@ -375,7 +375,7 @@ GEM
sentry-ruby (5.17.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sidekiq (7.2.2)
sidekiq (7.2.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -502,7 +502,7 @@ DEPENDENCIES
select2-rails
sentry-rails
sentry-ruby
sidekiq (~> 7.0)
sidekiq (~> 7.2)
simple_enum
simple_form
simple_token_authentication
Expand Down

0 comments on commit 0b5f566

Please sign in to comment.