1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-25 02:09:42 +00:00
mastodon/bin/bundle

4 lines
125 B
Plaintext
Raw Normal View History

2016-02-20 21:53:20 +00:00
#!/usr/bin/env ruby
2018-04-12 12:45:17 +00:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2016-02-20 21:53:20 +00:00
load Gem.bin_path('bundler', 'bundle')