From 636e6186155e8138e4a636565c7e910d960f7fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 05:10:32 +0000 Subject: [PATCH] Bump rack from 1.6.11 to 2.0.7 Bumps [rack](https://github.com/rack/rack) from 1.6.11 to 2.0.7. - [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.0.7) 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..1ee6d7c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rack', '~> 1.6.11' +gem 'rack', '~> 2.0.7' gem 'rack-cors' gem 'grape', '~> 1.1.0' gem 'grape-entity', '~> 0.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index cd7e6e5..6db9b79 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.0.7) 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.0.7) rack-cors rack-test rake