mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Reuse lib
method
https://github.com/bundler/bundler/commit/4589a57852
This commit is contained in:
parent
ef2d415802
commit
50a91fcd10
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ module Spec
|
|||
end
|
||||
|
||||
def gembin(cmd)
|
||||
lib = File.expand_path("../../../lib", __FILE__)
|
||||
old = ENV["RUBYOPT"]
|
||||
ENV["RUBYOPT"] = "#{ENV["RUBYOPT"]} -I#{lib}"
|
||||
cmd = bundled_app("bin/#{cmd}") unless cmd.to_s.include?("/")
|
||||
|
|
Loading…
Add table
Reference in a new issue