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

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

ENV["RAILS5"] = "false"

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

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