Skip to content

Commit

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

Updates `sentry-rails` from 5.11.0 to 5.12.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.11.0...5.12.0)

Updates `sentry-ruby` from 5.11.0 to 5.12.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.11.0...5.12.0)

Updates `sentry-sidekiq` from 5.11.0 to 5.12.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.11.0...5.12.0)

---
updated-dependencies:
- dependency-name: sentry-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: sentry-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 Nov 6, 2023
1 parent d499c95 commit 614d63d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ gem 'sprockets-rails', '~> 3.4', '>= 3.4.2'

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

gem 'sentry-ruby', '~> 5.11'
gem 'sentry-rails', '~> 5.11'
gem 'sentry-sidekiq', '~> 5.11'
gem 'sentry-ruby', '~> 5.12'
gem 'sentry-rails', '~> 5.12'
gem 'sentry-sidekiq', '~> 5.12'

gem 'chartkick', '~> 5.0'

Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -134,7 +134,7 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
moneta (1.0.0)
msgpack (1.6.0)
Expand Down Expand Up @@ -163,7 +163,7 @@ GEM
puma (6.4.0)
nio4r (~> 2.0)
qonfig (0.28.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-mini-profiler (3.1.1)
rack (>= 1.2.0)
Expand Down Expand Up @@ -200,7 +200,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rake (13.1.0)
rate_throttle_client (0.1.2)
redis (5.0.7)
redis-client (>= 0.9.0)
Expand All @@ -226,13 +226,13 @@ GEM
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.2)
sentry-rails (5.11.0)
sentry-rails (5.12.0)
railties (>= 5.0)
sentry-ruby (~> 5.11.0)
sentry-ruby (5.11.0)
sentry-ruby (~> 5.12.0)
sentry-ruby (5.12.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.11.0)
sentry-ruby (~> 5.11.0)
sentry-sidekiq (5.12.0)
sentry-ruby (~> 5.12.0)
sidekiq (>= 3.0)
sidekiq (7.2.0)
concurrent-ruby (< 2)
Expand All @@ -251,7 +251,7 @@ GEM
tailwindcss-rails (2.0.30)
railties (>= 6.0.0)
test-prof (1.2.3)
thor (1.2.2)
thor (1.3.0)
timeout (0.4.0)
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
Expand All @@ -272,7 +272,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand All @@ -299,9 +299,9 @@ DEPENDENCIES
redis (~> 5.0)
rspec-rails (~> 6.0)
rubyzip (~> 2.3)
sentry-rails (~> 5.11)
sentry-ruby (~> 5.11)
sentry-sidekiq (~> 5.11)
sentry-rails (~> 5.12)
sentry-ruby (~> 5.12)
sentry-sidekiq (~> 5.12)
sidekiq (~> 7.2)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.2)
Expand Down

0 comments on commit 614d63d

Please sign in to comment.