Commit ed156528 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'remove-rails5-gemfile' into 'master'

Remove Gemfile.rails5

See merge request gitlab-org/gitlab-ce!23109
parents 7cdd76b3 62dfb280
# BUNDLE_GEMFILE=Gemfile.rails5 bundle install
ENV["RAILS5"] = "true"
gemfile = File.expand_path("../Gemfile", __FILE__)
eval(File.read(gemfile), nil, gemfile)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment