Skip to content

Commit f42a8a5

Browse files
feat: Update Ruby version to 3.1+
docs: Update README and broken URL
1 parent 0ed698d commit f42a8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-cloud-bigquery/README.md

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

7171
## Supported Ruby Versions
7272

73-
This library is supported on Ruby 3.0+.
73+
This library is supported on Ruby 3.1+.
7474

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

google-cloud-bigquery/google-cloud-bigquery.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
"CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
1717
gem.require_paths = ["lib"]
1818

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

2121
gem.add_dependency "bigdecimal", "~> 3.0"
2222
gem.add_dependency "concurrent-ruby", "~> 1.0"

0 commit comments

Comments
 (0)