tab/bin/bundle

4 lines
125 B
Text
Raw Normal View History

2015-09-07 11:44:48 +02:00
#!/usr/bin/env ruby
2018-06-20 18:02:33 +02:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2015-09-07 11:44:48 +02:00
load Gem.bin_path('bundler', 'bundle')