Sha256: b3d33783877e8bdb85f7079163b6f5769ed91605a17c6ee1c43154668466ca82

Contents?: true

Size: 192 Bytes

Versions: 409

Compression:

Stored size: 192 Bytes

Contents

require "pathname"
eval(Pathname.new(__FILE__).dirname.join("Gemfile.base").read, binding)

platform :ruby do
  gem "mysql2"
end

platform :jruby do
  gem 'activerecord-jdbcmysql-adapter'
end

Version data entries

409 entries across 100 versions & 12 rubygems

Version Path
schema_plus-1.3.2 gemfiles/rails-4.0/Gemfile.mysql2
schema_plus-1.3.2 gemfiles/rails-edge/Gemfile.mysql2
schema_plus-1.3.2 gemfiles/rails-3.2/Gemfile.mysql2
schema_plus-1.3.1 gemfiles/rails-edge/Gemfile.mysql2
schema_plus-1.3.1 gemfiles/rails-4.0/Gemfile.mysql2
schema_plus-1.3.1 gemfiles/rails-3.2/Gemfile.mysql2
schema_plus-1.3.0 gemfiles/rails-edge/Gemfile.mysql2
schema_plus-1.3.0 gemfiles/rails-3.2/Gemfile.mysql2
schema_plus-1.3.0 gemfiles/rails-4.0/Gemfile.mysql2