Sha256: 40c338d9cf90a4a0cbdcf2d260b9d1a3e0046c72023bb4ae2ec16912cff15d11
Contents?: true
Size: 668 Bytes
Versions: 3
Compression:
Stored size: 668 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'sqlite3', '1.3.10' 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 'master' gem 'jsonapi-resources', git: 'https://github.com/cerebris/jsonapi-resources.git' when 'default' gem 'jsonapi-resources', '0.8.0.beta1' else gem 'jsonapi-resources', jsonapi_resources_version end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jsonapi-authorization-0.8.2 | Gemfile |
jsonapi-authorization-0.8.1 | Gemfile |
jsonapi-authorization-0.8.0 | Gemfile |