diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2018-11-15 12:08:36 +0100 |
---|---|---|
committer | Jan Provaznik <jprovaznik@gitlab.com> | 2018-11-15 12:08:36 +0100 |
commit | 62dfb280992f59ecc5029eb923ce03c0f169b372 (patch) | |
tree | f82847743cea2f6d0c797d076b146c871c4208e0 /Gemfile.rails5 | |
parent | b7cedd91e5ec07461b25f3920ae6cf2b00f3d84e (diff) | |
download | gitlab-ce-62dfb280992f59ecc5029eb923ce03c0f169b372.tar.gz |
Remove Gemfile.rails5
This file is not needed anymore (since we switched to rails 5 already).
Diffstat (limited to 'Gemfile.rails5')
-rw-r--r-- | Gemfile.rails5 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Gemfile.rails5 b/Gemfile.rails5 deleted file mode 100644 index 2b526b19ba0..00000000000 --- a/Gemfile.rails5 +++ /dev/null @@ -1,7 +0,0 @@ -# BUNDLE_GEMFILE=Gemfile.rails5 bundle install - -ENV["RAILS5"] = "true" - -gemfile = File.expand_path("../Gemfile", __FILE__) - -eval(File.read(gemfile), nil, gemfile) |