Skip to content

Commit

Permalink
Merge pull request #24536 from vipulnsward/ruby-2-upgrading
Browse files Browse the repository at this point in the history
Add ruby 2.2.2+ version requirement for Rails 5 apps
  • Loading branch information
rafaelfranca committed Apr 13, 2016
2 parents e25d7a7 + 4e40fcb commit 511d034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -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

Expand Down

0 comments on commit 511d034

Please sign in to comment.