From 69a0f4d2b1dd8982d6c89ac8b8116346cc6c70ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 17:58:39 +0000 Subject: [PATCH] Bump rack from 2.2.2 to 2.2.3.1 Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3.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/v2.2.2...2.2.3.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 12108ba..11fdb39 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'lograge' gem 'mini_magick' gem 'pg' gem 'puma' -gem 'rack', '2.2.2' # https://github.com/heartcombo/devise/issues/5273 +gem 'rack', '2.2.3.1' # https://github.com/heartcombo/devise/issues/5273 gem 'rails', '~> 6' gem 'rails-i18n' gem 'ransack' diff --git a/Gemfile.lock b/Gemfile.lock index 72c7a9b..6b104f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -249,7 +249,7 @@ GEM puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.2) + rack (2.2.3.1) rack-proxy (0.7.2) rack rack-test (1.1.0) @@ -460,7 +460,7 @@ DEPENDENCIES pg pry-rails puma - rack (= 2.2.2) + rack (= 2.2.3.1) rails (~> 6) rails-i18n ransack