diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-03-15 09:50:16 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-03-15 09:50:16 +1100 |
commit | 3eca161369bba3adf9eed899632f3baff5fbf64c (patch) | |
tree | f1fd3505be2b28b9c710fcd41eb44df1a56c94b2 /Gemfile.rails5 | |
parent | 5ae91f323d054341c0d012de85835ef40f1bf9f8 (diff) | |
download | gitlab-ce-3eca161369bba3adf9eed899632f3baff5fbf64c.tar.gz |
[Rails5] Add Gemfile.rails5blackst0ne-rails5-add-second-gemfile
Diffstat (limited to 'Gemfile.rails5')
-rw-r--r-- | Gemfile.rails5 | 7 |
1 files changed, 7 insertions, 0 deletions
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) |