0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-03-18 08:32:53 +00:00
ensl.org/bin/bundle
Ari Timonen ce9797aed8 More progress on Rails 4.1 update
Just fix scopes mostly.

Add binstubs.
2019-06-03 15:38:24 -04:00

3 lines
129 B
Ruby
Executable file

#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')