Fix bin/bundle

Don't require "bundler/setup", otherwise bundle install doesn't work
anymore m(
This commit is contained in:
Benjamin Neff 2017-05-20 17:04:34 +02:00
parent 51f73b86fc
commit d5f2895e36

View file

@ -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")