From 49bf0eb70d60dec5d4b7a35074967fe25ea83c6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Mar 2020 07:35:08 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-559100 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index caedbdf..4ae268e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 5.0.0', '>= 5.0.0.1' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12', '>= 3.12.4' gem 'jquery-ui-rails' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 666a316..6dc921f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM nio4r (1.2.1) nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) - puma (3.6.0) + puma (3.12.4) rack (2.0.1) rack-test (0.6.3) rack (>= 1.0) @@ -162,7 +162,7 @@ DEPENDENCIES jquery-rails jquery-ui-rails listen (~> 3.0.5) - puma (~> 3.0) + puma (~> 3.12, >= 3.12.4) rails (~> 5.0.0, >= 5.0.0.1) sass-rails (~> 5.0) spring @@ -174,4 +174,4 @@ DEPENDENCIES web-console BUNDLED WITH - 1.12.5 + 1.17.3