To support ActiveRecord unit tests for IBM DB2

This commit is contained in:
Yasuo Honda
2011-10-02 22:51:01 -04:00
parent d68884f4fd
commit b564ffcad4
2 changed files with 5 additions and 0 deletions

View File

@@ -99,3 +99,6 @@ if ENV['ORACLE_ENHANCED_PATH'] || ENV['ORACLE_ENHANCED']
gem "activerecord-oracle_enhanced-adapter", :git => "git://github.com/rsim/oracle-enhanced.git"
end
end
# A gem necessary for ActiveRecord tests with Oracle database
gem "ibm_db" if ENV['IBM_DB']