mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Loosen optional gem deps from ~> to >=
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user