From a864440f088f6b45f62ecba6530874bd0eae78c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 03:59:07 +0000 Subject: [PATCH] Bump rack from 2.0.3 to 2.0.8 Bumps [rack](https://github.com/rack/rack) from 2.0.3 to 2.0.8. - [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.0.8) 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..eba481c 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.0.8' gem 'rspec' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 833aab6..6bc6ce0 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.0.8) 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.0.8) rspec BUNDLED WITH