Skip to content

Commit fe19e8a

Browse files
committed
Update to ruby-3.1.7 and 3.2.8
1 parent 450cc7f commit fe19e8a

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@ jobs:
4040
build_ruby: "3.1.6/x64"
4141
run_mri_spec: v3_3_6
4242

43-
- target_ruby: "3.2.7"
43+
- target_ruby: "3.2.8"
4444
arch: "x86-msvcrt"
4545
build_ruby: "3.1.6/x64"
46-
run_mri_spec: v3_2_7
46+
run_mri_spec: v3_2_8
4747

48-
- target_ruby: "3.2.7"
48+
- target_ruby: "3.2.8"
4949
arch: "x64-ucrt"
5050
build_ruby: "3.1.6/x64"
51-
run_mri_spec: v3_2_7
51+
run_mri_spec: v3_2_8
5252

53-
- target_ruby: "3.1.6"
53+
- target_ruby: "3.1.7"
5454
arch: "x86-msvcrt"
5555
build_ruby: "3.0.7/x64"
56-
run_mri_spec: v3_1_6
56+
run_mri_spec: v3_1_7
5757

58-
- target_ruby: "3.1.6"
58+
- target_ruby: "3.1.7"
5959
arch: "x64-ucrt"
6060
build_ruby: "3.0.7/x64"
61-
run_mri_spec: v3_1_6
61+
run_mri_spec: v3_1_7
6262

6363
- target_ruby: "head"
6464
arch: "x64-ucrt"

packages/ri-msys/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class RubyPackage < RubyInstaller::Build::Openstruct
1111

1212
self.rubyver, self.pkgrel = packagever.split("-", 2)
1313
self.packagename = "rubyinstaller-devkit"
14-
self.rubyver2 = packagever=='head' ? "3.5" : rubyver[/^\d+\.\d+/]
14+
self.rubyver2 = packagever=='head' ? "3.5" : rubyver[ /^\d+\.\d+/ ]
1515
self.rubylibver = packagever=='head' ? "#{rubyver2}.0+0" : "#{rubyver2}.0"
1616

1717
case arch
@@ -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.7-1 3.3.7-1 3.4.2-1 head].map do |packagever|
62+
%w[3.1.7-1 3.2.8-1 3.3.7-1 3.4.2-1 head].map do |packagever|
6363
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6464
end
6565
end

packages/ri/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class RubyPackage < RubyInstaller::Build::Openstruct
1111

1212
self.rubyver, self.pkgrel = packagever.split("-", 2)
1313
self.packagename = "rubyinstaller"
14-
self.rubyver2 = packagever=='head' ? "3.5" : rubyver[/^\d+\.\d+/]
14+
self.rubyver2 = packagever=='head' ? "3.5" : rubyver[ /^\d+\.\d+/ ]
1515
self.rubylibver = packagever=='head' ? "#{rubyver2}.0+0" : "#{rubyver2}.0"
1616

1717
case arch
@@ -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.7-1 3.3.7-1 3.4.2-1 head].map do |packagever|
55+
%w[3.1.7-1 3.2.8-1 3.3.7-1 3.4.2-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.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)