From c4b8fd3e1efabfeac85bd94996504aed8d03736b Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Thu, 19 Jan 2012 23:30:04 +0530 Subject: add uglifier version info in the 'what to update' section --- railties/guides/source/3_2_release_notes.textile | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/guides/source') diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile index 491643f841..9e3f3befd7 100644 --- a/railties/guides/source/3_2_release_notes.textile +++ b/railties/guides/source/3_2_release_notes.textile @@ -27,6 +27,7 @@ h4. What to update in your apps ** rails = 3.2.0 ** sass-rails ~> 3.2.3 ** coffee-rails ~> 3.2.1 +** uglifier >= 1.0.3 * Rails 3.2 deprecates vendor/plugins and Rails 4.0 will remove them completely. You can start replacing these plugins by extracting them as gems and adding them in your Gemfile. If you choose not to make them gems, you can move them into, say, lib/my_plugin/* and add an appropriate initializer in config/initializers/my_plugin.rb. -- cgit v1.2.3