Author: Gunnar Wolf <gwolf@debian.org>
Forwarded: not-needed
Last-update: 2013-12-27
Description: Drop the requirement on Rubygems for the Debian package
--- a/bin/r2r_show
+++ b/bin/r2r_show
@@ -1,6 +1,5 @@
 #!/usr/bin/ruby -ws
 
-require 'rubygems'
 require 'ruby2ruby'
 require 'ruby_parser'
 
--- a/lib/ruby2ruby.rb
+++ b/lib/ruby2ruby.rb
@@ -1,6 +1,5 @@
 #!/usr/bin/env ruby -w
 
-require 'rubygems'
 require 'sexp_processor'
 
 # :stopdoc:
