Skip to content

Commit

Permalink
Upgrade: Bump sentry-sidekiq from 5.18.2 to 5.19.0
Browse files Browse the repository at this point in the history
Bumps [sentry-sidekiq](https://github.com/getsentry/sentry-ruby) from 5.18.2 to 5.19.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.18.2...5.19.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 Sep 2, 2024
1 parent 3c4fc97 commit 321f99a
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 @@ -43,7 +43,7 @@ gem 'scenic', '~> 1.8'
gem 'seed-fu', '~> 2.3'
gem 'sentry-rails', '~> 5.17'
gem 'sentry-ruby', '~> 5.17'
gem 'sentry-sidekiq', '~> 5.18'
gem 'sentry-sidekiq', '~> 5.19'
gem 'sidekiq', '~> 7.2'
gem 'sidekiq-cron', '~> 1.12'
gem 'stackprof', '~> 0.2'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -516,14 +516,14 @@ GEM
seed-fu (2.3.9)
activerecord (>= 3.1)
activesupport (>= 3.1)
sentry-rails (5.18.2)
sentry-rails (5.19.0)
railties (>= 5.0)
sentry-ruby (~> 5.18.2)
sentry-ruby (5.18.2)
sentry-ruby (~> 5.19.0)
sentry-ruby (5.19.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.18.2)
sentry-ruby (~> 5.18.2)
sentry-sidekiq (5.19.0)
sentry-ruby (~> 5.19.0)
sidekiq (>= 3.0)
shoulda-matchers (6.3.0)
activesupport (>= 5.2.0)
Expand Down Expand Up @@ -654,7 +654,7 @@ DEPENDENCIES
seed-fu (~> 2.3)
sentry-rails (~> 5.17)
sentry-ruby (~> 5.17)
sentry-sidekiq (~> 5.18)
sentry-sidekiq (~> 5.19)
shoulda-matchers (~> 6.1)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.12)
Expand Down

0 comments on commit 321f99a

Please sign in to comment.