Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 7b00977 commit 075fa39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'rack', '~> 2.2'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'secure_headers', '~> 6.5'
gem 'sentry-ruby', '~> 5.11'
gem 'sentry-ruby', '~> 5.12'

group :development do
gem 'bundler-audit', '~> 0.9.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
secure_headers (6.5.0)
sentry-ruby (5.11.0)
sentry-ruby (5.12.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
shellany (0.0.1)
simplecov (0.22.0)
Expand Down Expand Up @@ -299,7 +299,7 @@ DEPENDENCIES
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.24)
secure_headers (~> 6.5)
sentry-ruby (~> 5.11)
sentry-ruby (~> 5.12)
simplecov (~> 0.22.0)
simplecov-cobertura (~> 2.1)
timecop (~> 0.9.8)
Expand Down

0 comments on commit 075fa39

Please sign in to comment.