Skip to content

Commit 1b93823

Browse files
committed
Update to ruby-3.3.7
1 parent a790d77 commit 1b93823

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
build_ruby: "3.1.6/x64"
2222
run_mri_spec: v3_4_1
2323

24-
- target_ruby: "3.3.6"
24+
- target_ruby: "3.3.7"
2525
arch: "x86-msvcrt"
2626
build_ruby: "3.1.6/x64"
2727
run_mri_spec: v3_3_6
2828

29-
- target_ruby: "3.3.6"
29+
- target_ruby: "3.3.7"
3030
arch: "x64-ucrt"
3131
build_ruby: "3.1.6/x64"
3232
run_mri_spec: v3_3_6

packages/ri-msys/Rakefile

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

6161
ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
62-
%w[3.1.6-1 3.2.6-1 3.3.6-2 3.4.1-1 head].map do |packagever|
62+
%w[3.1.6-1 3.2.6-1 3.3.7-2 3.4.1-1 head].map do |packagever|
6363
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6464
end
6565
end

packages/ri/Rakefile

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

5454
ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
55-
%w[3.1.6-1 3.2.6-1 3.3.6-2 3.4.1-1 head].map do |packagever|
55+
%w[3.1.6-1 3.2.6-1 3.3.7-2 3.4.1-1 head].map do |packagever|
5656
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
5757
end
5858
end
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)