Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bundle « bin - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f19acf5b5cc6e80139297e3e6ba9d2fff4153a21 (plain)
1
2
3
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
load Gem.bin_path('bundler', 'bundle')