From 7267d917e29cd9df63015ec2906730875e8b254d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 06:16:43 +0000 Subject: [PATCH] Bump rack from 2.0.7 to 2.1.4 Bumps [rack](https://github.com/rack/rack) from 2.0.7 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/2.0.7...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 613940a9f33..bc69df7357c 100644 --- a/Gemfile +++ b/Gemfile @@ -142,7 +142,7 @@ gem 'icalendar' gem 'diffy', '~> 3.1.0' # Application server -gem 'rack', '~> 2.0.7' +gem 'rack', '~> 2.1.4' group :unicorn do gem 'unicorn', '~> 5.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index d9b10a450ed..8b7c6816678 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -676,7 +676,7 @@ GEM puma (>= 2.7, < 4) pyu-ruby-sasl (0.0.3.3) raabro (1.1.6) - rack (2.0.7) + rack (2.1.4) rack-accept (0.4.5) rack (>= 0.4) rack-attack (4.4.1) @@ -1186,7 +1186,7 @@ DEPENDENCIES pry-rails (~> 0.3.4) puma (~> 3.12) puma_worker_killer - rack (~> 2.0.7) + rack (~> 2.1.4) rack-attack (~> 4.4.1) rack-cors (~> 1.0.0) rack-oauth2 (~> 1.9.3)