mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
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:
parent
80bbb26db2
commit
ef32eb5ae0
1 changed files with 0 additions and 7 deletions
|
@ -17,13 +17,6 @@ appraise "ar3" do
|
||||||
gem 'test-unit', '~> 3.0'
|
gem 'test-unit', '~> 3.0'
|
||||||
platforms :ruby do
|
platforms :ruby do
|
||||||
gem 'mysql2', '~> 0.3.20'
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue