From ef32eb5ae0dfa59ff4b01f9bb454d43e031d392b Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Fri, 15 Jan 2016 00:18:21 -0500 Subject: [PATCH] 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.. --- Appraisals | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Appraisals b/Appraisals index 4993b15f..68d02931 100644 --- a/Appraisals +++ b/Appraisals @@ -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