From ad627b3877127c1a69d951a25344ba01c5e05b3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Dec 2022 18:38:50 +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 ce083c3..5432b4d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,14 +1,14 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.0.2' +gem 'rails', '4.2.0' gem "mongoid", git: "https://github.com/mongoid/mongoid.git" gem 'bson_ext' # Use SCSS for stylesheets -gem 'sass-rails', '~> 4.0.0' +gem 'sass-rails', '~> 6.0.0' gem 'bootstrap-sass', '~> 3.0.2.0'