Skip to content

Commit

Permalink
Bump sentry-ruby from 5.19.0 to 5.20.1 (#305)
Browse files Browse the repository at this point in the history
Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.19.0 to 5.20.1.
- [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.19.0...5.20.1)

---
updated-dependencies:
- dependency-name: sentry-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 2dfcf98 commit a5d3660
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.8'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.1'
gem 'secure_headers', '~> 6.7'
gem 'sentry-ruby', '~> 5.19'
gem 'sentry-ruby', '~> 5.20'

group :development do
gem 'bundler-audit', '~> 0.9.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
secure_headers (6.7.0)
sentry-ruby (5.19.0)
sentry-ruby (5.20.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
shellany (0.0.1)
Expand Down Expand Up @@ -294,7 +294,7 @@ DEPENDENCIES
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.1)
secure_headers (~> 6.7)
sentry-ruby (~> 5.19)
sentry-ruby (~> 5.20)
simplecov (~> 0.22.0)
simplecov-cobertura (~> 2.1)
timecop (~> 0.9.10)
Expand Down

0 comments on commit a5d3660

Please sign in to comment.