Skip to content

Commit 8002e9a

Browse files
committed
Now, supports only ruby 3.3 and 3.4
1 parent 131d4b0 commit 8002e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _gem/go_gem.gemspec

+1-1
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"
15+
spec.required_ruby_version = [">= 3.3.0", "< 3.5.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)