From 83c62dc920a06d544209cb2284eb41bd8c6ebfd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 03:48:54 +0000 Subject: [PATCH] Bump rack from 2.1.4 to 2.2.6.4 Bumps [rack](https://github.com/rack/rack) from 2.1.4 to 2.2.6.4. - [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.1.4...v2.2.6.4) --- 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 611eb2c..859f9c3 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ gem 'github-pages', group: :jekyll_plugins #gem 'jekyll-admin', group: :jekyll_plugins gem 'wdm', '~> 0.1.1' if Gem.win_platform? gem 'nokogiri' -gem 'rack', '~> 2.1.4' +gem 'rack', '~> 2.2.6' gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 2ee0c28..5d46797 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,7 @@ GEM forwardable-extended (~> 2.6) public_suffix (4.0.6) racc (1.5.2) - rack (2.1.4) + rack (2.2.6.4) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -280,7 +280,7 @@ PLATFORMS DEPENDENCIES github-pages nokogiri - rack (~> 2.1.4) + rack (~> 2.2.6) rspec BUNDLED WITH