aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-08-09 17:38:11 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-08-09 17:38:11 -0500
commit3645263237bed08bb3edcb8cc7fc2284f02b58a1 (patch)
tree39c077414bfd472fc325c9c5a2ef8a348aae0cf1 /railties/CHANGELOG.md
parenta8f59044fb18ce718367ffe4cd3ec0259c766b5f (diff)
downloadrails-3645263237bed08bb3edcb8cc7fc2284f02b58a1.tar.gz
rails-3645263237bed08bb3edcb8cc7fc2284f02b58a1.tar.bz2
rails-3645263237bed08bb3edcb8cc7fc2284f02b58a1.zip
Revert "Revert "Set Ruby version in Gemfile and .ruby-version by default""
This reverts commit a8f59044fb18ce718367ffe4cd3ec0259c766b5f. See discussion on https://github.com/rails/rails/pull/30016.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 31c443bb9f..73793be78c 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -2,6 +2,12 @@
*Yuji Yaginuma*
+* Add `ruby x.x.x` version to `Gemfile` and create `.ruby-version`
+ root file containing the current Ruby version when new Rails applications are
+ created.
+
+ *Alberto Almagro*
+
* Support `-` as a platform-agnostic way to run a script from stdin with
`rails runner`