From 3c141e12fc8b7c2e02ac05449a80a409f415d49c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 2 Jan 2005 15:53:00 +0000 Subject: DB2 driver shouldnt be looking for RubyGems stuff git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@314 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/connection_adapters/db2_adapter.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/lib/active_record/connection_adapters') 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 -- cgit v1.2.3