diff --git a/Gemfile b/Gemfile index fc5acf79..4f9e35aa 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'rails', '~> 6.1.3' gem 'redis', '~> 4.2.5' gem 'rm3u', github: 'jonaskay/rm3u', branch: 'master' gem 'sass-rails', '>= 6' -gem 'sidekiq', '~> 6.2.1' +gem 'sidekiq', '~> 6.4.1' gem 'sidekiq-cron', '~> 1.2.0' gem 'turbolinks', '~> 5' gem 'typhoeus', '~> 1.4.0', platforms: %i[ruby] # to make this work on windows, install libcurl diff --git a/Gemfile.lock b/Gemfile.lock index 1a50ef4c..23399804 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM sprockets-rails tilt semantic_range (3.0.0) - sidekiq (6.2.1) + sidekiq (6.4.1) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -310,7 +310,7 @@ DEPENDENCIES rubocop-rails rubocop-rspec sass-rails (>= 6) - sidekiq (~> 6.2.1) + sidekiq (~> 6.4.1) sidekiq-cron (~> 1.2.0) simplecov (~> 0.21.2) spring