From 44fafd3b65148384235f402e39b72a9ee2f8d405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 19:21:13 +0000 Subject: [PATCH] Bump rack from 1.4.5 to 2.1.4.1 Bumps [rack](https://github.com/rack/rack) from 1.4.5 to 2.1.4.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.4.5...2.1.4.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 50b717c42..6216b83be 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org/" # PRODUCTION: bundle install --deployment --without dev gem 'addressable', '2.2.6' -gem 'rack', '1.4.5' +gem 'rack', '2.1.4.1' gem 'yajl-ruby', '1.1.0' gem 'thin', '1.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 503963743..6982cd9fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM addressable (>= 2.2.6) rack (>= 1.2.1) polyglot (0.3.5) - rack (1.4.5) + rack (2.1.4.1) redis (2.2.2) redis-dump (0.3.2) drydock (>= 0.6.9) @@ -99,7 +99,7 @@ DEPENDENCIES mail (= 2.5.4) mustache (= 0.99.3) otto (= 0.4.1) - rack (= 1.4.5) + rack (= 2.1.4.1) redis (= 2.2.2) redis-dump (= 0.3.2) rudy (= 0.9.8.020)