Remove explicit requirement on rubygems.

It's better to not force the use of a package manager. Better to add it
to the global RUBYOPT if needed. Also, this fixes a dependency issue
when using the .deb package (rubygems1.9.1 is not required, and should
not be).
This commit is contained in:
Cyril Rohr
2012-11-12 21:10:10 +01:00
parent 8fe86e98c8
commit 8ee7b7afdf
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
require "foreman"
require "rubygems"
class Foreman::Process

View File

@@ -1,5 +1,3 @@
require "rubygems"
require "simplecov"
SimpleCov.start do
add_filter "/spec/"