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