From 8c96de21b6eced1b4b756e14f706f9cf851b80e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 08:01:11 +0000 Subject: [PATCH] Bump rack from 2.0.8 to 2.1.4 in /services/backend-api/app 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] --- services/backend-api/app/Gemfile | 2 +- services/backend-api/app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/backend-api/app/Gemfile b/services/backend-api/app/Gemfile index a801abc..d832ce8 100644 --- a/services/backend-api/app/Gemfile +++ b/services/backend-api/app/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'puma', '~> 4.3.3' -gem 'rack', '~> 2.0.8' +gem 'rack', '~> 2.1.4' gem 'sinatra', '~> 2.0.7' gem 'sinatra-contrib', '~> 2.0.7' gem 'redis', '~> 4.1.2' diff --git a/services/backend-api/app/Gemfile.lock b/services/backend-api/app/Gemfile.lock index 2955856..e93a97a 100644 --- a/services/backend-api/app/Gemfile.lock +++ b/services/backend-api/app/Gemfile.lock @@ -13,7 +13,7 @@ GEM nio4r (2.5.2) puma (4.3.3) nio4r (~> 2.0) - rack (2.0.8) + rack (2.1.4) rack-protection (2.0.7) rack rack-test (1.1.0) @@ -53,7 +53,7 @@ DEPENDENCIES connection_pool (~> 2.2.2) minitest puma (~> 4.3.3) - rack (~> 2.0.8) + rack (~> 2.1.4) rack-test (~> 1.1.0) redis (~> 4.1.2) sinatra (~> 2.0.7)