Skip to content

Commit

Permalink
Update ruby gemspec required ruby version to >=2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangskz committed Jul 17, 2023
1 parent 2402814 commit 14ea2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/google-protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.files += Dir.glob('ext/**/*')
s.extensions= ["ext/google/protobuf_c/extconf.rb"]
s.add_development_dependency "rake-compiler-dock", "= 1.2.1" end
s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.7'
s.add_development_dependency "rake-compiler", "~> 1.1.0"
s.add_development_dependency "test-unit", '~> 3.0', '>= 3.0.9'
end

0 comments on commit 14ea2cb

Please sign in to comment.