Skip to content

Commit edabc59

Browse files
committed
Update versions for RakeCompilerDock.ruby_cc_version
1 parent b426e3c commit edabc59

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

lib/rake_compiler_dock.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,20 @@ def exec(*args, &block)
8282
#
8383
# RakeCompilerDock.cross_rubies
8484
# # => {
85-
# # "3.4" => "3.4.1",
86-
# # "3.3" => "3.3.5",
87-
# # "3.2" => "3.2.6",
88-
# # "3.1" => "3.1.6",
85+
# # "3.4" => "3.4.5",
86+
# # "3.3" => "3.3.8",
87+
# # "3.2" => "3.2.8",
88+
# # "3.1" => "3.1.7",
8989
# # "3.0" => "3.0.7",
9090
# # "2.7" => "2.7.8",
9191
# # }
9292
#
9393
def cross_rubies
9494
{
95-
"3.4" => "3.4.1",
96-
"3.3" => "3.3.7",
97-
"3.2" => "3.2.6",
98-
"3.1" => "3.1.6",
95+
"3.4" => "3.4.5",
96+
"3.3" => "3.3.8",
97+
"3.2" => "3.2.8",
98+
"3.1" => "3.1.7",
9999
"3.0" => "3.0.7",
100100
"2.7" => "2.7.8",
101101
}
@@ -112,13 +112,13 @@ def cross_rubies
112112
#
113113
# For example:
114114
# RakeCompilerDock.ruby_cc_version("2.7", "3.4")
115-
# # => "3.4.1:2.7.8"
115+
# # => "3.4.5:2.7.8"
116116
#
117117
# RakeCompilerDock.ruby_cc_version("~> 3.2")
118-
# # => "3.4.1:3.3.7:3.2.6"
118+
# # => "3.4.5:3.3.8:3.2.8"
119119
#
120120
# RakeCompilerDock.ruby_cc_version(Gem::Requirement.new("~> 3.2"))
121-
# # => "3.4.1:3.3.7:3.2.6"
121+
# # => "3.4.5:3.3.8:3.2.8"
122122
#
123123
def ruby_cc_version(*requirements)
124124
cross = cross_rubies

0 commit comments

Comments
 (0)