Sha256: 7dec7e85abafe88c22f44f9b50bf1d11a4b5c1b4543a6e9fb06d70e429095c2a

Contents?: true

Size: 461 Bytes

Versions: 14

Compression:

Stored size: 461 Bytes

Contents

source 'https://rubygems.org'

gemspec

platforms :ruby do
  # sqlite3 1.3.9 does not work with rubinius 2.2.5:
  # https://github.com/sparklemotion/sqlite3-ruby/issues/122
  gem 'sqlite3', '1.3.8'
end

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

version = ENV['RAILS_VERSION'] || '4.0.4'
rails = case version
        when 'master'
          {:github => 'rails/rails'}
        else
          "~> #{version}"
        end
gem 'rails', rails

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jsonapi-resources-0.0.14 Gemfile
jsonapi-resources-0.0.13 Gemfile
jsonapi-resources-0.0.12 Gemfile
jsonapi-resources-0.0.11 Gemfile
jsonapi-resources-0.0.10 Gemfile
jsonapi-resources-0.0.9 Gemfile
jsonapi-resources-0.0.8 Gemfile
jsonapi-resources-0.0.7 Gemfile
jsonapi-resources-0.0.6 Gemfile
jsonapi-resources-0.0.5 Gemfile
jsonapi-resources-0.0.4 Gemfile
jsonapi-resources-0.0.3 Gemfile
jsonapi-resources-0.0.2 Gemfile
jsonapi-resources-0.0.1 Gemfile