diff options
author | yui-knk <spiketeika@gmail.com> | 2014-12-06 10:09:09 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2014-12-06 10:09:09 +0900 |
commit | 91c42414944d95c40c8b7d7de30f2ab607881def (patch) | |
tree | 5c876ec3d89f150a023d6bbc50fc434785246e02 /guides/source | |
parent | 785d04e3109f69d0b9b9f4732179592f0ef04e52 (diff) | |
download | rails-91c42414944d95c40c8b7d7de30f2ab607881def.tar.gz rails-91c42414944d95c40c8b7d7de30f2ab607881def.tar.bz2 rails-91c42414944d95c40c8b7d7de30f2ab607881def.zip |
[ci skip] update rails version to 3.2.21
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 4ce61c282d..f26ddd1df8 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -950,7 +950,7 @@ The following changes are meant for upgrading your application to the latest Make the following changes to your `Gemfile`. ```ruby -gem 'rails', '3.2.18' +gem 'rails', '3.2.21' group :assets do gem 'sass-rails', '~> 3.2.6' |