Sha256: fd2f2e7dd655e4d10a63080e6fd63a51405a164c0dad4d9c77be6299f1d467c7

Contents?: true

Size: 427 Bytes

Versions: 7

Compression:

Stored size: 427 Bytes

Contents

source 'https://rubygems.org'

gemspec

platforms :ruby do
  gem 'sqlite3', '1.3.10'
end

platforms :jruby do
  gem 'activerecord-jdbcsqlite3-adapter'
end

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

7 entries across 7 versions & 1 rubygems

Version Path
jsonapi-resources-0.7.1.beta1 Gemfile
jsonapi-resources-0.7.0 Gemfile
jsonapi-resources-0.6.2 Gemfile
jsonapi-resources-0.6.1 Gemfile
jsonapi-resources-0.6.0 Gemfile
jsonapi-resources-0.5.9 Gemfile
jsonapi-resources-0.5.8 Gemfile