diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-04-13 21:37:34 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-04-13 21:37:34 +0530 |
commit | 4e40fcb402eeb06e1e856a1a8c2c7b35f928d560 (patch) | |
tree | 73a77997d28275bb15fea4d9e9dbd538e659cf12 | |
parent | db9bc8097399aab9c866175b12e9e099b6c83ffa (diff) | |
download | rails-4e40fcb402eeb06e1e856a1a8c2c7b35f928d560.tar.gz rails-4e40fcb402eeb06e1e856a1a8c2c7b35f928d560.tar.bz2 rails-4e40fcb402eeb06e1e856a1a8c2c7b35f928d560.zip |
Add ruby 2.2.2+ version requirement for Rails 5 apps
[ci skip]
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 3 |
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 |