ruby-changes:59959
From: Nobuyoshi <ko1@a...>
Date: Sat, 8 Feb 2020 19:48:52 +0900 (JST)
Subject: [ruby-changes:59959] 80cbf97918 (master): [DOC] Added 2.7.x to the latest stable versions [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=80cbf97918 From 80cbf97918da298ef394ffe9f33167378b57ebbb Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 8 Feb 2020 19:48:31 +0900 Subject: [DOC] Added 2.7.x to the latest stable versions [ci skip] diff --git a/spec/ruby/README.md b/spec/ruby/README.md index 3163a78..b34e668 100644 --- a/spec/ruby/README.md +++ b/spec/ruby/README.md @@ -29,7 +29,7 @@ ruby/spec is known to be tested in these implementations for every commit: https://github.com/ruby/ruby/blob/trunk/spec/ruby/README.md#L29 * [Opal](https://github.com/opal/opal/tree/master/spec) ruby/spec describes the behavior of Ruby 2.4 and more recent Ruby versions. -More precisely, every latest stable MRI release should [pass](https://travis-ci.org/ruby/spec) all specs of ruby/spec (2.4.x, 2.5.x, 2.6.x, etc), and those are tested in TravisCI. +More precisely, every latest stable MRI release should [pass](https://travis-ci.org/ruby/spec) all specs of ruby/spec (2.4.x, 2.5.x, 2.6.x, 2.7.x, etc), and those are tested in TravisCI. The specs are synchronized both ways around once a month by @eregon between ruby/spec, MRI, JRuby and TruffleRuby. Each of these repositories has a full copy of the specs under `spec/ruby` to ease editing specs. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/