mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:51:41 +00: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')
|