From ccc2a30f525ce5683ab7849755f3675610b5e6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:03:30 +0000 Subject: [PATCH] Update grape requirement from ~> 1.5 to ~> 2.0 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.5.0...v2.0.0) --- updated-dependencies: - dependency-name: grape dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index be796c1..31c8160 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'http://rubygems.org' gemspec group :development, :test do - gem 'grape', '~> 1.5' + gem 'grape', '~> 2.0' gem 'pry', require: false gem 'pry-byebug', require: false gem 'rack-cors', require: false