From 2be893ef3c72fb4dc34cc47187621a768f8421a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2023 18:12:34 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 237a8aa..c6fec45 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) do |repo_name| end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1.7', '>= 6.1.7.5' +gem 'rails', '~> 7.1.0' gem 'mysql2', '~> 0.5.0' gem 'bootsnap' gem 'rails-controller-testing' @@ -55,7 +55,7 @@ gem 'pmb-client', '0.1.0', :github => 'sanger/pmb-client' ### group :development do # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '>= 4.2.0' + gem 'web-console', '>= 4.2.1' end group :test do