mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:29:52 +01:00
4 lines
129 B
Text
4 lines
129 B
Text
|
#!/usr/bin/env ruby
|
||
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||
|
load Gem.bin_path('bundler', 'bundle')
|