Skip to content

Commit

Permalink
Bump sentry-rails from 5.12.0 to 5.13.0
Browse files Browse the repository at this point in the history
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.12.0 to 5.13.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.12.0...5.13.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 malcolmbaig committed Nov 14, 2023
1 parent 1d4a4a3 commit f86eb33
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 @@ -34,7 +34,7 @@ gem "propshaft"
gem "puma", "~> 6.4"
gem "rails", "~> 7.0.8"
gem "rails_semantic_logger"
gem "sentry-rails", "~> 5.12"
gem "sentry-rails", "~> 5.13"
gem "sidekiq", "~> 6"
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 @@ -463,10 +463,10 @@ GEM
ruby2_keywords (0.0.5)
semantic_logger (4.13.0)
concurrent-ruby (~> 1.0)
sentry-rails (5.12.0)
sentry-rails (5.13.0)
railties (>= 5.0)
sentry-ruby (~> 5.12.0)
sentry-ruby (5.12.0)
sentry-ruby (~> 5.13.0)
sentry-ruby (5.13.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
Expand Down Expand Up @@ -615,7 +615,7 @@ DEPENDENCIES
rspec
rspec-rails
rubocop-govuk
sentry-rails (~> 5.12)
sentry-rails (~> 5.13)
shoulda-matchers
sidekiq (~> 6)
sinatra
Expand Down

0 comments on commit f86eb33

Please sign in to comment.