From 413d4a65fe26f574520e1c850797b46a219c13c6 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Tue, 31 Mar 2020 13:22:33 -0600 Subject: [PATCH] Updated to Ruby 2.7.1 Addresses the following security issues: - CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional fix) - CVE-2020-10933: Heap exposure vulnerability in the socket library [Details](https://chl.li/ljREu). --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 24ba9a3..860487c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.0 +2.7.1