1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-05 06:48:05 +00:00
mastodon/bin/bundle
2018-04-12 14:45:17 +02:00

4 lines
125 B
Ruby
Executable file

#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
load Gem.bin_path('bundler', 'bundle')