summaryrefslogtreecommitdiffstats
path: root/bin/bundle
blob: e3c2f622b6de3c9ceb8010f12503d23ca2c0291e (plain)
1
2
3
#!/usr/bin/env ruby.exe
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')