1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge Bundler 1.17.2 from upstream.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-12-11 11:02:41 +00:00
parent 23ff1abc9c
commit 36d93e831b
4 changed files with 20 additions and 2 deletions

View file

@ -60,6 +60,8 @@ module Bundler
settings_option(:default_cli_command) { bundler_2_mode? ? :cli_help : :install }
settings_method(:github_https?, "github.https") { bundler_2_mode? }
def initialize(bundler_version)
@bundler_version = Gem::Version.create(bundler_version)
end