Set default Grape version to ~> 3.0.0 in Gemfile

This commit is contained in:
Sami Samhuri 2026-01-02 11:50:51 -08:00
parent af29f9c76e
commit 55f3861ae3
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ source 'https://rubygems.org'
gemspec
case version = ENV['GRAPE_VERSION'] || '~> 2.3.0'
case version = ENV['GRAPE_VERSION'] || '~> 3.0.0'
when 'HEAD'
gem 'grape', github: 'intridea/grape'
else