diff --git a/Gemfile b/Gemfile index 014703c..7ad7d79 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby(File.read(File.join(File.dirname(__FILE__), '.ruby-version')).strip) gem 'pg', '~> 1.2', '>= 1.2.3' gem 'puma', '~> 5.2' gem 'rails', '~> 6.1' -gem 'sidekiq', '~> 6.1' +gem 'sidekiq', '~> 7.0' # Admin panel gem 'activeadmin', '~> 2.9' diff --git a/Gemfile.lock b/Gemfile.lock index 5977345..c64cf5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM coderay (1.1.3) colorize (0.8.1) concurrent-ruby (1.1.8) - connection_pool (2.2.3) + connection_pool (2.3.0) content_disposition (1.0.0) crass (1.0.6) declarative (0.0.20) @@ -303,7 +303,7 @@ GEM puma (5.2.2) nio4r (~> 2.0) racc (1.5.2) - rack (2.2.3) + rack (2.2.4) rack-cors (1.1.1) rack (>= 2.0.0) rack-proxy (0.6.5) @@ -360,7 +360,8 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.2.5) + redis-client (0.11.2) + connection_pool reek (6.0.3) kwalify (~> 0.7.0) parser (~> 3.0.0) @@ -452,10 +453,11 @@ GEM shrine (3.3.0) content_disposition (~> 1.0) down (~> 5.1) - sidekiq (6.1.3) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.0.2) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) simple_endpoint (1.0.0) simplecov (0.21.2) docile (~> 1.1) @@ -578,7 +580,7 @@ DEPENDENCIES sentry-raven (~> 3.1) shoulda-matchers (~> 4.5) shrine (~> 3.3) - sidekiq (~> 6.1) + sidekiq (~> 7.0) simple_endpoint (~> 1.0.0) simplecov (~> 0.21.2) simplecov-lcov (~> 0.8.0)