Issue #10553 has been updated by Vit Ondruch. Please backport r48888. But this is incomplete IMO. There should be fixed also this location: ~~~ $ git diff diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 2bd1a30..8d3da54 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -85,7 +85,7 @@ class TestRubyOptions < Test::Unit::TestCase def test_verbose assert_in_out_err(["-vve", ""]) do |r, e| - assert_match(/^ruby #{RUBY_VERSION}(?:[p ]|dev).*? \[#{RUBY_PLATFORM}\]$/, r.join) + assert_match(/^ruby #{RUBY_VERSION}(?:[p ]|dev|rc).*? \[#{RUBY_PLATFORM}\]$/, r.join) assert_equal RUBY_DESCRIPTION, r.join.chomp assert_equal([], e) end ~~~ ---------------------------------------- misc #10553: Ruby 2.2.0 release engeneering https://bugs.ruby-lang.org/issues/10553#change-50507 * Author: Yui NARUSE * Status: Assigned * Priority: Normal * Assignee: Yui NARUSE * Category: misc * Target version: current: 2.2.0 ---------------------------------------- For the management of release blockers. Current Phase: feature freeze; changing feature is not allowed unless naruse explicitly allowed. Next release: RC1 (scheduled on 2014-12-1x) Q: When ruby_2_2 branch is created? A: On RC1 Q: Can I add/change a feature? A: Get explicit permission from naruse -- https://bugs.ruby-lang.org/