diff --git a/Gemfile b/Gemfile index a1170f438..4eb226434 100644 --- a/Gemfile +++ b/Gemfile @@ -91,7 +91,7 @@ gem 'vigilion', '~> 1.0.4', github: 'vigilion/vigilion-ruby', ref: '7d6a7e5' gem 'vigilion-rails', '~> 2.1.0' # Background jobs -gem 'sidekiq', "~> 7.0" +gem 'sidekiq', "~> 7.1" gem 'sidekiq-cron', "~> 1.1" # CORS configuration diff --git a/Gemfile.lock b/Gemfile.lock index 89bbcb83a..a0c5f6940 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -537,7 +537,7 @@ GEM redis-activesupport (5.3.0) activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) - redis-client (0.16.0) + redis-client (0.17.0) connection_pool redis-rack (2.1.4) rack (>= 2.0.8, < 3) @@ -633,7 +633,7 @@ GEM rails (>= 4) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (7.1.2) + sidekiq (7.1.3) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) @@ -818,7 +818,7 @@ DEPENDENCIES selenium-webdriver shog shoulda-matchers - sidekiq (~> 7.0) + sidekiq (~> 7.1) sidekiq-cron (~> 1.1) simple_form (~> 5.0) slim-rails (~> 3.2.0)