Skip to content

Commit

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

---
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 Oct 31, 2023
1 parent ccaaf42 commit c7c31b4
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 @@ -48,7 +48,7 @@ gem 'tailwindcss-rails', '~> 2.0'
gem 'rubyzip', '~> 2.3'
gem 'heroicon', '~> 1.0.0'
gem 'rails-i18n', '~> 7.0'
gem 'sidekiq', '~> 7.1'
gem 'sidekiq', '~> 7.2'
gem 'pg_search', '~> 2.3'
gem 'meta-tags', '~> 2.18'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ GEM
rate_throttle_client (0.1.2)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.17.0)
redis-client (0.18.0)
connection_pool
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
sentry-sidekiq (5.11.0)
sentry-ruby (~> 5.11.0)
sidekiq (>= 3.0)
sidekiq (7.1.2)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -302,7 +302,7 @@ DEPENDENCIES
sentry-rails (~> 5.11)
sentry-ruby (~> 5.11)
sentry-sidekiq (~> 5.11)
sidekiq (~> 7.1)
sidekiq (~> 7.2)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.2)
tailwindcss-rails (~> 2.0)
Expand Down

0 comments on commit c7c31b4

Please sign in to comment.