diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2020-11-19 16:46:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 17:46:46 +0100 |
commit | 541b9f8c1c2c987544b00f64792aa37ee7bd25a5 (patch) | |
tree | 4b8eeccf3eb9cd78fae407c9a27e4e0137fd5b59 /.ruby-version | |
parent | 67ace1d8907f7534ab827ed262a22df4c3de1ba6 (diff) |
Use Ruby 2.7.2 (#15150)
thwait and e2mmap are no longer needed in Gemfile. Gems properly require those.
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 338a5b5d8..37c2961c2 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.6 +2.7.2 |