From 1661cd422d87d2deb058793a5dc71b41a9d26cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:58:31 +0000 Subject: [PATCH] build(deps): bump rack from 2.2.3.1 to 2.2.6.4 Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 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.2.3.1...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 0d1ce6ebe..dd702a698 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby] gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw] gem 'redcarpet', '3.5.1' gem 'pry' -gem 'rack', '~> 2.2.3.1' +gem 'rack', '~> 2.2.6.4' diff --git a/Gemfile.lock b/Gemfile.lock index aed3aa565..c287a203f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.0) - rack (2.2.3.1) + rack (2.2.6.4) rack-livereload (0.3.17) rack rb-fsevent (0.11.1) @@ -128,7 +128,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0.0) middleman-livereload (= 3.4.7) pry - rack (~> 2.2.3.1) + rack (~> 2.2.6.4) redcarpet (= 3.5.1) tzinfo-data wdm (~> 0.1)