diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2018-11-12 15:52:01 +0100 |
---|---|---|
committer | Jan Provaznik <jprovaznik@gitlab.com> | 2018-11-14 12:41:16 +0100 |
commit | f6d368c74854be15b2783d8ff08e40f510e3d976 (patch) | |
tree | 9e0ccafae545e0accb587ef571d82303a53f0184 /Gemfile.rails4 | |
parent | 648f05622dc0a71c6c2addfac4ce5f2a639d4468 (diff) | |
download | gitlab-ce-f6d368c74854be15b2783d8ff08e40f510e3d976.tar.gz |
Minor gem fixesswitch-rails
Diffstat (limited to 'Gemfile.rails4')
-rw-r--r-- | Gemfile.rails4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.rails4 b/Gemfile.rails4 index 6fae99aa893..0ec00e702aa 100644 --- a/Gemfile.rails4 +++ b/Gemfile.rails4 @@ -1,4 +1,4 @@ -# BUNDLE_GEMFILE=Gemfile.rails5 bundle install +# BUNDLE_GEMFILE=Gemfile.rails4 bundle install ENV["RAILS5"] = "false" |