From 45299e2922af989d468696aa544c744d7861cd83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 18:04:39 +0000 Subject: [PATCH] Bump rack from 1.5.2 to 2.1.4 Bumps [rack](https://github.com/rack/rack) from 1.5.2 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.5.2...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 32088ed..7ded845 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ # A sample Gemfile source "https://rubygems.org" -gem 'rack', '~> 1.5.2' +gem 'rack', '~> 2.1.4' # gem "rails" diff --git a/Gemfile.lock b/Gemfile.lock index bff3bbb..4980585 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ GEM remote: https://rubygems.org/ specs: - rack (1.5.2) + rack (2.1.4) PLATFORMS ruby DEPENDENCIES - rack (~> 1.5.2) + rack (~> 2.1.4)