From 967edf59597c61649de36e777178261349f777a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 May 2026 12:03:03 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-16438967 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-16438970 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9fea0a22..9d2f3b05 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'jbuilder' gem 'mimemagic', '~> 0.4.3' gem 'passenger', '>= 5.3.2', require: 'phusion_passenger/rack_handler' gem 'pg', '~> 1.6.3' -gem 'rails', '>= 6.0.3.1' +gem 'rails', '>= 6.1.4.2' gem 'recaptcha', '~> 5.8', require: 'recaptcha/rails' gem 'sassc', '~> 2.4' gem 'sassc-rails' @@ -20,7 +20,7 @@ end group :development, :test do gem 'apparition', github: 'twalpole/apparition', ref: 'ca86be4d54af835d531dbcd2b86e7b2c77f85f34' - gem 'capybara' + gem 'capybara', '>= 3.36.0' gem 'mina', '~> 1.2.4' gem 'pry' gem 'puma'