Main 202308091812 (#13489) Closes #13489 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/13489 from protocolbuffers:main-202308091812 e729f0bf5a01effb402bf3c83dd1d36538d347d8 PiperOrigin-RevId: 555301642
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 296cdb2..8a292af 100644 --- a/ruby/google-protobuf.gemspec +++ b/ruby/google-protobuf.gemspec
@@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "google-protobuf" - s.version = "3.23.0" + s.version = "3.24.0" git_tag = "v#{s.version.to_s.sub('.rc.', '-rc')}" # Converts X.Y.Z.rc.N to vX.Y.Z-rcN, used for the git tag s.licenses = ["BSD-3-Clause"] s.summary = "Protocol Buffers" @@ -31,7 +31,7 @@ ] 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", "~> 13" s.add_development_dependency "ffi", "~>1" s.add_development_dependency "ffi-compiler", "~>1"
diff --git a/ruby/pom.xml b/ruby/pom.xml index 52ae714..2242464 100644 --- a/ruby/pom.xml +++ b/ruby/pom.xml
@@ -9,7 +9,7 @@ <groupId>com.google.protobuf.jruby</groupId> <artifactId>protobuf-jruby</artifactId> - <version>3.23.0</version> + <version>3.24.0</version> <name>Protocol Buffer JRuby native extension</name> <description> Protocol Buffers are a way of encoding structured data in an efficient yet @@ -76,7 +76,7 @@ <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</artifactId> - <version>3.23.0</version> + <version>3.24.0</version> </dependency> <dependency> <groupId>org.jruby</groupId>