bump recommended Ruby version to 1.9.3-p448
See http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/
This commit is contained in:
parent
8ea237d4b3
commit
e7954132aa
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
* Refactored config/ directory [#4145](https://github.com/diaspora/diaspora/pull/4145).
|
||||
* Drop misleading fallback donation form. [Proposal](https://www.loomio.org/discussions/1045?proposal=2722)
|
||||
* Update Typhoeus to 0.6.3 and refactor HydraWrapper. [#4162](https://github.com/diaspora/diaspora/pull/4162)
|
||||
* Bump recomended Ruby version to 1.9.3-p448, see [Ruby news](http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/).
|
||||
|
||||
## Bug fixes
|
||||
|
||||
|
|
|
|||
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-p429"
|
||||
ruby_version="1.9.3-p448"
|
||||
gemset="diaspora"
|
||||
|
|
|
|||
Loading…
Reference in a new issue