File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments