From: Dmitry Borodaenko <angdraug@debian.org>
Date: Tue, 13 Sep 2011 17:53:16 +0300
Subject: remove usage of rubygems

---
 lib/dbi.rb            |    6 ------
 lib/dbi/columninfo.rb |    6 ------
 2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/lib/dbi.rb b/lib/dbi.rb
index 39a5ed7..9d0877f 100644
--- a/lib/dbi.rb
+++ b/lib/dbi.rb
@@ -35,12 +35,6 @@ module DBI; end
 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-begin
-    require "rubygems"
-    gem "deprecated", "= 2.0.1"
-rescue LoadError
-end
-
 #
 # NOTE see the end of the file for requires that live in the DBI namespace.
 #
diff --git a/lib/dbi/columninfo.rb b/lib/dbi/columninfo.rb
index bf01fef..cfff97b 100644
--- a/lib/dbi/columninfo.rb
+++ b/lib/dbi/columninfo.rb
@@ -1,11 +1,5 @@
 require 'delegate'
 
-begin
-    require 'rubygems'
-    gem 'deprecated', "= 2.0.1"
-rescue LoadError => e
-end
-
 require 'deprecated'
 
 module DBI
-- 
