From 9d54c8e483f3dd1a465db3ab29207886835dee36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 20:55:22 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-2960802 - https://snyk.io/vuln/SNYK-RUBY-SIDEKIQ-2359050 - https://snyk.io/vuln/SNYK-RUBY-SIDEKIQ-1090607 - https://snyk.io/vuln/SNYK-RUBY-SIDEKIQ-1729733 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-3237239 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b897dc0a7412c..2c20dfe896355 100644 --- a/Gemfile +++ b/Gemfile @@ -126,12 +126,12 @@ gem "state_machines-activerecord", '~> 0.4.0' gem 'after_commit_queue' # Issue tags -gem 'acts-as-taggable-on', '~> 3.4' +gem 'acts-as-taggable-on', '~> 12.0', '>= 12.0.0' # Background jobs gem 'sinatra', '~> 1.4.4', require: nil gem 'sidekiq', '~> 4.0' -gem 'sidekiq-cron', '~> 0.4.0' +gem 'sidekiq-cron', '~> 2.0.0' gem 'redis-namespace' # HTTP requests