aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-04-13 15:30:57 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-04-13 15:30:57 -0300
commit511d0341882b1415aefc30e42fccee3c3989cf1a (patch)
tree61868e1ac66e523fb139326fbed5f978633251d4 /guides
parente25d7a78b517e90608b0d1d03a44c78bec400fa7 (diff)
parent4e40fcb402eeb06e1e856a1a8c2c7b35f928d560 (diff)
downloadrails-511d0341882b1415aefc30e42fccee3c3989cf1a.tar.gz
rails-511d0341882b1415aefc30e42fccee3c3989cf1a.tar.bz2
rails-511d0341882b1415aefc30e42fccee3c3989cf1a.zip
Merge pull request #24536 from vipulnsward/ruby-2-upgrading
Add ruby 2.2.2+ version requirement for Rails 5 apps
Diffstat (limited to 'guides')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 0c1e00100b..d14c9158ca 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -70,7 +70,8 @@ Upgrading from Rails 4.2 to Rails 5.0
### Ruby 2.2.2+
-ToDo...
+From Ruby on Rails 5.0 onwards, Ruby 2.2.2+ is the only supported version.
+Make sure you are on Ruby 2.2.2 version or greater, before you proceed.
### Active Record models now inherit from ApplicationRecord by default