From c596871057abd2b5077a0bd8a88e142363e500eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jun 2020 22:45:30 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-572377 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ce10b1f0..31ce5c9b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,15 +5,15 @@ gem 'rake' # for running the server gem "eventmachine", "1.0.0.rc.4" -gem 'thin' -gem 'rack' +gem 'thin', '>= 1.4.1' +gem 'rack', '>= 2.1.4' # for le styles gem 'sass' gem 'bourbon' # for running tests -gem 'jasmine' +gem 'jasmine', '>= 2.0.0' # for running the tests like a hipster gem 'jasmine-headless-webkit'