mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Remove unnecessary method parameter
https://github.com/bundler/bundler/commit/72194d1aac
This commit is contained in:
parent
a1c69991a5
commit
f40914e3cf
1 changed files with 2 additions and 2 deletions
|
@ -75,10 +75,10 @@ m = Module.new do
|
|||
def load_bundler!
|
||||
ENV["BUNDLE_GEMFILE"] ||= gemfile
|
||||
|
||||
activate_bundler(bundler_requirement)
|
||||
activate_bundler
|
||||
end
|
||||
|
||||
def activate_bundler(bundler_requirement)
|
||||
def activate_bundler
|
||||
gem_error = activation_error_handling do
|
||||
gem "bundler", bundler_requirement
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue