bump recommended Ruby version 1.9.3-p484
This commit is contained in:
parent
5d7d295067
commit
90b0cc51a0
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
script/env/ruby_env
vendored
2
script/env/ruby_env
vendored
|
|
@ -1,3 +1,3 @@
|
|||
rubygems_version="2.0.3"
|
||||
ruby_version="1.9.3-p448"
|
||||
ruby_version="1.9.3-p484"
|
||||
gemset="diaspora"
|
||||
|
|
|
|||
Loading…
Reference in a new issue