diff --git a/Gemfile b/Gemfile index 1324695..0e8a268 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem 'platform-api', '~> 3.7', require: false gem 'sentry-ruby', '~> 5.17' gem 'sentry-rails', '~> 5.22' -gem 'sentry-sidekiq', '~> 5.21' +gem 'sentry-sidekiq', '~> 5.22' gem 'chartkick', '~> 5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 37fb810..f464f9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - logger (1.6.2) + logger (1.6.3) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -231,7 +231,7 @@ GEM psych (>= 4.0.0) redis (5.3.0) redis-client (>= 0.22.0) - redis-client (0.22.2) + redis-client (0.23.0) connection_pool reline (0.5.12) io-console (~> 0.5) @@ -260,11 +260,11 @@ GEM sentry-rails (5.22.0) railties (>= 5.0) sentry-ruby (~> 5.22.0) - sentry-ruby (5.22.0) + sentry-ruby (5.22.1) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (5.22.0) - sentry-ruby (~> 5.22.0) + sentry-sidekiq (5.22.1) + sentry-ruby (~> 5.22.1) sidekiq (>= 3.0) sidekiq (7.3.6) connection_pool (>= 2.3.0) @@ -337,7 +337,7 @@ DEPENDENCIES rubyzip (~> 2.3) sentry-rails (~> 5.22) sentry-ruby (~> 5.17) - sentry-sidekiq (~> 5.21) + sentry-sidekiq (~> 5.22) sidekiq (~> 7.3) sprockets-rails (~> 3.5) stimulus-rails (~> 1.3)