7 lines
164 B
Text
7 lines
164 B
Text
# BUNDLE_GEMFILE=Gemfile.rails4 bundle install
|
|
|
|
ENV["RAILS5"] = "false"
|
|
|
|
gemfile = File.expand_path("../Gemfile", __FILE__)
|
|
|
|
eval(File.read(gemfile), nil, gemfile)
|