From 7ad1f6ea070ab0f7bce4198496bef94c84a70c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 04:13:10 +0000 Subject: [PATCH] Bump rack from 1.6.11 to 2.1.4 Bumps [rack](https://github.com/rack/rack) from 1.6.11 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.6.11...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 05ec3ad..4ae4440 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rack', '~> 1.6.11' +gem 'rack', '~> 2.1.4' gem 'rack-cors' gem 'grape', '~> 1.1.0' gem 'grape-entity', '~> 0.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index cd7e6e5..e212872 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM otr-activerecord (1.2.1) activerecord (>= 4.0, < 5.1) hashie-forbidden_attributes (~> 0.1) - rack (1.6.11) + rack (2.1.4) rack-accept (0.4.5) rack (>= 0.4) rack-cors (1.0.5) @@ -95,7 +95,7 @@ DEPENDENCIES grape-entity (~> 0.5.1) mysql2 otr-activerecord (~> 1.2.1) - rack (~> 1.6.11) + rack (~> 2.1.4) rack-cors rack-test rake