Skip to content

Commit dac7314

Browse files
committed
Update to Ruby-3.3.11
1 parent 164f5dd commit dac7314

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
run_mri_spec: v3_4_8
4646
runon: windows-11-arm
4747

48-
- target_ruby: "3.3.10"
48+
- target_ruby: "3.3.11"
4949
arch: "x86-msvcrt"
5050
build_ruby: "3.3.10/x64"
51-
run_mri_spec: v3_3_10
51+
run_mri_spec: v3_3_11
5252
runon: windows-latest
5353

54-
- target_ruby: "3.3.10"
54+
- target_ruby: "3.3.11"
5555
arch: "x64-ucrt"
5656
build_ruby: "3.3.10/x64"
57-
run_mri_spec: v3_3_10
57+
run_mri_spec: v3_3_11
5858
runon: windows-latest
5959

6060
- target_ruby: "3.2.10"

packages/ri-msys/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ end
5959
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }
6060

6161
ruby_arch_packages = %w[x86-msvcrt].map do |arch|
62-
%w[3.2.10-1 3.3.10-1 3.4.9-1].map do |packagever|
62+
%w[3.2.10-1 3.3.11-1 3.4.9-1].map do |packagever|
6363
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6464
end
6565
end
6666
ruby_arch_packages += %w[x64-ucrt].map do |arch|
67-
%w[3.2.10-1 3.3.10-1 3.4.9-1 4.0.2-1 head].map do |packagever|
67+
%w[3.2.10-1 3.3.11-1 3.4.9-1 4.0.2-1 head].map do |packagever|
6868
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6969
end
7070
end

packages/ri/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ end
5252
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }
5353

5454
ruby_arch_packages = %w[x86-msvcrt].map do |arch|
55-
%w[3.2.10-1 3.3.10-1 3.4.9-1].map do |packagever|
55+
%w[3.2.10-1 3.3.11-1 3.4.9-1].map do |packagever|
5656
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
5757
end
5858
end
5959
ruby_arch_packages += %w[x64-ucrt].map do |arch|
60-
%w[3.2.10-1 3.3.10-1 3.4.9-1 4.0.2-1 head].map do |packagever|
60+
%w[3.2.10-1 3.3.11-1 3.4.9-1 4.0.2-1 head].map do |packagever|
6161
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6262
end
6363
end
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)