diff options
author | Arthur Nogueira Neves <arthurnn@gmail.com> | 2014-02-20 14:41:41 -0500 |
---|---|---|
committer | Arthur Nogueira Neves <arthurnn@gmail.com> | 2014-02-20 14:41:41 -0500 |
commit | 020c78341897afc170041eac1e57801f0d78ce90 (patch) | |
tree | 0aed21e5c4808ff9eb627e1b50e13ed39f1b0197 /guides | |
parent | 7eaebd85798c8f56baea4a09d7e08b17d5dcc02c (diff) | |
parent | 5ce58dbcee710c67c69ca8908f0899e7ed3eb2a9 (diff) | |
download | rails-020c78341897afc170041eac1e57801f0d78ce90.tar.gz rails-020c78341897afc170041eac1e57801f0d78ce90.tar.bz2 rails-020c78341897afc170041eac1e57801f0d78ce90.zip |
Merge pull request #14131 from kuldeepaggarwal/upgrade-rails-version
update guides to new version of rails 3.2.x, i.e. 3.2.17 [skip ci]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index af3580a85b..da124e21a4 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -669,7 +669,7 @@ Upgrading from Rails 3.1 to Rails 3.2 If your application is currently on any version of Rails older than 3.1.x, you should upgrade to Rails 3.1 before attempting an update to Rails 3.2. -The following changes are meant for upgrading your application to Rails 3.2.16, +The following changes are meant for upgrading your application to Rails 3.2.17, the last 3.2.x version of Rails. ### Gemfile @@ -677,7 +677,7 @@ the last 3.2.x version of Rails. Make the following changes to your `Gemfile`. ```ruby -gem 'rails', '3.2.16' +gem 'rails', '3.2.17' group :assets do gem 'sass-rails', '~> 3.2.6' |