Fix bundler warning: gem specified twice

The appraisal gemfile is supposed to override the gemspec, but
that doesn't seem to be happening for gems in the `platform`
section..
This commit is contained in:
Jared Beck 2016-01-15 00:18:21 -05:00
parent 80bbb26db2
commit ef32eb5ae0
1 changed files with 0 additions and 7 deletions

View File

@ -17,13 +17,6 @@ appraise "ar3" do
gem 'test-unit', '~> 3.0'
platforms :ruby do
gem 'mysql2', '~> 0.3.20'
gem 'pg', '~> 0.17.1'
end
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3'
gem 'activerecord-jdbcpostgresql-adapter', '~> 1.3'
gem 'activerecord-jdbcmysql-adapter', '~> 1.3'
gem 'activerecord-jdbc-adapter', '1.3.15'
end
end
end