2014-02-15 15:03:10 -05:00
|
|
|
#!/usr/bin/env ruby
|
2021-09-03 08:09:03 -04:00
|
|
|
|
|
|
|
require 'bundler'
|
|
|
|
|
|
|
|
ENV['BUNDLE_GEMFILE'] ||=
|
|
|
|
Bundler.settings[:gemfile] || File.expand_path('../Gemfile', __dir__)
|
|
|
|
|
2014-02-15 15:03:10 -05:00
|
|
|
load Gem.bin_path('bundler', 'bundle')
|