mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
10 lines
175 B
Ruby
10 lines
175 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
case version = ENV['GRAPE_VERSION'] || '~> 0.10.0'
|
|
when 'HEAD'
|
|
gem 'grape', github: 'intridea/grape'
|
|
else
|
|
gem 'grape', version
|
|
end
|