From cc1f7e052d426e4f9224d8399436cf7892683f54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 05:15:27 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONMAILER-8220269 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220162 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220268 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 5a03bc5..bbf4734 100644 --- a/Gemfile +++ b/Gemfile @@ -3,10 +3,10 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.6.5' -gem 'rails', '5.2.3' +gem 'rails', '7.0.0' gem 'puma', '~> 3.12.2' gem 'pg', '>= 0.18', '< 2.0' -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 6.0', '>= 6.0.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2'