Sha256: f3786b30f0252f898110f6f327c4b433d16eef7a20aa04adc4108a64e7728e4b

Contents?: true

Size: 394 Bytes

Versions: 9

Compression:

Stored size: 394 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

9 entries across 9 versions & 1 rubygems

Version Path
jsonapi-resources-0.4.2 Gemfile
jsonapi-resources-0.4.1 Gemfile
jsonapi-resources-0.4.0 Gemfile
jsonapi-resources-0.3.3 Gemfile
jsonapi-resources-0.3.2 Gemfile
jsonapi-resources-0.3.1 Gemfile
jsonapi-resources-0.3.0 Gemfile
jsonapi-resources-0.3.0.pre2 Gemfile
jsonapi-resources-0.3.0.pre1 Gemfile