aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2011-10-03 11:56:11 -0400
committerYasuo Honda <yasuo.honda@gmail.com>2011-10-03 11:56:11 -0400
commit8cc70cf32a48eb31503f828802c65f974cf559f3 (patch)
treefef25b5cf972ad7b42ffdd4cec2cf6fe2b7be52b /Gemfile
parentb564ffcad4df58c8364bafb850774539b161b26a (diff)
downloadrails-8cc70cf32a48eb31503f828802c65f974cf559f3.tar.gz
rails-8cc70cf32a48eb31503f828802c65f974cf559f3.tar.bz2
rails-8cc70cf32a48eb31503f828802c65f974cf559f3.zip
Fix typo in Rakefile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1d9685412f..f63260a260 100644
--- a/Gemfile
+++ b/Gemfile
@@ -100,5 +100,5 @@ if ENV['ORACLE_ENHANCED_PATH'] || ENV['ORACLE_ENHANCED']
end
end
-# A gem necessary for ActiveRecord tests with Oracle database
+# A gem necessary for ActiveRecord tests with IBM DB
gem "ibm_db" if ENV['IBM_DB']