From 1319cb1a8e291b5969f745642741d38ae77fe6ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Sep 2021 21:31:02 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1726792 --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7a1bbe4..0e0aeb3 100644 --- a/Gemfile +++ b/Gemfile @@ -11,9 +11,9 @@ gem 'uglifier', '>= 1.3.0' # gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library -gem 'jquery-rails' +gem 'jquery-rails', '>= 4.1.1' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' +gem 'turbolinks', '>= 2.5.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # Use Puma as the app server @@ -32,7 +32,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console' + gem 'web-console', '>= 3.1.1' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' end @@ -44,6 +44,6 @@ gem 'administrate', '0.1.4' gem 'sinatra', '1.1.4' gem 'festivaltts4r', '0.2.0' -gem 'spree', '3.0.7' +gem 'spree', '3.1.7' gem 'authlogic', '1.4.3' gem 'devise_invitable', '1.3.4'