Commit 62dfb280 authored by Jan Provaznik's avatar Jan Provaznik

Remove Gemfile.rails5

This file is not needed anymore (since we switched to rails 5 already).
parent b7cedd91
# 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