Fix bin/bundle
Don't require "bundler/setup", otherwise bundle install doesn't work anymore m(
This commit is contained in:
parent
51f73b86fc
commit
d5f2895e36
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue