From ce243c7e36f2fcc0d36666cdcf8fcf013ce69dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 02:20:38 +0000 Subject: [PATCH] Bump rack from 2.0.3 to 2.1.4 Bumps [rack](https://github.com/rack/rack) from 2.0.3 to 2.1.4. - [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/2.0.3...2.1.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 561e57d..55b68d1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" gem "github-pages" gem 'nokogiri' -gem 'rack', '~> 2.0.1' +gem 'rack', '~> 2.1.4' gem 'rspec' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 833aab6..185632c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (2.0.5) - rack (2.0.3) + rack (2.1.4) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -249,7 +249,7 @@ PLATFORMS DEPENDENCIES github-pages nokogiri - rack (~> 2.0.1) + rack (~> 2.1.4) rspec BUNDLED WITH