aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorGeorge Ogata <george.ogata@gmail.com>2014-05-30 11:33:25 -0400
committerGeorge Ogata <george.ogata@gmail.com>2014-05-30 11:52:00 -0400
commit1033b7fb526f6f858f5f1435d8f711ff58f5226b (patch)
tree8dc633d4329d7dc73aca5049e9e073ba674813a9 /guides/source/upgrading_ruby_on_rails.md
parent8c77b0a086bb47ef7cd4b827460a51613f94094e (diff)
downloadrails-1033b7fb526f6f858f5f1435d8f711ff58f5226b.tar.gz
rails-1033b7fb526f6f858f5f1435d8f711ff58f5226b.tar.bz2
rails-1033b7fb526f6f858f5f1435d8f711ff58f5226b.zip
Update guides to mention 3.2.18.
And reword things a little to mention the specific patch release less.
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index eab5779533..03d1f2a3a0 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -720,17 +720,18 @@ config.assets.js_compressor = :uglifier
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.
+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.17,
-the last 3.2.x version of Rails.
+The following changes are meant for upgrading your application to the latest
+3.2.x version of Rails.
### Gemfile
Make the following changes to your `Gemfile`.
```ruby
-gem 'rails', '3.2.17'
+gem 'rails', '3.2.18'
group :assets do
gem 'sass-rails', '~> 3.2.6'