summaryrefslogtreecommitdiff
path: root/Gemfile.rails4
blob: 6fae99aa893157638df333cde4573b68bea83203 (plain)
1
2
3
4
5
6
7
# BUNDLE_GEMFILE=Gemfile.rails5 bundle install

ENV["RAILS5"] = "false"

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

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