Sha256: 87d7e1e32e90f0efa1d5ce25b76b70ea2c3f8791f2a863ff39b0031693617491
Contents?: true
Size: 537 Bytes
Versions: 1
Compression:
Stored size: 537 Bytes
Contents
source 'https://rubygems.org' gemspec rails_version = ENV['RAILS_VERSION'] || 'default' jsonapi_resources_version = ENV['JSONAPI_RESOURCES_VERSION'] || 'default' case rails_version when 'master' gem 'rails', git: 'https://github.com/rails/rails.git' gem 'arel', git: 'https://github.com/rails/arel.git' when 'default' gem 'rails', '>= 4.2' else gem 'rails', "~> #{rails_version}" end case jsonapi_resources_version when 'default' gem 'jsonapi-resources', '0.9' else gem 'jsonapi-resources', jsonapi_resources_version end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jsonapi-authorization-1.0.0.beta1 | Gemfile |