Sha256: e734ebb03320cea3b33e06e28fbc2bc26830f2ec6d429784dc13060b66c041e5
Contents?: true
Size: 328 Bytes
Versions: 3
Compression:
Stored size: 328 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'sqlite3', '1.3.10' version = ENV['RAILS_VERSION'] || 'default' case 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', "~> #{version}" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jsonapi-authorization-0.6.0 | Gemfile |
jsonapi-authorization-0.5.0 | Gemfile |
jsonapi-authorization-0.4.0 | Gemfile |