From fb9248cff41b039517e5e4041e42b1ace838c8ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2024 06:11:30 +0000 Subject: [PATCH] fix: app/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8496389 --- app/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Gemfile b/app/Gemfile index 9e8f9f2..138e0a9 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -11,7 +11,7 @@ gem 'bcrypt' gem 'bootsnap', require: false gem 'puma', '~> 3.12' gem 'rack-cors', require: 'rack/cors' -gem 'rails', '~> 6.0.2.1' +gem 'rails', '~> 7.0.8.7' gem 'sqlite3' gem 'validate_url' @@ -23,7 +23,7 @@ gem 'search_object_graphql' group :development, :test do gem 'byebug', platforms: %i(mri mingw x64_mingw) gem 'factory_bot_rails' - gem 'graphiql-rails', '1.5.0' + gem 'graphiql-rails', '1.10.0' gem 'rubocop' end