From bee4c8f00dbd32406907dc13f7cb6ca8b0a932e5 Mon Sep 17 00:00:00 2001
From: "Ben A. Morgan" <ben@benmorgan.io>
Date: Tue, 19 Apr 2016 00:04:44 -0700
Subject: mention rails 5 instead of rails 4 in bin/rails for plugins

---
 railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'railties/lib')

diff --git a/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt b/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt
index 3edaac35c9..56e7925c6b 100644
--- a/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt
+++ b/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt
@@ -1,4 +1,5 @@
-# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.
+# This command will automatically be run when you run "rails" with Rails gems
+# installed from the root of your application.
 
 ENGINE_ROOT = File.expand_path('../..', __FILE__)
 ENGINE_PATH = File.expand_path('../../lib/<%= namespaced_name -%>/engine', __FILE__)
-- 
cgit v1.2.3