From c5ab334820f5f3a59be49980e30d9c06ea854ca7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2023 11:02:56 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2a0f2ff..c1ee34f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '1.9.3' #ruby-gemset=railstutorial_rails_4_0 -gem 'rails', '6.0.3.5' +gem 'rails', '7.1.0' group :development do gem 'sqlite3', '1.3.8' @@ -12,7 +12,7 @@ gem 'sass-rails', '5.0.8' gem 'uglifier', '2.1.1' gem 'coffee-rails', '4.2.2' gem 'jquery-rails', '4.0.1' -gem 'turbolinks', '1.1.1' +gem 'turbolinks', '1.2.0' gem 'jbuilder', '1.0.2' group :doc do