From 6873aab02f3b90d61cdb2cc015ef96eaa6af4e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 02:56:44 +0000 Subject: [PATCH] Bump rack from 2.0.6 to 2.2.8.1 in /test/app_config/gemfile-rack Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.2.8.1. - [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.0.6...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/app_config/gemfile-rack/gems.locked | 4 ++-- test/app_config/gemfile-rack/gems.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/app_config/gemfile-rack/gems.locked b/test/app_config/gemfile-rack/gems.locked index fd87314..800a3fe 100644 --- a/test/app_config/gemfile-rack/gems.locked +++ b/test/app_config/gemfile-rack/gems.locked @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - rack (2.0.6) + rack (2.2.8.1) PLATFORMS ruby DEPENDENCIES - rack (~> 2.0) + rack (~> 2.2) BUNDLED WITH 1.17.3 diff --git a/test/app_config/gemfile-rack/gems.rb b/test/app_config/gemfile-rack/gems.rb index fbc1b5a..91b1e6c 100644 --- a/test/app_config/gemfile-rack/gems.rb +++ b/test/app_config/gemfile-rack/gems.rb @@ -1,2 +1,2 @@ source 'https://rubygems.org' -gem 'rack', '~> 2.0' +gem 'rack', '~> 2.2'