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