From 4e40fcb402eeb06e1e856a1a8c2c7b35f928d560 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Wed, 13 Apr 2016 21:37:34 +0530 Subject: [PATCH] Add ruby 2.2.2+ version requirement for Rails 5 apps [ci skip] --- guides/source/upgrading_ruby_on_rails.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- GitLab