From 90b0cc51a09067043f908f21c1eb4c8688a5e781 Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez <fabianrbz@gmail.com> Date: Wed, 4 Dec 2013 20:56:04 -0200 Subject: [PATCH] bump recommended Ruby version 1.9.3-p484 --- Changelog.md | 4 ++++ script/env/ruby_env | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e7e255820d..c9eb54cad2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.2.0.1 + +* Bump recommended Ruby version to 1.9.3-p484, see https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/ + # 0.2.0.0 **Attention:** This release includes a potentially long running migration! However it should be safe to run this while keeping your application servers on. diff --git a/script/env/ruby_env b/script/env/ruby_env index 045455bc92..2bc6e9a051 100644 --- a/script/env/ruby_env +++ b/script/env/ruby_env @@ -1,3 +1,3 @@ rubygems_version="2.0.3" -ruby_version="1.9.3-p448" +ruby_version="1.9.3-p484" gemset="diaspora" -- GitLab