From 38e206e82cbf35856964bf823da13949fc694d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 23:10:49 +0000 Subject: [PATCH] Bump rack from 1.3.3 to 2.1.4 Bumps [rack](https://github.com/rack/rack) from 1.3.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/1.3.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 b4b18ba..d855e56 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "rack", "1.3.3" +gem "rack", "2.1.4" gem "rack-rewrite", "1.1.0" gem "rake", "0.9.2" diff --git a/Gemfile.lock b/Gemfile.lock index fb171b5..9c7d8a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - rack (1.3.3) + rack (2.1.4) rack-rewrite (1.1.0) rake (0.9.2) shotgun (0.9) @@ -11,7 +11,7 @@ PLATFORMS ruby DEPENDENCIES - rack (= 1.3.3) + rack (= 2.1.4) rack-rewrite (= 1.1.0) rake (= 0.9.2) shotgun