Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions google-cloud-bigquery/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](http://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"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigquery/google-cloud-bigquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading