diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-05-20 14:25:21 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-05-20 14:25:21 +0200 |
commit | 21474f143a84e2799637c4feb2d5ee54a0b3aff8 (patch) | |
tree | b4849a63df3bc62244e355e88a2aba6a76931d69 /guides/source/upgrading_ruby_on_rails.md | |
parent | 5d5447b0cbe22c9894088eaa723e97c8d0881944 (diff) | |
parent | 3e238b6b0f1aec34af9740c1f783b079005f2172 (diff) | |
download | rails-21474f143a84e2799637c4feb2d5ee54a0b3aff8.tar.gz rails-21474f143a84e2799637c4feb2d5ee54a0b3aff8.tar.bz2 rails-21474f143a84e2799637c4feb2d5ee54a0b3aff8.zip |
Merge pull request #20222 from Gaurav2728/gaurav-update_ruby_links
[ci skip] updated ruby doc links; for rails next version of ruby will be 2.2x
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-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 5109e15cd2..3680055f0c 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -460,7 +460,7 @@ If your application currently depend on MultiJSON directly, you have a few optio WARNING: Do not simply replace `MultiJson.dump` and `MultiJson.load` with `JSON.dump` and `JSON.load`. These JSON gem APIs are meant for serializing and -deserializing arbitrary Ruby objects and are generally [unsafe](http://www.ruby-doc.org/stdlib-2.0.0/libdoc/json/rdoc/JSON.html#method-i-load). +deserializing arbitrary Ruby objects and are generally [unsafe](http://www.ruby-doc.org/stdlib-2.2.2/libdoc/json/rdoc/JSON.html#method-i-load). #### JSON gem compatibility |