Skip to content

Commit

Permalink
Merge pull request #623 from ministryofjustice/dependabot/bundler/sen…
Browse files Browse the repository at this point in the history
…try-ruby-and-sentry-rails-5.10.0

Bump sentry-ruby and sentry-rails
  • Loading branch information
njseeto authored Jul 13, 2023
2 parents 0023f86 + 7fde7c3 commit 884b732
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0'
gem 'sentry-rails', '~> 5.8.0'
gem 'sentry-ruby', '~> 5.8.0'
gem 'sentry-rails', '~> 5.10.0'
gem 'sentry-ruby', '~> 5.10.0'
gem 'tzinfo-data'

group :development, :test do
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -518,10 +518,10 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sentry-rails (5.8.0)
sentry-rails (5.10.0)
railties (>= 5.0)
sentry-ruby (~> 5.8.0)
sentry-ruby (5.8.0)
sentry-ruby (~> 5.10.0)
sentry-ruby (5.10.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.53.1)
rubocop-govuk
sentry-rails (~> 5.8.0)
sentry-ruby (~> 5.8.0)
sentry-rails (~> 5.10.0)
sentry-ruby (~> 5.10.0)
spring
spring-watcher-listen (~> 2.1.0)
timecop
Expand Down

0 comments on commit 884b732

Please sign in to comment.