diff --git a/Gemfile b/Gemfile index 068f724..c921bc6 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem 'platform-api', '~> 3.7', require: false gem 'sentry-ruby', '~> 5.22' 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 ab3e507..6396969 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.2) connection_pool reline (0.6.0) io-console (~> 0.5) @@ -263,8 +263,8 @@ GEM 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) @@ -339,7 +339,7 @@ DEPENDENCIES rubyzip (~> 2.3) sentry-rails (~> 5.22) sentry-ruby (~> 5.22) - sentry-sidekiq (~> 5.21) + sentry-sidekiq (~> 5.22) sidekiq (~> 7.3) sprockets-rails (~> 3.5) stimulus-rails (~> 1.3)