Skip to content

Commit ffbaf45

Browse files
feat(pubsub): Upgrade to Ruby 3.2 minimum (#33944)
Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent ced337b commit ffbaf45

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

google-cloud-pubsub/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem "minitest-autotest", "~> 1.1"
2828
gem "minitest-focus", "~> 1.4"
2929
gem "minitest-reporters", "~> 1.7.0", require: false
3030
gem "minitest-rg", "~> 5.3"
31-
gem "ostruct", "~> 0.6"
31+
gem "ostruct", "~> 0.6.3"
3232
gem "pry", "~> 0.15.2"
3333
gem "rake"
3434
gem "redcarpet", "~> 3.6.1"

google-cloud-pubsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If the logger's `progname` is not set to `"pubsub"`, these debug logs will be su
131131

132132
## Supported Ruby Versions
133133

134-
This library is supported on Ruby 3.1+.
134+
This library is supported on Ruby 3.2+.
135135

136136
Google provides official support for Ruby versions that are actively supported
137137
by Ruby Core—that is, Ruby versions that are either in normal maintenance or in

google-cloud-pubsub/google-cloud-pubsub.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
"TROUBLESHOOTING.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
1717
gem.require_paths = ["lib"]
1818

19-
gem.required_ruby_version = ">= 3.1"
19+
gem.required_ruby_version = ">= 3.2"
2020

2121
gem.add_dependency "concurrent-ruby", "~> 1.3"
2222
gem.add_dependency "google-cloud-core", "~> 1.8"

0 commit comments

Comments
 (0)