We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea56e8f commit 7f736e4Copy full SHA for 7f736e4
_gem/go_gem.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
spec.description = "Helpers for compiling Go extensions for ruby"
13
spec.homepage = "https://github.com/ruby-go-gem/go-gem-wrapper"
14
spec.license = "MIT"
15
- spec.required_ruby_version = [">= 3.3.0", "< 3.5.0"]
+ spec.required_ruby_version = [">= 3.3.0", "< 4.1.0"]
16
17
spec.metadata["homepage_uri"] = spec.homepage
18
spec.metadata["source_code_uri"] = "#{spec.homepage}/tree/main/_gem"
0 commit comments