Skip to content

Commit

Permalink
Bump sentry-rails from 5.11.0 to 5.12.0
Browse files Browse the repository at this point in the history
Bumps [sentry-rails](https://github.com/getsentry/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)

---
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 and felixclack committed Oct 12, 2023
1 parent 472572b commit 17d1e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem "propshaft"
gem "puma", "~> 6.4"
gem "rails", "~> 7.0.8"
gem "rails_semantic_logger"
gem "sentry-rails", "~> 5.11"
gem "sentry-rails", "~> 5.12"
gem "sidekiq", "~> 6"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,10 @@ GEM
ruby2_keywords (0.0.5)
semantic_logger (4.13.0)
concurrent-ruby (~> 1.0)
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)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
Expand Down Expand Up @@ -569,7 +569,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.32)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-21
Expand Down Expand Up @@ -617,7 +617,7 @@ DEPENDENCIES
rspec
rspec-rails
rubocop-govuk
sentry-rails (~> 5.11)
sentry-rails (~> 5.12)
shoulda-matchers
sidekiq (~> 6)
sinatra
Expand Down

0 comments on commit 17d1e0f

Please sign in to comment.