Skip to content

Commit 8b94b38

Browse files
feat(bigquery): Update required Ruby version to 3.1+
docs: Update broken URL
1 parent 0ed698d commit 8b94b38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

google-cloud-bigquery/OVERVIEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ 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.
372-
Social Security Administration. Inside the archive you will find over 100 files
371+
name [archive](https://www.ssa.gov/oact/babynames) from the U.S. Social
372+
Security Administration. Inside the archive you will find over 100 files
373373
containing baby name records since the year 1880.
374374

375375
```ruby

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)