]> cat aescling's git repositories - mastodon.git/blob - bin/bundle
Fix old migrations failing because of new version of `strong_migrations` (#11018)
[mastodon.git] / bin / bundle
1 #!/usr/bin/env ruby
2 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
3 load Gem.bin_path('bundler', 'bundle')
This page took 0.100868 seconds and 5 git commands to generate.