File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - " 3.2"
1515 - " 3.1"
1616 - " 3.0"
17- - " 2.7"
1817 push :
1918 branches : ["*"]
2019 tags-ignore : ["v*"] # Skip Memcheck for releases
Original file line number Diff line number Diff line change 11# For available configuration options, see:
22# https://github.com/testdouble/standard
3- ruby_version : 2.6
3+ ruby_version : 3.0
44ignore :
55 - ' vendor/**/*'
66 - ' pkg/**/*'
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 = ">= 2.7 .0"
15+ spec . required_ruby_version = ">= 3.0 .0"
1616
1717 spec . metadata [ "homepage_uri" ] = "https://github.com/BytecodeAlliance/wasmtime-rb"
1818 spec . metadata [ "source_code_uri" ] = "https://github.com/BytecodeAlliance/wasmtime-rb"
You can’t perform that action at this time.
0 commit comments