mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-10-31 20:14:26 +00: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')
|