From 44fef4fe4cb9d4f30f129ff5a548395bc924c8fe Mon Sep 17 00:00:00 2001 From: Jasper Maes Date: Fri, 7 Dec 2018 19:15:06 +0100 Subject: Remove rails 4 support in CI, Gemfiles, bin/ and config/ --- bin/rails | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bin/rails') diff --git a/bin/rails b/bin/rails index d21b64b3007..07396602377 100755 --- a/bin/rails +++ b/bin/rails @@ -1,14 +1,4 @@ #!/usr/bin/env ruby - -# Remove this block when upgraded to rails 5.0. -if %w[0 false].include?(ENV["RAILS5"]) - begin - load File.expand_path('../spring', __FILE__) - rescue LoadError => e - raise unless e.message.include?('spring') - end -end - APP_PATH = File.expand_path('../config/application', __dir__) require_relative '../config/boot' require 'rails/commands' -- cgit v1.2.1