diff --git a/Gemfile b/Gemfile index 08c8e45fa..65b2d8551 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.2" gem 'sidekiq-cron', "~> 1.1" # CORS configuration diff --git a/Gemfile.lock b/Gemfile.lock index 0078f2f09..0047e386c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -433,11 +433,11 @@ GEM activerecord (>= 4.0.0) activesupport (>= 4.0.0) nio4r (2.7.0) - nokogiri (1.16.2-arm64-darwin) + nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) notifications-ruby-client (5.4.0) jwt (>= 1.5, < 3) @@ -492,7 +492,7 @@ GEM pusher-signature (0.1.8) raabro (1.4.0) racc (1.7.3) - rack (2.2.8.1) + rack (2.2.9) rack-canonical-host (1.2.0) addressable (> 0, < 3) rack (>= 1, < 4) @@ -567,7 +567,7 @@ GEM redis-activesupport (5.3.0) activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) - redis-client (0.18.0) + redis-client (0.22.1) connection_pool redis-rack (2.1.4) rack (>= 2.0.8, < 3) @@ -596,7 +596,8 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retriable (3.1.2) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -665,11 +666,11 @@ GEM rails (>= 4) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (7.2.0) + sidekiq (7.2.4) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) - redis-client (>= 0.14.0) + redis-client (>= 0.19.0) sidekiq-cron (1.11.0) fugit (~> 1.8) globalid (>= 1.0.1) @@ -708,6 +709,7 @@ GEM ssrf_filter (1.1.2) statesman (11.0.0) stringio (3.1.0) + strscan (3.1.0) temple (0.8.2) terser (1.1.20) execjs (>= 0.3.0, < 3) @@ -851,7 +853,7 @@ DEPENDENCIES selenium-webdriver shog shoulda-matchers - sidekiq (~> 7.0) + sidekiq (~> 7.2) sidekiq-cron (~> 1.1) simple_form (~> 5.0) slim-rails (~> 3.2.0)