From d95128c99dc65b8f5ffc352e5eb4c2a87b332c5a Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 4 May 2021 23:06:19 +0200 Subject: Revert default Ruby version to 2.7.2 (#16154) Ruby 2.7.3 introduced a new bug with Resolv::DNS, which we heavily use within Mastodon: https://bugs.ruby-lang.org/issues/17781 Ruby 2.7.3 also included security fixes for two CVEs, but those do not seem to apply to Mastodon: https://github.com/tootsuite/mastodon/pull/16004#issuecomment-815125025 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ruby-version') diff --git a/.ruby-version b/.ruby-version index 2c9b4ef42..37c2961c2 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.3 +2.7.2 -- cgit