Skip to content

Commit 7f736e4

Browse files
committed
Allow ruby 4.0
1 parent ea56e8f commit 7f736e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_gem/go_gem.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 = "Helpers for compiling Go extensions for ruby"
1313
spec.homepage = "https://github.com/ruby-go-gem/go-gem-wrapper"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = [">= 3.3.0", "< 3.5.0"]
15+
spec.required_ruby_version = [">= 3.3.0", "< 4.1.0"]
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = "#{spec.homepage}/tree/main/_gem"

0 commit comments

Comments
 (0)