mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Set default Grape version to ~> 3.0.0 in Gemfile
This commit is contained in:
parent
af29f9c76e
commit
55f3861ae3
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue