debian-mirror-gitlab/bin/bundle

4 lines
125 B
Text
Raw Normal View History

2014-09-02 14:37:02 +02:00
#!/usr/bin/env ruby
2019-09-30 21:07:59 +05:30
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2014-09-02 14:37:02 +02:00
load Gem.bin_path('bundler', 'bundle')