From 98c28355fbc42c7fa23783f3854b574dc8a41d6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Aug 2024 02:01:26 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-FUGIT-7720645 --- Gemfile | 4 ++-- Gemfile.lock | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index da01a73..8ccadd1 100644 --- a/Gemfile +++ b/Gemfile @@ -51,8 +51,8 @@ gem "bootsnap", require: false gem "cssbundling-rails", ">= 1.2.0" gem "bootstrap_form", ">= 5.3.0" gem "sidekiq", ">= 7.0.8" -gem "sidekiq-cron" -gem "fugit" +gem "sidekiq-cron", ">= 1.11.0" +gem "fugit", ">= 1.11.1" gem "rails-i18n", ">= 7.0.8" gem "parallel" diff --git a/Gemfile.lock b/Gemfile.lock index 88a346c..bde5a8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,8 +76,8 @@ GEM tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - base64 (0.1.1) - bigdecimal (3.1.4) + base64 (0.2.0) + bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -94,7 +94,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) cssbundling-rails (1.3.3) @@ -103,17 +103,16 @@ GEM debug (1.8.0) irb (>= 1.5.0) reline (>= 0.3.1) - drb (2.1.1) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) - et-orbi (1.2.7) + et-orbi (1.2.11) tzinfo - fugit (1.8.1) - et-orbi (~> 1, >= 1.2.7) + fugit (1.11.1) + et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) importmap-rails (1.2.1) actionpack (>= 6.0.0) @@ -125,6 +124,7 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) + logger (1.6.0) loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -136,9 +136,9 @@ GEM marcel (1.0.2) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.20.0) + minitest (5.25.1) msgpack (1.7.2) - mutex_m (0.1.2) + mutex_m (0.2.0) net-imap (0.4.1) date net-protocol @@ -162,7 +162,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.7.1) - rack (3.0.8) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -207,24 +207,24 @@ GEM psych (>= 4.0.0) redis (5.0.7) redis-client (>= 0.9.0) - redis-client (0.17.0) + redis-client (0.22.2) connection_pool regexp_parser (2.8.2) reline (0.3.9) io-console (~> 0.5) rexml (3.2.6) - ruby2_keywords (0.0.5) rubyzip (2.3.2) selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sidekiq (7.1.6) + sidekiq (7.3.1) concurrent-ruby (< 2) connection_pool (>= 2.3.0) + logger rack (>= 2.2.4) - redis-client (>= 0.14.0) - sidekiq-cron (1.10.1) + redis-client (>= 0.22.2) + sidekiq-cron (1.12.0) fugit (~> 1.8) globalid (>= 1.0.1) sidekiq (>= 6) @@ -275,7 +275,7 @@ DEPENDENCIES capybara cssbundling-rails (>= 1.2.0) debug - fugit + fugit (>= 1.11.1) importmap-rails (>= 1.1.6) jbuilder parallel @@ -286,7 +286,7 @@ DEPENDENCIES redis (~> 5.0) selenium-webdriver sidekiq (>= 7.0.8) - sidekiq-cron + sidekiq-cron (>= 1.11.0) sprockets-rails stimulus-rails (>= 1.3.0) turbo-rails (>= 1.5.0)