Loosen optional gem deps from ~> to >=

This commit is contained in:
Jeremy Kemper
2009-11-14 03:32:35 -08:00
parent 3ee9b8f2b2
commit 74e1ff9dc2

View File

@@ -9,7 +9,7 @@ end
unless ActiveSupport.requirable? lib
# Try to activate a gem ~> satisfying the requested version first.
begin
gem lib, "~> #{version}"
gem lib, ">= #{version}"
# Use the vendored lib if the gem's missing or we aren't using RubyGems.
rescue LoadError, NoMethodError
# There could be symlinks