Skip to content

Commit c4e8972

Browse files
authored
Merge pull request #170 from bytecodealliance/drop-2.7
Drop support for Ruby 2.7
2 parents 013b5c8 + 642bc1c commit c4e8972

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/memcheck.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- "3.2"
1515
- "3.1"
1616
- "3.0"
17-
- "2.7"
1817
push:
1918
branches: ["*"]
2019
tags-ignore: ["v*"] # Skip Memcheck for releases

.standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For available configuration options, see:
22
# https://github.com/testdouble/standard
3-
ruby_version: 2.6
3+
ruby_version: 3.0
44
ignore:
55
- 'vendor/**/*'
66
- 'pkg/**/*'

wasmtime.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)