aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2013-11-26 22:17:50 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2013-11-26 22:17:50 -0800
commit78cd3b0e538d7e0d3ca7869e796d98266afcd6b4 (patch)
tree818206c72cce8922bfd7106335d7c651c2cf7b89 /activesupport/CHANGELOG.md
parent5fdbec7dd15a8e6edef861899accb8b3b69cc87a (diff)
downloadrails-78cd3b0e538d7e0d3ca7869e796d98266afcd6b4.tar.gz
rails-78cd3b0e538d7e0d3ca7869e796d98266afcd6b4.tar.bz2
rails-78cd3b0e538d7e0d3ca7869e796d98266afcd6b4.zip
Requires JSON gem version 1.7.7 or above as it contains an important
security fix.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 104b5eafa1..09cee39bca 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Requires JSON gem version 1.7.7 or above due to a security issue in older versions.
+
+ *Godfrey Chan*
+
* Add `ActiveSupport::Testing::TimeHelpers#travel` and `#travel_to`. These methods change current
time to the given time or time difference by stubbing `Time.now` and `Date.today` to return the
time or date after the difference calculation, or the time or date that got passed into the