diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-06 10:01:02 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-06 10:01:02 +0200 |
commit | 49d3a994fa3e12d67e072a641c950be5bdf0647a (patch) | |
tree | 5a2e9fcafd627d88d2db92c65d7fbcd37be71f60 /.ruby-version | |
parent | 56a16be5fb51d8f6a8b04e9e7094aa7c57fb8547 (diff) | |
download | incommon-map-49d3a994fa3e12d67e072a641c950be5bdf0647a.tar.gz |
[SECURITY] Update Ruby to v2.6.6
CVE-2020-10663: Unsafe Object Creation Vulnerability in JSON (Additional fix)
CVE-2020-10933: Heap exposure vulnerability in the socket library
https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/
Diffstat (limited to '.ruby-version')
-rw-r--r-- | .ruby-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ruby-version b/.ruby-version index d7edb56..f6ab44e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-2.6.5 +ruby-2.6.6 |