From eee9b4c8161c8b628101ac5cb4a81ff89fc750a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Feb 2025 01:47:08 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732769 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732779 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index c12150d..23e4384 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '5.2.7.1' +gem 'rails', '7.0.0' #gem "mongoid", git: "https://github.com/mongoid/mongoid.git" gem 'mongoid', '~> 5.1.0' @@ -9,7 +9,7 @@ gem 'mongoid', '~> 5.1.0' gem 'bson_ext' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0.5' +gem 'sass-rails', '~> 6.0.0' gem 'bootstrap-sass', '~> 3.0.2.0'