Skip to content

Commit 1b33d0b

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google-cloud-bigquery/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ BigQuery](https://cloud.google.com/bigquery/streaming-data-into-bigquery).
368368
### Uploading a file
369369

370370
To follow along with this example, please download the
371-
[names.zip](http://www.ssa.gov/OACT/babynames/names.zip) archive from the U.S.
371+
[names.zip](https://www.ssa.gov/OACT/babynames/names.zip) archive from the U.S.
372372
Social Security Administration. Inside the archive you will find over 100 files
373373
containing baby name records since the year 1880.
374374

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)