Skip to content

Commit

Permalink
Bump sentry-rails and sentry-ruby
Browse files Browse the repository at this point in the history
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) and [sentry-ruby](https://github.com/getsentry/sentry-ruby). These dependencies needed to be updated together.

Updates `sentry-rails` from 5.10.0 to 5.17.3
- [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.10.0...5.17.3)

Updates `sentry-ruby` from 5.10.0 to 5.17.3
- [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.10.0...5.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 7a2aa4d commit accb0fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gem "loaf", ">= 0.10.0"
gem "prometheus-client"

gem "sentry-rails", ">= 5.10.0"
gem "sentry-ruby", "~> 5.10.0"
gem "sentry-ruby", "~> 5.17.3"

gem "skylight", "~> 5.3.4"

Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ GEM
mixlib-shellout
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
Expand Down Expand Up @@ -424,7 +424,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -502,10 +502,11 @@ GEM
semantic_logger (4.15.0)
concurrent-ruby (~> 1.0)
semantic_range (3.0.0)
sentry-rails (5.10.0)
sentry-rails (5.17.3)
railties (>= 5.0)
sentry-ruby (~> 5.10.0)
sentry-ruby (5.10.0)
sentry-ruby (~> 5.17.3)
sentry-ruby (5.17.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
shakapacker (7.2.1)
activesupport (>= 5.2)
Expand Down Expand Up @@ -636,7 +637,7 @@ DEPENDENCIES
secure_headers
selenium-webdriver (~> 3.142)
sentry-rails (>= 5.10.0)
sentry-ruby (~> 5.10.0)
sentry-ruby (~> 5.17.3)
shakapacker (= 7.2.1)
shoulda-matchers
simplecov
Expand Down

0 comments on commit accb0fa

Please sign in to comment.