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

bundle « bin - github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 525ef1cc4fcf4a4eab23a3ce830cdc1eebf41166 (plain)
1
2
3
4
5
#!/usr/bin/env ruby
# frozen_string_literal: true

ENV["BUNDLE_GEMFILE"] ||= File.expand_path('../Gemfile', __dir__)
load Gem.bin_path("bundler", "bundle")