From 84a8c94d0e0c19f05a2eec0caa309659f88fb079 Mon Sep 17 00:00:00 2001 From: Etienne Ischer Date: Wed, 5 May 2021 20:44:37 +0200 Subject: [PATCH] upgrade sentry --- Gemfile | 4 ++-- Gemfile.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 93cf39e..74a788b 100644 --- a/Gemfile +++ b/Gemfile @@ -38,8 +38,8 @@ gem 'omniauth-rails_csrf_protection', '~> 0.1.2' # A Ruby wrapper around Blizzard's Game Data and Profile APIs gem 'rbattlenet', '~> 2.2.4', git: 'https://github.com/Dainii/rbattlenet' # A gem that provides Rails integration for the Sentry error logger -gem 'sentry-rails', '~> 4.3.4' -gem 'sentry-ruby', '~> 4.3.2' +gem 'sentry-rails', '~> 4.4.0' +gem 'sentry-ruby', '~> 4.4.1' # Simple, efficient background processing for Ruby gem 'sidekiq', '~> 6.2.1' # Agnostic pagination in plain ruby diff --git a/Gemfile.lock b/Gemfile.lock index 0a03c7e..fecf51d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,14 +310,14 @@ GEM childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) semantic_range (3.0.0) - sentry-rails (4.3.4) + sentry-rails (4.4.0) railties (>= 5.0) - sentry-ruby-core (~> 4.3.0) - sentry-ruby (4.3.2) + sentry-ruby-core (~> 4.4.0.pre.beta) + sentry-ruby (4.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) faraday (>= 1.0) - sentry-ruby-core (= 4.3.2) - sentry-ruby-core (4.3.2) + sentry-ruby-core (= 4.4.1) + sentry-ruby-core (4.4.1) concurrent-ruby faraday sidekiq (6.2.1) @@ -421,8 +421,8 @@ DEPENDENCIES rubocop-rails sass-rails (>= 6) selenium-webdriver - sentry-rails (~> 4.3.4) - sentry-ruby (~> 4.3.2) + sentry-rails (~> 4.4.0) + sentry-ruby (~> 4.4.1) sidekiq (~> 6.2.1) simplecov solargraph