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

Gemfile.rails5 - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b526b19ba0dfaf3e038e8db6e84335f71ad3177 (plain)
1
2
3
4
5
6
7
# BUNDLE_GEMFILE=Gemfile.rails5 bundle install

ENV["RAILS5"] = "true"

gemfile = File.expand_path("../Gemfile", __FILE__)

eval(File.read(gemfile), nil, gemfile)