diff --git a/Gemfile b/Gemfile index 9d51831e5..10efe51ab 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem 'epp', github: 'internetee/epp', branch: :master gem 'epp-xml', '1.2.0', github: 'internetee/epp-xml', branch: :master gem 'jquery-ui-rails', '6.0.1' gem 'pdfkit' -gem 'sidekiq', '>= 6.4.1' +gem 'sidekiq', '~> 7.0' gem 'company_register', github: 'internetee/company_register', branch: 'master' diff --git a/Gemfile.lock b/Gemfile.lock index bbe5c8706..fcad2c5c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.2.2) - connection_pool (2.2.5) + connection_pool (2.4.1) countries (4.0.1) i18n_data (~> 0.13.0) sixarm_ruby_unaccent (~> 1.1) @@ -415,7 +415,8 @@ GEM activesupport (>= 6.1.5) i18n rbtree3 (0.6.0) - redis (4.6.0) + redis-client (0.14.1) + connection_pool regexp_parser (2.1.1) request_store (1.5.1) rack (>= 1.4) @@ -453,10 +454,11 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - sidekiq (6.4.1) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.1.1) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simplecov (0.17.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -586,7 +588,7 @@ DEPENDENCIES sass-rails select2-rails (= 4.0.13) selectize-rails (= 0.12.6) - sidekiq (>= 6.4.1) + sidekiq (~> 7.0) simplecov (= 0.17.1) simpleidn (= 0.2.1) spy @@ -600,4 +602,4 @@ DEPENDENCIES wkhtmltopdf-binary (~> 0.12.6.1) BUNDLED WITH - 2.4.8 + 2.4.13