gitlab-org--gitlab-foss/Gemfile.rails5

8 lines
163 B
Plaintext
Raw Normal View History

2018-03-14 22:50:16 +00:00
# BUNDLE_GEMFILE=Gemfile.rails5 bundle install
ENV["RAILS5"] = "true"
gemfile = File.expand_path("../Gemfile", __FILE__)
eval(File.read(gemfile), nil, gemfile)