From 7f30432402eb903b2547d66453c0c4cae2c4600c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 15:52:25 +0000 Subject: [PATCH] Bump rack-contrib from 2.3.0 to 2.5.0 Bumps [rack-contrib](https://github.com/rack/rack-contrib) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/rack/rack-contrib/releases) - [Changelog](https://github.com/rack/rack-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack-contrib/compare/v2.3.0...v2.5.0) --- updated-dependencies: - dependency-name: rack-contrib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a0c57e3..11f9d8a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'faye-websocket', '0.11.0' gem 'vonage', '~> 7.2.1' gem 'sinatra', '2.1.0' gem 'sinatra-contrib', '2.1.0' -gem 'rack-contrib', '2.3.0' +gem 'rack-contrib', '2.5.0' gem 'thin', '1.8.0' gem 'rubocop', require: false gem "byebug", "~> 11.0" diff --git a/Gemfile.lock b/Gemfile.lock index d8eec6c..3babdbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,9 +19,9 @@ GEM parallel (1.17.0) parser (2.6.3.0) ast (~> 2.4.0) - rack (2.2.3) - rack-contrib (2.3.0) - rack (~> 2.0) + rack (2.2.9) + rack-contrib (2.5.0) + rack (< 4) rack-protection (2.1.0) rack rainbow (3.0.0) @@ -68,7 +68,7 @@ DEPENDENCIES byebug (~> 11.0) dotenv (= 2.7.6) faye-websocket (= 0.11.0) - rack-contrib (= 2.3.0) + rack-contrib (= 2.5.0) rubocop sinatra (= 2.1.0) sinatra-contrib (= 2.1.0)