2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00
moebooru/bin/bundle

4 lines
125 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
2018-05-05 13:55:42 +09:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2016-08-16 04:53:41 +09:00
load Gem.bin_path('bundler', 'bundle')