sentry-delayed_job & sentry-rails & sentry-ruby

pull/11469/head
ulferts 2 years ago
parent ff9726ca18
commit 51cd235df4
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.4.0'
gem "sentry-rails", '~> 5.4.0'
gem "sentry-ruby", '~> 5.4.0'
gem "sentry-delayed_job", '~> 5.5.0'
gem "sentry-rails", '~> 5.5.0'
gem "sentry-ruby", '~> 5.5.0'
# Appsignal integration
gem "appsignal", "~> 3.0", require: false

@ -903,13 +903,13 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic (1.6.1)
sentry-delayed_job (5.4.2)
sentry-delayed_job (5.5.0)
delayed_job (>= 4.0)
sentry-ruby (~> 5.4.2)
sentry-rails (5.4.2)
sentry-ruby (~> 5.5.0)
sentry-rails (5.5.0)
railties (>= 5.0)
sentry-ruby (~> 5.4.2)
sentry-ruby (5.4.2)
sentry-ruby (~> 5.5.0)
sentry-ruby (5.5.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-context (2.0.0)
shoulda-matchers (5.2.0)
@ -1148,9 +1148,9 @@ DEPENDENCIES
secure_headers (~> 6.4.0)
selenium-webdriver (~> 4.0)
semantic (~> 1.6.1)
sentry-delayed_job (~> 5.4.0)
sentry-rails (~> 5.4.0)
sentry-ruby (~> 5.4.0)
sentry-delayed_job (~> 5.5.0)
sentry-rails (~> 5.5.0)
sentry-ruby (~> 5.5.0)
shoulda-context (~> 2.0)
shoulda-matchers (~> 5.0)
spring

Loading…
Cancel
Save