aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-04 10:48:37 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-04 10:48:37 -0800
commit28ead827b0afdb7b7d48130cce5605e81d0a012f (patch)
tree7df26082428fb94e128aa16df7008bc5bb2e0f8e /guides
parent556ad95b835ae80c1ba4fcb7c25c4f80e47e3dac (diff)
parent673a8a8dfe595bf9820a7dad7c83e04bfb23162e (diff)
downloadrails-28ead827b0afdb7b7d48130cce5605e81d0a012f.tar.gz
rails-28ead827b0afdb7b7d48130cce5605e81d0a012f.tar.bz2
rails-28ead827b0afdb7b7d48130cce5605e81d0a012f.zip
Merge pull request #13177 from kuldeepaggarwal/doc-upgrade
update guides to new version of rails 3.2.x [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md4
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 f9d5332754..596682bb1f 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -433,7 +433,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.15,
+The following changes are meant for upgrading your application to Rails 3.2.16,
the last 3.2.x version of Rails.
### Gemfile
@@ -441,7 +441,7 @@ the last 3.2.x version of Rails.
Make the following changes to your `Gemfile`.
```ruby
-gem 'rails', '3.2.15'
+gem 'rails', '3.2.16'
group :assets do
gem 'sass-rails', '~> 3.2.6'