Skip to content

Commit

Permalink
Bump sentry-rails from 5.18.2 to 5.19.0
Browse files Browse the repository at this point in the history
Bumps [sentry-rails](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-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent d016ddc commit 2d8b092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem "propshaft"
gem "puma", "~> 6.4"
gem "rails", "~> 7.2.0"
gem "rails_semantic_logger"
gem "sentry-rails", "~> 5.18"
gem "sentry-rails", "~> 5.19"
gem "sidekiq", "< 7" #7 requires Redis >6.2 which isn't available on Azure currently
gem "sidekiq-cron"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@ GEM
securerandom (0.3.1)
semantic_logger (4.16.0)
concurrent-ruby (~> 1.0)
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)
shoulda-matchers (6.3.1)
Expand Down Expand Up @@ -695,7 +695,7 @@ DEPENDENCIES
rspec
rspec-rails
rubocop-govuk
sentry-rails (~> 5.18)
sentry-rails (~> 5.19)
shoulda-matchers
sidekiq (< 7)
sidekiq-cron
Expand Down

0 comments on commit 2d8b092

Please sign in to comment.