mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||
|
load Gem.bin_path('bundler', 'bundle')
|