2018-12-23 12:14:25 +05:30
|
|
|
# BUNDLE_GEMFILE=Gemfile.rails4 bundle install
|
2018-05-09 12:01:36 +05:30
|
|
|
|
2018-12-23 12:14:25 +05:30
|
|
|
ENV["RAILS5"] = "false"
|
2018-05-09 12:01:36 +05:30
|
|
|
|
|
|
|
gemfile = File.expand_path("../Gemfile", __FILE__)
|
|
|
|
|
|
|
|
eval(File.read(gemfile), nil, gemfile)
|