From ef6c51861f3bc90b3b13044a370ac769460a3c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 12:41:56 +0000 Subject: [PATCH] Bump rack from 1.6.4 to 1.6.12 Bumps [rack](https://github.com/rack/rack) from 1.6.4 to 1.6.12. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.6.4...1.6.12) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2495beb..e6257b7 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "sinatra", "~> 1.4.7" gem "sinatra-contrib", "~> 1.4.7" -gem "rack", "~> 1.6.4" +gem "rack", "~> 1.6.12" gem "sass", "~> 3.4.22" gem "coffee-script", "~> 2.4.1" gem "sprockets", "~> 3.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index af948cc..1911e42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM concurrent-ruby (1.0.2) execjs (2.7.0) multi_json (1.12.1) - rack (1.6.4) + rack (1.6.12) rack-protection (1.5.3) rack rack-test (0.6.3) @@ -38,7 +38,7 @@ PLATFORMS DEPENDENCIES chronic (~> 0.10.2) coffee-script (~> 2.4.1) - rack (~> 1.6.4) + rack (~> 1.6.12) sass (~> 3.4.22) sinatra (~> 1.4.7) sinatra-contrib (~> 1.4.7)