From 3eca161369bba3adf9eed899632f3baff5fbf64c Mon Sep 17 00:00:00 2001 From: blackst0ne Date: Thu, 15 Mar 2018 09:50:16 +1100 Subject: [Rails5] Add Gemfile.rails5 --- Gemfile.rails5 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Gemfile.rails5 (limited to 'Gemfile.rails5') diff --git a/Gemfile.rails5 b/Gemfile.rails5 new file mode 100644 index 00000000000..2b526b19ba0 --- /dev/null +++ b/Gemfile.rails5 @@ -0,0 +1,7 @@ +# BUNDLE_GEMFILE=Gemfile.rails5 bundle install + +ENV["RAILS5"] = "true" + +gemfile = File.expand_path("../Gemfile", __FILE__) + +eval(File.read(gemfile), nil, gemfile) -- cgit v1.2.3