aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-02 15:53:00 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-02 15:53:00 +0000
commit3c141e12fc8b7c2e02ac05449a80a409f415d49c (patch)
tree1af3b520d538561bf4be409bc07b1f0615e667af
parent51a13a75300b30fba28fd127c081eda971d53018 (diff)
downloadrails-3c141e12fc8b7c2e02ac05449a80a409f415d49c.tar.gz
rails-3c141e12fc8b7c2e02ac05449a80a409f415d49c.tar.bz2
rails-3c141e12fc8b7c2e02ac05449a80a409f415d49c.zip
DB2 driver shouldnt be looking for RubyGems stuff
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@314 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--activerecord/lib/active_record/connection_adapters/db2_adapter.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/db2_adapter.rb b/activerecord/lib/active_record/connection_adapters/db2_adapter.rb
index b4f4f24ca4..6014fff8b8 100644
--- a/activerecord/lib/active_record/connection_adapters/db2_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/db2_adapter.rb
@@ -122,6 +122,5 @@ begin
end
end
rescue LoadError
- retry if require('rubygems') rescue LoadError
# DB2 driver is unavailable.
end