From 71207416496fc396d3d11b6d5a9758a125d1f8f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 14:02:44 +0000 Subject: [PATCH] Bump rack from 1.6.4 to 1.6.11 Bumps [rack](https://github.com/rack/rack) from 1.6.4 to 1.6.11. - [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.11) 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..32a7a5d 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.11" 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..dd58973 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.11) 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.11) sass (~> 3.4.22) sinatra (~> 1.4.7) sinatra-contrib (~> 1.4.7)