gauge/bin/bundle

4 lines
125 B
Plaintext
Raw Permalink Normal View History

2015-10-06 15:21:46 +03:00
#!/usr/bin/env ruby
2018-09-25 13:18:08 +03:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2015-10-06 15:21:46 +03:00
load Gem.bin_path('bundler', 'bundle')