summaryrefslogtreecommitdiff
path: root/Gemfile.rails4
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)