mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
4 lines
125 B
Ruby
Executable File
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')
|