Sha256: 36d6c7cf108d76baa7845c48742276b3e86909e962b68b12a57bb9680971ff38

Contents?: true

Size: 175 Bytes

Versions: 9

Compression:

Stored size: 175 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
grape-active_model_serializers-1.5.0 Gemfile
grape-jsonapi-resources-0.0.6 Gemfile
grape-active_model_serializers-1.4.0 Gemfile
grape-jsonapi-resources-0.0.5 Gemfile
grape-jsonapi-resources-0.0.4 Gemfile
grape-jsonapi-resources-0.0.3 Gemfile
grape-jsonapi-resources-0.0.2 Gemfile
grape-jsonapi-resources-0.0.1 Gemfile
grape-active_model_serializers-1.3.2 Gemfile