agenda-libre-ruby/bin/bundle

4 lines
125 B
Plaintext
Raw Permalink Normal View History

2014-03-18 15:40:13 +01:00
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2013-11-13 23:09:38 +01:00
load Gem.bin_path('bundler', 'bundle')