Skip to content

Commit b592271

Browse files
authored
Merge pull request #3003 from osyoyu/ruby40
s/3.5/4.0/g
2 parents 521cbf3 + 0f7264c commit b592271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OLD_VERSIONS = %w[
44
2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.7.0
55
]
66
SUPPORTED_VERSIONS = %w[3.0 3.1 3.2 3.3 3.4]
7-
UNRELEASED_VERSIONS = %w[3.5]
7+
UNRELEASED_VERSIONS = %w[4.0]
88
ALL_VERSIONS = [*OLD_VERSIONS, *SUPPORTED_VERSIONS, *UNRELEASED_VERSIONS]
99
CI_VERSIONS = [*SUPPORTED_VERSIONS, *UNRELEASED_VERSIONS]
1010
HTML_DIRECTORY_BASE = ENV.fetch("HTML_DIRECTORY_BASE", "/tmp/html/")

refm/doc/index.rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
= オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル
22

33
* Ruby オフィシャルサイト [[url:https://www.ruby-lang.org/ja/]]
4-
#@since 3.5
4+
#@since 4.0
55
* 開発版対応リファレンス
66
#@end
7-
#@if("3.4" <= version and version < "3.5")
7+
#@if("3.4" <= version and version < "4.0")
88
* version 3.4 対応リファレンス
99
#@end
1010
#@if("3.3" <= version and version < "3.4")

0 commit comments

Comments
 (0)