From d5f2895e36424a3d893076a394ab3aceb3c40294 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 20 May 2017 17:04:34 +0200 Subject: [PATCH] Fix bin/bundle Don't require "bundler/setup", otherwise bundle install doesn't work anymore m( --- bin/bundle | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/bundle b/bin/bundle index c3bb880..65bc64f 100755 --- a/bin/bundle +++ b/bin/bundle @@ -12,6 +12,5 @@ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", Pathname.new(__FILE__).realpath) require "rubygems" -require "bundler/setup" load Gem.bin_path("bundler", "bundle")