chinwagsocial/bin/bundle

4 lines
125 B
Plaintext
Raw Permalink Normal View History

2016-02-21 08:53:20 +11:00
#!/usr/bin/env ruby
2018-04-12 22:45:17 +10:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2016-02-21 08:53:20 +11:00
load Gem.bin_path('bundler', 'bundle')