Skip to content

Commit

Permalink
Bump sentry-sidekiq from 5.21.0 to 5.22.0
Browse files Browse the repository at this point in the history
Bumps [sentry-sidekiq](https://github.com/getsentry/sentry-ruby) from 5.21.0 to 5.22.0.
- [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.21.0...5.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent b91edf1 commit 0ba245d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.17'
gem 'sentry-rails', '~> 5.17'
gem 'sentry-sidekiq', '~> 5.21'
gem 'sentry-sidekiq', '~> 5.22'

gem 'chartkick', '~> 5.1'

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -252,14 +252,14 @@ GEM
logger
rubyzip (2.3.2)
securerandom (0.3.2)
sentry-rails (5.21.0)
sentry-rails (5.22.0)
railties (>= 5.0)
sentry-ruby (~> 5.21.0)
sentry-ruby (5.21.0)
sentry-ruby (~> 5.22.0)
sentry-ruby (5.22.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.21.0)
sentry-ruby (~> 5.21.0)
sentry-sidekiq (5.22.0)
sentry-ruby (~> 5.22.0)
sidekiq (>= 3.0)
sidekiq (7.3.6)
connection_pool (>= 2.3.0)
Expand Down Expand Up @@ -331,7 +331,7 @@ DEPENDENCIES
rubyzip (~> 2.3)
sentry-rails (~> 5.17)
sentry-ruby (~> 5.17)
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 0ba245d

Please sign in to comment.