From 1b33d0b042ae72054f8b0ab92f374be9f7653ba9 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 6 Jan 2026 11:19:20 -0800 Subject: [PATCH 1/2] feat: Update Ruby version to 3.1+ docs: Update README and broken URL --- google-cloud-bigquery/OVERVIEW.md | 2 +- google-cloud-bigquery/README.md | 2 +- google-cloud-bigquery/google-cloud-bigquery.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/google-cloud-bigquery/OVERVIEW.md b/google-cloud-bigquery/OVERVIEW.md index 4290af8d4094..ef06d6c6d661 100644 --- a/google-cloud-bigquery/OVERVIEW.md +++ b/google-cloud-bigquery/OVERVIEW.md @@ -368,7 +368,7 @@ BigQuery](https://cloud.google.com/bigquery/streaming-data-into-bigquery). ### Uploading a file To follow along with this example, please download the -[names.zip](http://www.ssa.gov/OACT/babynames/names.zip) archive from the U.S. +[names.zip](https://www.ssa.gov/OACT/babynames/names.zip) archive from the U.S. Social Security Administration. Inside the archive you will find over 100 files containing baby name records since the year 1880. diff --git a/google-cloud-bigquery/README.md b/google-cloud-bigquery/README.md index 32d3409f061a..197e30d0e957 100644 --- a/google-cloud-bigquery/README.md +++ b/google-cloud-bigquery/README.md @@ -70,7 +70,7 @@ Google::Apis.logger = my_logger ## Supported Ruby Versions -This library is supported on Ruby 3.0+. +This library is supported on Ruby 3.1+. Google provides official support for Ruby versions that are actively supported by Ruby Core—that is, Ruby versions that are either in normal maintenance or diff --git a/google-cloud-bigquery/google-cloud-bigquery.gemspec b/google-cloud-bigquery/google-cloud-bigquery.gemspec index 147d10ba7696..5f8a09e041f8 100644 --- a/google-cloud-bigquery/google-cloud-bigquery.gemspec +++ b/google-cloud-bigquery/google-cloud-bigquery.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |gem| "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"] gem.require_paths = ["lib"] - gem.required_ruby_version = ">= 3.0" + gem.required_ruby_version = ">= 3.1" gem.add_dependency "bigdecimal", "~> 3.0" gem.add_dependency "concurrent-ruby", "~> 1.0" From 1008e51d75931292183dd31da19ce2441c8a431c Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 6 Jan 2026 13:10:22 -0800 Subject: [PATCH 2/2] chore: Unblock linkinator --- google-cloud-bigquery/OVERVIEW.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google-cloud-bigquery/OVERVIEW.md b/google-cloud-bigquery/OVERVIEW.md index ef06d6c6d661..5a52e98d62bb 100644 --- a/google-cloud-bigquery/OVERVIEW.md +++ b/google-cloud-bigquery/OVERVIEW.md @@ -368,9 +368,9 @@ BigQuery](https://cloud.google.com/bigquery/streaming-data-into-bigquery). ### Uploading a file To follow along with this example, please download the -[names.zip](https://www.ssa.gov/OACT/babynames/names.zip) archive from the U.S. -Social Security Administration. Inside the archive you will find over 100 files -containing baby name records since the year 1880. +`names.zip` archive in `https://www.ssa.gov/OACT/babynames/names.zip`, sourced +from the U.S. Social Security Administration. Inside the archive you will find +over 100 files containing baby name records since the year 1880. ```ruby require "google/cloud/bigquery"