upgrade sentry

This commit is contained in:
2021-05-05 20:44:37 +02:00
parent def27872b0
commit 84a8c94d0e
2 changed files with 9 additions and 9 deletions

View File

@@ -38,8 +38,8 @@ gem 'omniauth-rails_csrf_protection', '~> 0.1.2'
# A Ruby wrapper around Blizzard's Game Data and Profile APIs # A Ruby wrapper around Blizzard's Game Data and Profile APIs
gem 'rbattlenet', '~> 2.2.4', git: 'https://github.com/Dainii/rbattlenet' gem 'rbattlenet', '~> 2.2.4', git: 'https://github.com/Dainii/rbattlenet'
# A gem that provides Rails integration for the Sentry error logger # A gem that provides Rails integration for the Sentry error logger
gem 'sentry-rails', '~> 4.3.4' gem 'sentry-rails', '~> 4.4.0'
gem 'sentry-ruby', '~> 4.3.2' gem 'sentry-ruby', '~> 4.4.1'
# Simple, efficient background processing for Ruby # Simple, efficient background processing for Ruby
gem 'sidekiq', '~> 6.2.1' gem 'sidekiq', '~> 6.2.1'
# Agnostic pagination in plain ruby # Agnostic pagination in plain ruby

View File

@@ -310,14 +310,14 @@ GEM
childprocess (>= 0.5, < 4.0) childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2) rubyzip (>= 1.2.2)
semantic_range (3.0.0) semantic_range (3.0.0)
sentry-rails (4.3.4) sentry-rails (4.4.0)
railties (>= 5.0) railties (>= 5.0)
sentry-ruby-core (~> 4.3.0) sentry-ruby-core (~> 4.4.0.pre.beta)
sentry-ruby (4.3.2) sentry-ruby (4.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
faraday (>= 1.0) faraday (>= 1.0)
sentry-ruby-core (= 4.3.2) sentry-ruby-core (= 4.4.1)
sentry-ruby-core (4.3.2) sentry-ruby-core (4.4.1)
concurrent-ruby concurrent-ruby
faraday faraday
sidekiq (6.2.1) sidekiq (6.2.1)
@@ -421,8 +421,8 @@ DEPENDENCIES
rubocop-rails rubocop-rails
sass-rails (>= 6) sass-rails (>= 6)
selenium-webdriver selenium-webdriver
sentry-rails (~> 4.3.4) sentry-rails (~> 4.4.0)
sentry-ruby (~> 4.3.2) sentry-ruby (~> 4.4.1)
sidekiq (~> 6.2.1) sidekiq (~> 6.2.1)
simplecov simplecov
solargraph solargraph