aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorAlberto Almagro <alberto.almagro@rakuten.com>2017-07-31 19:17:47 +0200
committerAlberto Almagro <alberto.almagro@rakuten.com>2017-07-31 20:06:26 +0200
commitfd7f978a5068921380308fe439af3923566c8f61 (patch)
treec20963ef6b2e33e35c016180069df849a450703b /railties/CHANGELOG.md
parent0f245882c9c8cdf15dcbb958680f7f2ea4f7d76a (diff)
downloadrails-fd7f978a5068921380308fe439af3923566c8f61.tar.gz
rails-fd7f978a5068921380308fe439af3923566c8f61.tar.bz2
rails-fd7f978a5068921380308fe439af3923566c8f61.zip
Set Ruby version in Gemfile and .ruby-version by default
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 45e1f5f3ea..ec41d17a9f 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Add `ruby x.x.x` version to `Gemfile` and create `.ruby-version`
+ root file containing 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`