From 962403180952f06559d3a9bb5e1fd9966573b3b9 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 15 Apr 2022 18:08:10 +0200 Subject: [PATCH] Upgrade Sentry SDKs to latest versions --- Gemfile.lock | 50 ++++++++++++-------------------------------------- 1 file changed, 12 insertions(+), 38 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5eee405f..a4f5e8cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,29 +189,6 @@ GEM mail faker (2.19.0) i18n (>= 1.6, < 2) - faraday (1.9.3) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) - ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-multipart (1.0.3) - multipart-post (>= 1.2, < 3) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) ffi (1.15.5) ffi-compiler (1.0.1) ffi (>= 1.0.0) @@ -319,7 +296,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.15.0) + loofah (2.16.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -390,7 +367,7 @@ GEM rack-pjax (1.1.0) nokogiri (~> 1.5) rack (>= 1.1) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rack-proxy (0.7.2) rack @@ -447,7 +424,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - redis (4.1.4) + redis (4.5.1) regexp_parser (2.2.0) remotipart (1.4.4) request_store (1.5.1) @@ -503,7 +480,6 @@ GEM ruby-progressbar (1.11.0) ruby-vips (2.1.4) ffi (~> 1.12) - ruby2_keywords (0.0.5) sanitize (6.0.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -527,25 +503,23 @@ GEM sprockets-rails tilt semantic_range (3.0.0) - sentry-rails (4.9.0) + sentry-rails (5.2.1) railties (>= 5.0) - sentry-ruby-core (~> 4.9.0) - sentry-ruby (4.9.0) + sentry-ruby-core (~> 5.2.1) + sentry-ruby (5.2.1) concurrent-ruby (~> 1.0, >= 1.0.2) - faraday (~> 1.0) - sentry-ruby-core (= 4.9.0) - sentry-ruby-core (4.9.0) + sentry-ruby-core (= 5.2.1) + sentry-ruby-core (5.2.1) concurrent-ruby - faraday - sentry-sidekiq (4.9.0) - sentry-ruby-core (~> 4.9.0) + sentry-sidekiq (5.2.1) + sentry-ruby-core (~> 5.2.1) sidekiq (>= 3.0) shellany (0.0.1) - sidekiq (5.2.9) + sidekiq (5.2.10) connection_pool (~> 2.2, >= 2.2.2) rack (~> 2.0) rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 4.2) + redis (~> 4.5, < 4.6.0) simple_oauth (0.3.1) simplecov (0.21.2) docile (~> 1.1)