Skip to content
Open
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
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ jobs:
tests:
if: ${{ github.repository == 'googleapis/gapic-generator-ruby' }}
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.2", "4.0"]
# Allow failures on 4.0; generator primarily runs on 3.2.
Comment thread
aandreassa marked this conversation as resolved.
continue-on-error: ${{ matrix.ruby == '4.0' }}
steps:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: ${{ matrix.ruby }}
- name: Checkout repo
uses: actions/checkout@v4
- name: Checkout submodules
Expand Down
4 changes: 2 additions & 2 deletions gapic-generator-ads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ This is not an official Google project. While it is being used internally to
generate official Google API client libraries, there is no guarantee of support
or stability for any other use.

As of January 2024, this generator can be run on Ruby 3.0 or later. In general,
As of May 2026, this generator can be run on Ruby 3.2 or later. In general,
we will make an effort to ensure it is supported on non-end-of-life versions of
Ruby.
Ruby. Currently, this includes support through Ruby 4.0.

Issues can be filed on GitHub at
https://github.com/googleapis/gapic-generator-ruby/issues.
4 changes: 2 additions & 2 deletions gapic-generator-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ This is not an official Google project. While it is being used internally to
generate official Google API client libraries, there is no guarantee of support
or stability for any other use.

As of January 2024, this generator can be run on Ruby 3.0 or later. In general,
As of May 2026, this generator can be run on Ruby 3.2 or later. In general,
we will make an effort to ensure it is supported on non-end-of-life versions of
Ruby.
Ruby. Currently, this includes support through Ruby 4.0.

Issues can be filed on GitHub at
https://github.com/googleapis/gapic-generator-ruby/issues.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ working, try updating the versioned clients in your bundle or installed gems:

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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
4 changes: 2 additions & 2 deletions gapic-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ This is not an official Google project. While it is being used internally to
generate official Google API client libraries, there is no guarantee of support
or stability for any other use.

As of January 2024, this generator can be run on Ruby 3.0 or later. In general,
As of May 2026, this generator can be run on Ruby 3.2 or later. In general,
we will make an effort to ensure it is supported on non-end-of-life versions of
Ruby.
Ruby. Currently, this includes support through Ruby 4.0.

Issues can be filed on GitHub at
https://github.com/googleapis/gapic-generator-ruby/issues.
2 changes: 1 addition & 1 deletion gapic-generator/templates/default/gem/readme.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ response = client.<%= method.name %> request

## Supported Ruby Versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/compute_small/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/compute_small_wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ working, try updating the versioned clients in your bundle or installed gems:

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/grafeas_v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/language_v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/language_v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/language_v1beta2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/language_wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/location/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/noservice_cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/secretmanager_v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/secretmanager_wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ working, try updating the versioned clients in your bundle or installed gems:

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/speech_v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/cloud/vision_v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

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 shared/output/gapic/templates/garbage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ response = client.get_empty_garbage request

## Supported Ruby Versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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 shared/output/gapic/templates/noservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require ""

## Supported Ruby Versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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 shared/output/gapic/templates/showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ response = client.repeat_data_body request

## Supported Ruby Versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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 shared/output/gapic/templates/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ response = client.no_retry_method request

## Supported Ruby Versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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
Loading