Sha256: 076383853e47e2f8bb2c72ce053cc951cb8436f06638b905376f2a0023a11992

Contents?: true

Size: 391 Bytes

Versions: 10

Compression:

Stored size: 391 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'
rails = case version
        when 'master'
          { github: 'rails/rails' }
        when 'default'
          '>= 4.2'
        else
          "~> #{version}"
        end
gem 'rails', rails

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jsonapi-resources-0.5.7 Gemfile
jsonapi-resources-0.5.6 Gemfile
jsonapi-resources-0.5.5 Gemfile
jsonapi-resources-0.5.4 Gemfile
jsonapi-resources-0.5.3 Gemfile
jsonapi-resources-0.5.2 Gemfile
jsonapi-resources-0.5.1 Gemfile
jsonapi-resources-0.5.0 Gemfile
jsonapi-resources-0.4.4 Gemfile
jsonapi-resources-0.4.3 Gemfile