1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] update guides to new version of rails 3.2.x

This commit is contained in:
Kuldeep Aggarwal 2014-02-21 01:05:26 +05:30
parent 7eaebd8579
commit 5ce58dbcee

View file

@ -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'