File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 2020 uses : oxidize-rb/actions/fetch-ci-data@v1
2121 with :
2222 supported-ruby-platforms : |
23- exclude: [arm-linux] # no cranelift support yet
23+ # Excluding:
24+ # `arm-linux`: Cranelift doesn't support 32-bit architectures
25+ # `x64-mingw32`: `x64-mingw-ucrt` should be used for Ruby 3.1+ (https://github.com/rake-compiler/rake-compiler-dock?tab=readme-ov-file#windows)
26+ # 3.0 is deprecated as stable ruby version according to:
27+ # https://github.com/oxidize-rb/actions/blob/main/fetch-ci-data/evaluate.rb#L54
28+ exclude: [arm-linux, x64-mingw32]
2429 stable-ruby-versions : |
2530 exclude: [head]
2631
Original file line number Diff line number Diff line change 2020 uses : oxidize-rb/actions/fetch-ci-data@v1
2121 with :
2222 supported-ruby-platforms : |
23- exclude: [arm-linux] # no cranelift support yet
23+ # Excluding:
24+ # `arm-linux`: Cranelift doesn't support 32-bit architectures
25+ # `x64-mingw32`: `x64-mingw-ucrt` should be used for Ruby 3.1+ (https://github.com/rake-compiler/rake-compiler-dock?tab=readme-ov-file#windows)
26+ # 3.0 is deprecated as stable ruby version according to:
27+ # https://github.com/oxidize-rb/actions/blob/main/fetch-ci-data/evaluate.rb#L54
28+ exclude: [arm-linux, x64-mingw32]
2429 stable-ruby-versions : |
2530 exclude: [head]
2631
Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 wasmtime (18.0.3 )
5- rb_sys (~> 0.9.86 )
5+ rb_sys (~> 0.9.97 )
66
77GEM
88 remote: https://rubygems.org/
2828 rake (13.1.0 )
2929 rake-compiler (1.2.7 )
3030 rake
31- rb_sys (0.9.89 )
31+ rb_sys (0.9.97 )
3232 regexp_parser (2.9.0 )
3333 rexml (3.2.6 )
3434 rspec (3.13.0 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212 spec . description = "A Ruby binding for Wasmtime, a WebAssembly runtime."
1313 spec . homepage = "https://github.com/BytecodeAlliance/wasmtime-rb"
1414 spec . license = "Apache-2.0"
15- spec . required_ruby_version = ">= 3.0 .0"
15+ spec . required_ruby_version = ">= 3.1 .0"
1616
1717 spec . metadata [ "source_code_uri" ] = "https://github.com/BytecodeAlliance/wasmtime-rb"
1818 spec . metadata [ "cargo_crate_name" ] = "wasmtime-rb"
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
2929
3030 spec . rdoc_options += [ "--exclude" , "vendor" ]
3131
32- spec . add_dependency "rb_sys" , "~> 0.9.86 "
32+ spec . add_dependency "rb_sys" , "~> 0.9.97 "
3333end
You can’t perform that action at this time.
0 commit comments