File tree 5 files changed +17
-11
lines changed
5 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -13,52 +13,52 @@ jobs:
13
13
include :
14
14
- target_ruby : " 3.3.2"
15
15
arch : " x86-msvcrt"
16
- build_ruby : " 3.1.4 /x64"
16
+ build_ruby : " 3.1.5 /x64"
17
17
run_mri_spec : v3_3_0
18
18
19
19
- target_ruby : " 3.3.2"
20
20
arch : " x64-ucrt"
21
- build_ruby : " 3.1.4 /x64"
21
+ build_ruby : " 3.1.5 /x64"
22
22
run_mri_spec : v3_3_0
23
23
24
24
- target_ruby : " 3.2.4"
25
25
arch : " x86-msvcrt"
26
- build_ruby : " 3.1.4 /x64"
26
+ build_ruby : " 3.1.5 /x64"
27
27
run_mri_spec : v3_2_2
28
28
29
29
- target_ruby : " 3.2.4"
30
30
arch : " x64-ucrt"
31
- build_ruby : " 3.1.4 /x64"
31
+ build_ruby : " 3.1.5 /x64"
32
32
run_mri_spec : v3_2_2
33
33
34
34
- target_ruby : " 3.1.6"
35
35
arch : " x86-msvcrt"
36
- build_ruby : " 3.0.6 /x64"
36
+ build_ruby : " 3.0.7 /x64"
37
37
run_mri_spec : v3_1_4
38
38
39
39
- target_ruby : " 3.1.6"
40
40
arch : " x64-ucrt"
41
- build_ruby : " 3.0.6 /x64"
41
+ build_ruby : " 3.0.7 /x64"
42
42
run_mri_spec : v3_1_4
43
43
44
44
- target_ruby : " 3.0.7"
45
45
arch : " x86-msvcrt"
46
- build_ruby : " 3.1.4 /x64"
46
+ build_ruby : " 3.1.5 /x64"
47
47
run_mri_spec : v3_0_6
48
48
49
49
- target_ruby : " 3.0.7"
50
50
arch : " x64-msvcrt"
51
- build_ruby : " 3.1.4 /x64"
51
+ build_ruby : " 3.1.5 /x64"
52
52
run_mri_spec : v3_0_6
53
53
54
54
- target_ruby : " head"
55
55
arch : " x64-ucrt"
56
- build_ruby : " 3.0.6 /x64"
56
+ build_ruby : " 3.0.7 /x64"
57
57
run_mri_spec : master
58
58
59
59
- target_ruby : " head"
60
60
arch : " x86-msvcrt"
61
- build_ruby : " 3.0.6 /x64"
61
+ build_ruby : " 3.0.7 /x64"
62
62
run_mri_spec : master
63
63
64
64
runs-on : windows-latest
Original file line number Diff line number Diff line change 10
10
- Update the bundled MSYS2 keyring package.
11
11
- Avoid crash even if a registry key incldues inconvertible characters
12
12
- Avoid method redefinition warning in rubygems hook
13
+ - Allow setting of MSYS2 path by environment variable ` MSYS2_PATH ` . [ #361 ] ( https://github.com/oneclick/rubyinstaller2/issues/361 )
14
+ This setting is preferred over all other methods to find the MSYS2 directory.
13
15
14
16
15
17
## RubyInstaller-3.0.6-1 - 2023-04-01
Original file line number Diff line number Diff line change 10
10
- Update the bundled MSYS2 keyring package.
11
11
- Avoid crash even if a registry key incldues inconvertible characters
12
12
- Avoid method redefinition warning in rubygems hook
13
+ - Allow setting of MSYS2 path by environment variable ` MSYS2_PATH ` . [ #361 ] ( https://github.com/oneclick/rubyinstaller2/issues/361 )
14
+ This setting is preferred over all other methods to find the MSYS2 directory.
13
15
14
16
15
17
## RubyInstaller-3.1.4-1 - 2023-04-01
Original file line number Diff line number Diff line change 8
8
- Update the bundled MSYS2 keyring package.
9
9
- Avoid crash even if a registry key incldues inconvertible characters
10
10
- Avoid method redefinition warning in rubygems hook
11
+ - Allow setting of MSYS2 path by environment variable ` MSYS2_PATH ` . [ #361 ] ( https://github.com/oneclick/rubyinstaller2/issues/361 )
12
+ This setting is preferred over all other methods to find the MSYS2 directory.
11
13
12
14
13
15
## RubyInstaller-3.3.0-1 - 2023-12-26
Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ Check the [wiki on how to use](https://github.com/oneclick/rubyinstaller2/wiki/F
124
124
125
125
## Known Issues
126
126
127
- - It's best to avoid installation into a PATH containing spaces. Some gems won't install.
127
+ - It's best to avoid installation into a PATH containing spaces or non-ASCII . Some gems won't install with spaces and older ruby versions (<= 3.0.x) ridk won't even run then at all with special characters .
128
128
- Also refer to [ the issue list] ( https://github.com/larskanis/rubyinstaller2/issues ) .
You can’t perform that action at this time.
0 commit comments