bump sentry

pull/11750/head
ulferts 2 years ago
parent f71e50f5fc
commit f66aac7d69
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 6
      Gemfile
  2. 16
      Gemfile.lock

@ -200,9 +200,9 @@ gem 'mini_magick', '~> 4.11.0', require: false
gem 'validate_url'
# Sentry error reporting
gem "sentry-delayed_job", '~> 5.6.0'
gem "sentry-rails", '~> 5.6.0'
gem "sentry-ruby", '~> 5.6.0'
gem "sentry-delayed_job", '~> 5.7.0'
gem "sentry-rails", '~> 5.7.0'
gem "sentry-ruby", '~> 5.7.0'
# Appsignal integration
gem "appsignal", "~> 3.0", require: false

@ -892,13 +892,13 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic (1.6.1)
sentry-delayed_job (5.6.0)
sentry-delayed_job (5.7.0)
delayed_job (>= 4.0)
sentry-ruby (~> 5.6.0)
sentry-rails (5.6.0)
sentry-ruby (~> 5.7.0)
sentry-rails (5.7.0)
railties (>= 5.0)
sentry-ruby (~> 5.6.0)
sentry-ruby (5.6.0)
sentry-ruby (~> 5.7.0)
sentry-ruby (5.7.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-context (2.0.0)
shoulda-matchers (5.2.0)
@ -1136,9 +1136,9 @@ DEPENDENCIES
secure_headers (~> 6.5.0)
selenium-webdriver (~> 4.0)
semantic (~> 1.6.1)
sentry-delayed_job (~> 5.6.0)
sentry-rails (~> 5.6.0)
sentry-ruby (~> 5.6.0)
sentry-delayed_job (~> 5.7.0)
sentry-rails (~> 5.7.0)
sentry-ruby (~> 5.7.0)
shoulda-context (~> 2.0)
shoulda-matchers (~> 5.0)
spring

Loading…
Cancel
Save