From 50ab78b50bff49eaa78634522c427c29821321ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 00:45:20 +0000 Subject: [PATCH] Bump rack from 2.2.3.1 to 2.2.6.2 Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 2.2.6.2. - [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.1...v2.2.6.2) --- 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 46d44af67..8d035955f 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ gem 'icalendar', '~> 2.4.1' gem 'bootstrap-datepicker-rails', '~> 1.6.4.1' -gem 'rack', '~> 2.2.3.1' +gem 'rack', '~> 2.2.6.2' gem 'rack-cors', require: 'rack/cors' diff --git a/Gemfile.lock b/Gemfile.lock index 5043d9565..b1f263ce3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -359,7 +359,7 @@ GEM pundit (1.1.0) activesupport (>= 3.0.0) racc (1.6.0) - rack (2.2.3.1) + rack (2.2.6.2) rack-cors (1.1.1) rack (>= 2.0.0) rack-oauth2 (1.21.2) @@ -702,7 +702,7 @@ DEPENDENCIES psych (< 4) public_activity (~> 1.6.4)! pundit (~> 1.1.0) - rack (~> 2.2.3.1) + rack (~> 2.2.6.2) rack-cors rails (~> 5.2.8.1) rails-assets-clipboard (~> 1.5.12)!