aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2011-10-02 22:51:01 -0400
committerYasuo Honda <yasuo.honda@gmail.com>2011-10-02 22:51:01 -0400
commitb564ffcad4df58c8364bafb850774539b161b26a (patch)
treec86df8b45493dac87b3ace4fbafc904e2dd27cca /Gemfile
parentd68884f4fddf5452f1dcbdf1a7b35d5889926fe5 (diff)
downloadrails-b564ffcad4df58c8364bafb850774539b161b26a.tar.gz
rails-b564ffcad4df58c8364bafb850774539b161b26a.tar.bz2
rails-b564ffcad4df58c8364bafb850774539b161b26a.zip
To support ActiveRecord unit tests for IBM DB2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a1585e279c..1d9685412f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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']