From b8ea0630161c0a50002f174d5ba5c99dd9d65bf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Nov 2025 10:01:12 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index c760cd699d31f..e2c134e85fd74 100644 --- a/Gemfile +++ b/Gemfile @@ -8,13 +8,13 @@ source "https://rubygems.org" gem "bootsnap", require: false, platform: :mri -gem "actionmailer", "~> 8.0.0" -gem "actionpack", "~> 8.0.0" +gem "actionmailer", "~> 8.1.0" +gem "actionpack", "~> 8.1.0" gem "actionview", "~> 8.0.0" gem "activemodel", "~> 8.0.0" gem "activerecord", "~> 8.0.0" gem "activesupport", "~> 8.0.0" -gem "railties", "~> 8.0.0" +gem "railties", "~> 8.1.0" gem "propshaft" gem "json" @@ -75,14 +75,14 @@ gem "nokogiri" gem "loofah" gem "css_parser", require: false -gem "omniauth" -gem "omniauth-facebook" +gem "omniauth", ">= 2.1.3" +gem "omniauth-facebook", ">= 10.0.0" gem "omniauth-twitter" -gem "omniauth-github" +gem "omniauth-github", ">= 2.0.1" -gem "omniauth-oauth2", require: false +gem "omniauth-oauth2", ">= 1.8.0", require: false -gem "omniauth-google-oauth2" +gem "omniauth-google-oauth2", ">= 1.1.0" gem "oj"