From 30106d0d486f1f2d49b073ec69eb0ceceba03f1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Nov 2018 08:40:51 +0000 Subject: [PATCH] fix: Gemfile.lock & Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-72567 --- Gemfile.lock | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3ba43eff5a8..8e35a14d181 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: RedCloth (4.2.9) chunky_png (1.2.5) @@ -28,8 +28,8 @@ GEM pygments.rb (0.3.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rack (1.5.2) - rack-protection (1.5.0) + rack (1.6.11) + rack-protection (1.5.5) rack rake (0.9.2.2) rb-fsevent (0.9.1) @@ -38,13 +38,13 @@ GEM sass (3.2.9) sass-globbing (1.0.0) sass (>= 3.1) - sinatra (1.4.2) - rack (~> 1.5, >= 1.5.2) + sinatra (1.4.8) + rack (~> 1.5) rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) + tilt (>= 1.3, < 3) stringex (1.4.0) syntax (1.0.0) - tilt (1.3.7) + tilt (2.0.8) yajl-ruby (1.1.0) PLATFORMS @@ -65,3 +65,6 @@ DEPENDENCIES sass-globbing (~> 1.0.0) sinatra (~> 1.4.2) stringex (~> 1.4.0) + +BUNDLED WITH + 1.16.6