diff options
author | Yasuo Honda <yasuo.honda@gmail.com> | 2011-10-03 11:56:11 -0400 |
---|---|---|
committer | Yasuo Honda <yasuo.honda@gmail.com> | 2011-10-03 11:56:11 -0400 |
commit | 8cc70cf32a48eb31503f828802c65f974cf559f3 (patch) | |
tree | fef25b5cf972ad7b42ffdd4cec2cf6fe2b7be52b | |
parent | b564ffcad4df58c8364bafb850774539b161b26a (diff) | |
download | rails-8cc70cf32a48eb31503f828802c65f974cf559f3.tar.gz rails-8cc70cf32a48eb31503f828802c65f974cf559f3.tar.bz2 rails-8cc70cf32a48eb31503f828802c65f974cf559f3.zip |
Fix typo in Rakefile
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] |