diff --git a/Gemfile b/Gemfile index 6179c52c..9b550247 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'chartkick' gem 'devise', '>= 4.7.1' gem 'devise-i18n', '>= 1.9.1' gem 'rack-cors' -gem 'sidekiq', '~>6.1.3' +gem 'sidekiq', '~>6.2.0' gem 'cocoon' diff --git a/Gemfile.lock b/Gemfile.lock index b49a3add..b76e5430 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM tilt shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.1.3) + sidekiq (6.2.0) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -327,7 +327,7 @@ DEPENDENCIES rubocop sass-rails (~> 6.0, >= 6.0.0) shoulda-matchers (>= 4.1.2) - sidekiq (~> 6.1.3) + sidekiq (~> 6.2.0) simple_form (>= 5.0.1) simplecov spring