5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 20:56:22 +00:00
panel/bin/bundle

4 lines
125 B
Text
Raw Normal View History

2018-01-02 17:19:25 +00:00
#!/usr/bin/env ruby
2019-07-29 19:19:46 +00:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
load Gem.bin_path('bundler', 'bundle')