From 88c70dfabe5646e21ca30aa45ffaaeeea74e5e83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 18:39:49 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-6228056 --- Gemfile | 2 +- Gemfile.lock | 34 ++++++++++++++++++---------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index ba2871b..8723436 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'webpacker', '~> 5.4', '>= 5.4.4' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.7' +gem 'jbuilder', '~> 2.12', '>= 2.12.0' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use Active Model has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index 7dba161..f0556c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) crass (1.0.6) date (3.3.3) erubi (1.12.0) @@ -91,18 +91,18 @@ GEM graphql-client (0.18.0) activesupport (>= 3.0) graphql - i18n (1.12.0) + i18n (1.14.4) concurrent-ruby (~> 1.0) - jbuilder (2.11.5) + jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.20.0) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -112,8 +112,8 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.1) - minitest (5.18.0) + mini_portile2 (2.8.6) + minitest (5.22.3) msgpack (1.7.0) net-imap (0.3.4) date @@ -125,8 +125,8 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.22.1) parser (3.2.2.0) @@ -134,7 +134,7 @@ GEM public_suffix (5.0.1) puma (4.3.12) nio4r (~> 2.0) - racc (1.6.2) + racc (1.7.3) rack (2.2.6.4) rack-proxy (0.7.6) rack @@ -155,11 +155,13 @@ GEM bundler (>= 1.3.0) railties (= 6.0.6.1) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (6.0.6.1) actionpack (= 6.0.6.1) activesupport (= 6.0.6.1) @@ -246,7 +248,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.7) + zeitwerk (2.6.13) PLATFORMS ruby @@ -256,7 +258,7 @@ DEPENDENCIES byebug capybara (>= 2.15) graphlient - jbuilder (~> 2.7) + jbuilder (~> 2.12, >= 2.12.0) listen (>= 3.0.5, < 3.2) puma (~> 4.1) rails (~> 6.0.2, >= 6.0.2.2)