From da0bfba5af48c0141de8b7f3a01670e807c1e6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:25:44 +0000 Subject: [PATCH] Update grape requirement from ~> 2 to ~> 3 in /gemfiles/grape-2.x Updates the requirements on [grape](https://github.com/ruby-grape/grape) to permit the latest version. - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v2.0.0...v3.1.1) --- updated-dependencies: - dependency-name: grape dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemfiles/grape-2.x/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/grape-2.x/Gemfile b/gemfiles/grape-2.x/Gemfile index 21936c82..327756f4 100644 --- a/gemfiles/grape-2.x/Gemfile +++ b/gemfiles/grape-2.x/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec path: "../.." -gem "grape", "~> 2" +gem "grape", "~> 3" # Test additional libraries with oldest and newest versions of Grape eval_gemfile "../Gemfile.additional"