From 2f975adb07e2a6d545ec77b66b15290b614310c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jun 2025 08:27:55 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10494060 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10494063 --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 585f9741..27a091e1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,27 +4,27 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '~> 2.5' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.2.3' +gem 'rails', '~> 7.0.0' # Use postgres as the database for Active Record gem 'pg', '~> 1.1' # Use Puma as the app server gem 'puma', '~> 3.12' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 6.0', '>= 6.0.0' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' gem 'chartkick', '~> 3.2' gem 'database_cleaner', '~> 1.7' -gem 'bootstrap', '~> 4.4.1' +gem 'bootstrap', '~> 4.6.2', '>= 4.6.2.1' gem 'jquery-rails', '~> 4.3' gem 'version_sorter', '~> 2.2' gem 'kaminari', '~> 1.1' -gem 'octicons_helper', '~> 8.5' +gem 'octicons_helper', '~> 14.2', '>= 14.2.0' gem 'pg_search', '~> 2.2' gem 'friendly_id', '~> 5.3.0'