Skip to content

Commit

Permalink
Revert "Bump sentry-rails and sentry-sidekiq"
Browse files Browse the repository at this point in the history
  • Loading branch information
mpw5 authored Nov 14, 2023
1 parent 3e428cd commit a29ca40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ gem 'config', '~> 5.0' # this gem provides our Settings.xxx mech
gem 'remotipart', '~> 1.4'
gem 'rest-client', '~> 2.1' # needed for scheduled smoke testing plus others
gem 'scheduler_daemon'
gem 'sentry-rails', '~> 5.13'
gem 'sentry-sidekiq', '~> 5.13'
gem 'sentry-rails', '~> 5.12'
gem 'sentry-sidekiq', '~> 5.12'
gem 'sprockets-rails', '~> 3.4.2'
gem 'state_machines-activerecord'
gem 'state_machines-audit_trail'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ GEM
logstuff (0.0.2)
logstash-event (~> 1.1.0)
request_store
loofah (2.22.0)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -604,13 +604,13 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.13.0)
sentry-rails (5.12.0)
railties (>= 5.0)
sentry-ruby (~> 5.13.0)
sentry-ruby (5.13.0)
sentry-ruby (~> 5.12.0)
sentry-ruby (5.12.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.13.0)
sentry-ruby (~> 5.13.0)
sentry-sidekiq (5.12.0)
sentry-ruby (~> 5.12.0)
sidekiq (>= 3.0)
shell-spinner (1.0.4)
colorize
Expand Down Expand Up @@ -794,8 +794,8 @@ DEPENDENCIES
ruby-progressbar
rubyzip
scheduler_daemon
sentry-rails (~> 5.13)
sentry-sidekiq (~> 5.13)
sentry-rails (~> 5.12)
sentry-sidekiq (~> 5.12)
shell-spinner (~> 1.0, >= 1.0.4)
shoulda-matchers (~> 5.3)
sidekiq (~> 7.2)
Expand Down

0 comments on commit a29ca40

Please sign in to comment.