From fe3b2ace6e66949b79138d123f8cd5ac23a68c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:33:21 +0000 Subject: [PATCH] Update grape requirement from ~> 1 to ~> 2 in /gemfiles/grape-1.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/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: grape dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemfiles/grape-1.x/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/grape-1.x/Gemfile b/gemfiles/grape-1.x/Gemfile index ce00d8a9..21936c82 100644 --- a/gemfiles/grape-1.x/Gemfile +++ b/gemfiles/grape-1.x/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec path: "../.." -gem "grape", "~> 1" +gem "grape", "~> 2" # Test additional libraries with oldest and newest versions of Grape eval_gemfile "../Gemfile.additional"