From 50a91fcd1061527a3543e3e713fc4222da68e438 Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Sat, 3 Aug 2019 14:07:11 +0200 Subject: [bundler/bundler] Reuse `lib` method https://github.com/bundler/bundler/commit/4589a57852 --- spec/bundler/support/helpers.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/bundler/support/helpers.rb b/spec/bundler/support/helpers.rb index 02ec3c790b..6a333a9658 100644 --- a/spec/bundler/support/helpers.rb +++ b/spec/bundler/support/helpers.rb @@ -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?("/") -- cgit v1.2.3