Skip to content

Commit f5b14da

Browse files
feat: Update minimum Ruby to v3.2 and support v4.0
1 parent 36eed29 commit f5b14da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-cloud-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Google::Apis.logger = my_logger
6666

6767
## Supported Ruby Versions
6868

69-
This library is supported on Ruby 3.1+.
69+
This library is supported on Ruby 3.2+.
7070

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

google-cloud-storage/google-cloud-storage.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
["OVERVIEW.md", "AUTHENTICATION.md", "LOGGING.md", "CONTRIBUTING.md", "TROUBLESHOOTING.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
1717
gem.require_paths = ["lib"]
1818

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

2121
gem.add_dependency "google-cloud-core", "~> 1.6"
2222
gem.add_dependency "google-apis-core", ">= 0.18", "< 2"

0 commit comments

Comments
 (0)