From 0c229db915b78fea89ee88c880e022e912364fbf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 08:19:08 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674179 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674176 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674184 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674192 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674188 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a1bbe4..ca11d58 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'uglifier', '>= 1.3.0' # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' +gem 'turbolinks', '>= 5.0.0' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # Use Puma as the app server @@ -40,10 +40,10 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'administrate', '0.1.4' +gem 'administrate', '0.18.0' gem 'sinatra', '1.1.4' gem 'festivaltts4r', '0.2.0' -gem 'spree', '3.0.7' +gem 'spree', '4.0.0' gem 'authlogic', '1.4.3' gem 'devise_invitable', '1.3.4'