Skip to content

Commit

Permalink
Bump sentry-sidekiq from 5.17.3 to 5.21.0
Browse files Browse the repository at this point in the history
Bumps [sentry-sidekiq](https://github.com/getsentry/sentry-ruby) from 5.17.3 to 5.21.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.17.3...5.21.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 Oct 31, 2024
1 parent d4a6092 commit f77868b
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 @@ -60,7 +60,7 @@ gem 'platform-api', '~> 3.6', require: false

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

gem 'chartkick', '~> 5.0', '>= 5.0.6'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -252,14 +252,14 @@ GEM
logger
rubyzip (2.3.2)
securerandom (0.3.1)
sentry-rails (5.17.3)
sentry-rails (5.21.0)
railties (>= 5.0)
sentry-ruby (~> 5.17.3)
sentry-ruby (5.17.3)
sentry-ruby (~> 5.21.0)
sentry-ruby (5.21.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.17.3)
sentry-ruby (~> 5.17.3)
sentry-sidekiq (5.21.0)
sentry-ruby (~> 5.21.0)
sidekiq (>= 3.0)
sidekiq (7.3.1)
concurrent-ruby (< 2)
Expand Down Expand Up @@ -331,7 +331,7 @@ DEPENDENCIES
rubyzip (~> 2.3)
sentry-rails (~> 5.17)
sentry-ruby (~> 5.17)
sentry-sidekiq (~> 5.17)
sentry-sidekiq (~> 5.21)
sidekiq (~> 7.3)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.3)
Expand Down

0 comments on commit f77868b

Please sign in to comment.