diff --git a/Gemfile b/Gemfile index 02bce30..7d8090b 100644 --- a/Gemfile +++ b/Gemfile @@ -58,9 +58,9 @@ gem 'sprockets-rails', '~> 3.4', '>= 3.4.2' gem 'platform-api', '~> 3.6', require: false -gem 'sentry-ruby', '~> 5.12' -gem 'sentry-rails', '~> 5.12' -gem 'sentry-sidekiq', '~> 5.12' +gem 'sentry-ruby', '~> 5.17' +gem 'sentry-rails', '~> 5.17' +gem 'sentry-sidekiq', '~> 5.17' gem 'chartkick', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index ccbc42b..48784ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) + bigdecimal (3.1.7) bindex (0.8.1) bootsnap (1.18.3) msgpack (~> 1.2) @@ -204,7 +205,7 @@ GEM rate_throttle_client (0.1.2) redis (5.0.7) redis-client (>= 0.9.0) - redis-client (0.18.0) + redis-client (0.21.1) connection_pool rspec-core (3.12.2) rspec-support (~> 3.12.0) @@ -226,13 +227,14 @@ GEM ruby-vips (2.1.4) ffi (~> 1.12) rubyzip (2.3.2) - sentry-rails (5.12.0) + sentry-rails (5.17.2) railties (>= 5.0) - sentry-ruby (~> 5.12.0) - sentry-ruby (5.12.0) + sentry-ruby (~> 5.17.2) + sentry-ruby (5.17.2) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (5.12.0) - sentry-ruby (~> 5.12.0) + sentry-sidekiq (5.17.2) + sentry-ruby (~> 5.17.2) sidekiq (>= 3.0) sidekiq (7.2.0) concurrent-ruby (< 2) @@ -299,9 +301,9 @@ DEPENDENCIES redis (~> 5.0) rspec-rails (~> 6.0) rubyzip (~> 2.3) - sentry-rails (~> 5.12) - sentry-ruby (~> 5.12) - sentry-sidekiq (~> 5.12) + sentry-rails (~> 5.17) + sentry-ruby (~> 5.17) + sentry-sidekiq (~> 5.17) sidekiq (~> 7.2) sprockets-rails (~> 3.4, >= 3.4.2) stimulus-rails (~> 1.3)