Skip to content

Commit

Permalink
Bump sentry-sidekiq and sentry-rails
Browse files Browse the repository at this point in the history
Bumps [sentry-sidekiq](https://github.com/getsentry/sentry-ruby) and [sentry-rails](https://github.com/getsentry/sentry-ruby). These dependencies needed to be updated together.

Updates `sentry-sidekiq` 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)

Updates `sentry-rails` 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
- dependency-name: sentry-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent ca001b6 commit 0af078b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ gem 'prometheus_exporter', '2.1.1'
gem 'puma', '>= 5.6.4'
gem 'rails', '~> 7.0.8'
gem 'redis', '~> 5.3.0'
gem 'sentry-rails', '~> 5.21.0'
gem 'sentry-sidekiq', '~> 5.21.0'
gem 'sentry-rails', '~> 5.22.0'
gem 'sentry-sidekiq', '~> 5.22.0'
gem 'sidekiq', '~> 7.3.6'
gem 'sidekiq_alive'
gem 'turbo-rails', '~> 2.0.11'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.8-arm64-darwin)
nokogiri (1.17.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.17.0-x86_64-linux)
racc (~> 1.4)
notifications-ruby-client (6.2.0)
jwt (>= 1.5, < 3)
Expand Down Expand Up @@ -437,14 +437,14 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
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)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
Expand Down Expand Up @@ -574,8 +574,8 @@ DEPENDENCIES
rubocop-rspec
rubocop-rspec_rails
selenium-webdriver (~> 4.26)
sentry-rails (~> 5.21.0)
sentry-sidekiq (~> 5.21.0)
sentry-rails (~> 5.22.0)
sentry-sidekiq (~> 5.22.0)
shoulda-matchers
sidekiq (~> 7.3.6)
sidekiq_alive
Expand Down

0 comments on commit 0af078b

Please sign in to comment.