Skip to content

Commit

Permalink
Bump sentry-sidekiq from 5.22.0 to 5.22.1
Browse files Browse the repository at this point in the history
Bumps [sentry-sidekiq](https://github.com/getsentry/sentry-ruby) from 5.22.0 to 5.22.1.
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.22.0...5.22.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2025
1 parent 0c8d7c3 commit a7e3b7a
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 @@ -60,7 +60,7 @@ gem 'platform-api', '~> 3.7', require: false

gem 'sentry-ruby', '~> 5.22'
gem 'sentry-rails', '~> 5.22'
gem 'sentry-sidekiq', '~> 5.21'
gem 'sentry-sidekiq', '~> 5.22'

gem 'chartkick', '~> 5.1'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ GEM
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
redis-client (0.23.2)
connection_pool
reline (0.6.0)
io-console (~> 0.5)
Expand Down Expand Up @@ -263,8 +263,8 @@ GEM
sentry-ruby (5.22.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.22.0)
sentry-ruby (~> 5.22.0)
sentry-sidekiq (5.22.1)
sentry-ruby (~> 5.22.1)
sidekiq (>= 3.0)
sidekiq (7.3.6)
connection_pool (>= 2.3.0)
Expand Down Expand Up @@ -339,7 +339,7 @@ DEPENDENCIES
rubyzip (~> 2.3)
sentry-rails (~> 5.22)
sentry-ruby (~> 5.22)
sentry-sidekiq (~> 5.21)
sentry-sidekiq (~> 5.22)
sidekiq (~> 7.3)
sprockets-rails (~> 3.5)
stimulus-rails (~> 1.3)
Expand Down

0 comments on commit a7e3b7a

Please sign in to comment.