Skip to content

Commit 6dbf1cc

Browse files
committed
Update to ruby-3.2.11
1 parent bc8d9c6 commit 6dbf1cc

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
@@ -57,16 +57,16 @@ jobs:
5757
run_mri_spec: v3_3_11
5858
runon: windows-latest
5959

60-
- target_ruby: "3.2.10"
60+
- target_ruby: "3.2.11"
6161
arch: "x86-msvcrt"
6262
build_ruby: "3.3.10/x64"
63-
run_mri_spec: v3_2_10
63+
run_mri_spec: v3_2_11
6464
runon: windows-latest
6565

66-
- target_ruby: "3.2.10"
66+
- target_ruby: "3.2.11"
6767
arch: "x64-ucrt"
6868
build_ruby: "3.3.10/x64"
69-
run_mri_spec: v3_2_10
69+
run_mri_spec: v3_2_11
7070
runon: windows-latest
7171

7272
- target_ruby: "head"

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.11-1 3.4.9-1].map do |packagever|
62+
%w[3.2.11-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.11-1 3.4.9-1 4.0.2-1 head].map do |packagever|
67+
%w[3.2.11-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.11-1 3.4.9-1].map do |packagever|
55+
%w[3.2.11-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.11-1 3.4.9-1 4.0.2-1 head].map do |packagever|
60+
%w[3.2.11-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)