From a93afd30393050cfde14b4896b8cefca133e7d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:54:14 +0200 Subject: [PATCH] chore: Bump rack from 3.0.10 to 3.0.11 (#844) Bumps [rack](https://github.com/rack/rack) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/commits) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d8fa9b4..7a92d5a 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'kramdown' gem 'liquid' gem 'listen' gem 'mercenary' -gem 'rack', '~> 3.0.10' +gem 'rack', '~> 3.0.11' gem 'railties', '>= 5.2.2.1' gem 'rouge' gem 'rubocop' diff --git a/Gemfile.lock b/Gemfile.lock index 5eeebbd..1aa70c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,7 @@ GEM stringio public_suffix (5.0.5) racc (1.7.3) - rack (3.0.10) + rack (3.0.11) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -338,7 +338,7 @@ DEPENDENCIES mini_racer (~> 0.12.0) minima! nokogiri (>= 1.10.4) - rack (~> 3.0.10) + rack (~> 3.0.11) railties (>= 5.2.2.1) rouge rubocop