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.11.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.10.0...5.11.0)

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

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent b5093f3 commit f9b0135
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ gem 'pg', '>= 0.18', '< 2.0'
gem 'prometheus-client', '~> 2.1.0'
gem 'puma', '~> 6.3'
gem 'rails', '~> 7.0.6'
gem 'sentry-rails', '~> 5.10.0'
gem 'sentry-ruby', '~> 5.10.0'
gem 'sentry-rails', '~> 5.11.0'
gem 'sentry-ruby', '~> 5.11.0'
gem 'tzinfo-data'

group :development, :test do
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
minitest (5.20.0)
msgpack (1.7.1)
multi_xml (0.6.0)
net-imap (0.3.7)
Expand Down Expand Up @@ -518,10 +518,10 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sentry-rails (5.10.0)
sentry-rails (5.11.0)
railties (>= 5.0)
sentry-ruby (~> 5.10.0)
sentry-ruby (5.10.0)
sentry-ruby (~> 5.11.0)
sentry-ruby (5.11.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
spring (4.1.1)
spring-watcher-listen (2.1.0)
Expand Down Expand Up @@ -571,8 +571,8 @@ DEPENDENCIES
rspec_junit_formatter
rubocop (~> 1.55.0)
rubocop-govuk
sentry-rails (~> 5.10.0)
sentry-ruby (~> 5.10.0)
sentry-rails (~> 5.11.0)
sentry-ruby (~> 5.11.0)
spring
spring-watcher-listen (~> 2.1.0)
timecop
Expand Down

0 comments on commit f9b0135

Please sign in to comment.