diff --git a/Gemfile b/Gemfile index abe2d9aa..955ba125 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'jwt', '~> 2.7', '>= 2.7.1' gem 'turbolinks', '~> 5.2' gem 'memoist', '~> 0.16.0' gem 'bootstrap_form', '~> 4.2' -gem 'sidekiq', '~> 7.1' +gem 'sidekiq', '~> 7.2' gem 'sidekiq-history', '~> 0.0.13' gem 'rollbar', '~> 2.19', '>= 2.19.3' gem 'meta-tags', '~> 2.11', '>= 2.11.1' diff --git a/Gemfile.lock b/Gemfile.lock index bd0f5200..e75ce01e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM activesupport cldr-plurals-runtime-rb (1.1.0) commonmarker (0.23.10) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) css_parser (1.14.0) @@ -205,7 +205,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (2.2.8.1) + rack (2.2.9) rack-proxy (0.7.6) rack rack-test (2.1.0) @@ -249,7 +249,7 @@ GEM ffi (~> 1.0) redis (5.0.7) redis-client (>= 0.9.0) - redis-client (0.17.0) + redis-client (0.22.2) connection_pool regexp_parser (2.8.1) rest-client (2.1.0) @@ -310,11 +310,11 @@ GEM railties (>= 5.2) semantic_range (>= 2.3.0) shallow_attributes (0.9.5) - sidekiq (7.1.3) + sidekiq (7.2.4) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) - redis-client (>= 0.14.0) + redis-client (>= 0.19.0) sidekiq-history (0.0.13) sidekiq (>= 6.5.0) simplecov (0.22.0) @@ -399,7 +399,7 @@ DEPENDENCIES scout_apm (~> 5.3, >= 5.3.5) shakapacker (~> 7.0, >= 7.0.2) shallow_attributes (~> 0.9.4) - sidekiq (~> 7.1) + sidekiq (~> 7.2) sidekiq-history (~> 0.0.13) simplecov spring (~> 4.1, >= 4.1.1)