Skip to content

Commit

Permalink
Bump sentry-ruby from 5.21.0 to 5.22.0
Browse files Browse the repository at this point in the history
Bumps [sentry-ruby](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-ruby
  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 6e214f0
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 @@ -58,7 +58,7 @@ gem 'sprockets-rails', '~> 3.5'

gem 'platform-api', '~> 3.7', require: false

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

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.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 @@ -330,7 +330,7 @@ DEPENDENCIES
rspec-rails (~> 7.0)
rubyzip (~> 2.3)
sentry-rails (~> 5.17)
sentry-ruby (~> 5.17)
sentry-ruby (~> 5.22)
sentry-sidekiq (~> 5.21)
sidekiq (~> 7.3)
sprockets-rails (~> 3.5)
Expand Down

0 comments on commit 6e214f0

Please sign in to comment.