mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-28 18:38:49 +00:00
4 lines
129 B
Ruby
4 lines
129 B
Ruby
#!/usr/bin/env ruby
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
|
load Gem.bin_path('bundler', 'bundle')
|