From 292e061cb2dcabd0a7cf69d7116beaa684901835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 13:53:03 +0000 Subject: [PATCH] Bump rack from 1.4.1 to 1.6.11 Bumps [rack](https://github.com/rack/rack) from 1.4.1 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.4.1...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 f378954..6f69082 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" group :development do gem 'rake', '~> 0.9' - gem 'rack', '~> 1.4.1' + gem 'rack', '~> 1.6.11' gem 'jekyll', '~> 0.12' gem 'rdiscount', '~> 1.6.8' gem 'pygments.rb', '~> 0.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index c235b2c..dd9aeb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM pygments.rb (0.3.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rack (1.4.1) + rack (1.6.11) rack-protection (1.3.2) rack rake (0.9.2.2) @@ -55,7 +55,7 @@ DEPENDENCIES jekyll (~> 0.12) liquid (~> 2.3.0) pygments.rb (~> 0.3.4) - rack (~> 1.4.1) + rack (~> 1.6.11) rake (~> 0.9) rb-fsevent (~> 0.9) rdiscount (~> 1.6.8)