From fb3bf11598696ec279f5006acdf93787c2ca520f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 19:44:15 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.6.3 Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.3. - [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/2.2.3...v2.2.6.3) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2d7380b..cd07e24 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'progress_bar', '1.3.3' gem 'rails', '6.1' gem 'rails-controller-testing', '1.0.5' gem 'rails-html-sanitizer', '1.3' -gem 'rack', '2.2.3' +gem 'rack', '2.2.6.3' gem 'rb-readline' gem "recaptcha" gem 'sass-rails', '6.0' diff --git a/Gemfile.lock b/Gemfile.lock index c4d2168..33f0e38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,8 +154,8 @@ GEM progress_bar (1.3.3) highline (>= 1.6, < 3) options (~> 2.3.0) - racc (1.5.2) - rack (2.2.3) + racc (1.6.2) + rack (2.2.6.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.1.0) @@ -248,7 +248,7 @@ GEM zeitwerk (2.4.2) PLATFORMS - ruby + x86_64-linux DEPENDENCIES bcrypt (= 3.1.15) @@ -268,7 +268,7 @@ DEPENDENCIES paperclip (= 6.1) pg (= 1.2.3) progress_bar (= 1.3.3) - rack (= 2.2.3) + rack (= 2.2.6.3) rails (= 6.1) rails-controller-testing (= 1.0.5) rails-html-sanitizer (= 1.3)