From 9077a50ca94dc9f0f5402117da1c0280b6fe3080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 09:36:29 +0000 Subject: [PATCH] Bump rack from 2.0.8 to 2.1.4 in /common/support/ruby Bumps [rack](https://github.com/rack/rack) from 2.0.8 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.8...2.1.4) Signed-off-by: dependabot[bot] --- common/support/ruby/Gemfile | 2 +- common/support/ruby/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/support/ruby/Gemfile b/common/support/ruby/Gemfile index 986fc5a..bea33fa 100644 --- a/common/support/ruby/Gemfile +++ b/common/support/ruby/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '~> 2.6.4' -gem 'rack', '= 2.0.8' +gem 'rack', '2.1.4' gem 'rack-ssl', '= 1.4.1' gem 'rack_csrf', '= 2.6.0' gem 'rack-contrib', '= 2.1.0' diff --git a/common/support/ruby/Gemfile.lock b/common/support/ruby/Gemfile.lock index 2df65bb..e98a227 100644 --- a/common/support/ruby/Gemfile.lock +++ b/common/support/ruby/Gemfile.lock @@ -244,7 +244,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.3) - rack (2.0.8) + rack (2.1.4) rack-contrib (2.1.0) rack (~> 2.0) rack-protection (2.0.7) @@ -402,7 +402,7 @@ DEPENDENCIES jbuilder (= 2.9.1) listen (= 3.1.5) pry (= 0.12.2) - rack (= 2.0.8) + rack (= 2.1.4) rack-contrib (= 2.1.0) rack-ssl (= 1.4.1) rack_csrf (= 2.6.0)