Skip to content

Commit 913883a

Browse files
feat: ruby 3.1 and google-style 1.31.0
1 parent d347102 commit 913883a

51 files changed

Lines changed: 79 additions & 70 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: "3.1"
23+
ruby-version: "3.4"
2424
- name: Checkout repo
2525
uses: actions/checkout@v4
2626
- name: Checkout submodules

.github/workflows/release-generators.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- name: Checkout repo
1717
uses: actions/checkout@v4
18-
- name: Install Ruby 3.3
18+
- name: Install Ruby 3.4
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "3.3"
21+
ruby-version: "3.4"
2222
- name: Install tools
2323
run: "gem install --no-document toys"
2424
- name: execute

.github/workflows/tag-generators.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
steps:
2222
- name: Checkout repo
2323
uses: actions/checkout@v4
24-
- name: Install Ruby 3.3
24+
- name: Install Ruby 3.4
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: "3.3"
27+
ruby-version: "3.4"
2828
- name: Install tools
2929
run: "gem install --no-document toys"
3030
- name: Execute

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "shared/googleapis"]
22
path = shared/googleapis
3-
url = git@github.com:googleapis/googleapis.git
3+
url = https://github.com/googleapis/googleapis.git
44
[submodule "shared/gapic-showcase"]
55
path = shared/gapic-showcase
6-
url = git@github.com:googleapis/gapic-showcase.git
6+
url = https://github.com/googleapis/gapic-showcase.git
77
ignore = dirty

gapic-generator-ads/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
88
google-protobuf (~> 3.25, >= 3.25.1)
9-
google-style (~> 1.27.0)
9+
google-style (~> 1.31.0)
1010
googleapis-common-protos-types (~> 1.8)
1111

1212
PATH
@@ -48,14 +48,14 @@ GEM
4848
google-protobuf (>= 3.18, < 5.a)
4949
googleapis-common-protos-types (~> 1.7)
5050
google-protobuf (3.25.7-x86_64-linux)
51-
google-style (1.27.1)
52-
rubocop (~> 1.56)
51+
google-style (1.31.0)
52+
rubocop (~> 1.75)
5353
googleapis-common-protos-types (1.19.0)
5454
google-protobuf (>= 3.18, < 5.a)
5555
grpc-tools (1.60.2)
5656
i18n (1.14.7)
5757
concurrent-ruby (~> 1.0)
58-
json (2.11.2)
58+
json (2.11.3)
5959
language_server-protocol (3.17.0.4)
6060
lint_roller (1.1.0)
6161
loofah (2.24.0)
@@ -96,7 +96,7 @@ GEM
9696
rainbow (3.1.1)
9797
redcarpet (3.6.1)
9898
regexp_parser (2.10.0)
99-
rubocop (1.75.3)
99+
rubocop (1.75.4)
100100
json (~> 2.3)
101101
language_server-protocol (~> 3.17.0.2)
102102
lint_roller (~> 1.1.0)
@@ -134,4 +134,4 @@ DEPENDENCIES
134134
yard (~> 0.9)
135135

136136
BUNDLED WITH
137-
2.5.22
137+
2.4.10

gapic-generator-ads/gapic-generator-ads.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
3939
spec.executables = ["protoc-gen-ruby_ads"]
4040
spec.require_paths = ["lib"]
4141

42-
spec.required_ruby_version = ">= 2.7"
42+
spec.required_ruby_version = ">= 3.1"
4343

4444
spec.add_dependency "gapic-generator", "= #{Gapic::Generator::Ads::VERSION}"
4545
end

gapic-generator-cloud/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
88
google-protobuf (~> 3.25, >= 3.25.1)
9-
google-style (~> 1.27.0)
9+
google-style (~> 1.31.0)
1010
googleapis-common-protos-types (~> 1.8)
1111

1212
PATH
@@ -48,14 +48,14 @@ GEM
4848
google-protobuf (>= 3.18, < 5.a)
4949
googleapis-common-protos-types (~> 1.7)
5050
google-protobuf (3.25.7-x86_64-linux)
51-
google-style (1.27.1)
52-
rubocop (~> 1.56)
51+
google-style (1.31.0)
52+
rubocop (~> 1.75)
5353
googleapis-common-protos-types (1.19.0)
5454
google-protobuf (>= 3.18, < 5.a)
5555
grpc-tools (1.60.2)
5656
i18n (1.14.7)
5757
concurrent-ruby (~> 1.0)
58-
json (2.11.2)
58+
json (2.11.3)
5959
language_server-protocol (3.17.0.4)
6060
lint_roller (1.1.0)
6161
loofah (2.24.0)
@@ -96,7 +96,7 @@ GEM
9696
rainbow (3.1.1)
9797
redcarpet (3.6.1)
9898
regexp_parser (2.10.0)
99-
rubocop (1.75.3)
99+
rubocop (1.75.4)
100100
json (~> 2.3)
101101
language_server-protocol (~> 3.17.0.2)
102102
lint_roller (~> 1.1.0)
@@ -134,4 +134,4 @@ DEPENDENCIES
134134
yard (~> 0.9)
135135

136136
BUNDLED WITH
137-
2.5.22
137+
2.4.10

gapic-generator-cloud/gapic-generator-cloud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
3838
spec.executables = ["protoc-gen-ruby_cloud", "ruby-cloud-docker-entrypoint"]
3939
spec.require_paths = ["lib"]
4040

41-
spec.required_ruby_version = ">= 2.7"
41+
spec.required_ruby_version = ">= 3.1"
4242

4343
spec.add_dependency "gapic-generator", "= #{Gapic::Generator::Cloud::VERSION}"
4444
end

gapic-generator/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
88
google-protobuf (~> 3.25, >= 3.25.1)
9-
google-style (~> 1.27.0)
9+
google-style (~> 1.31.0)
1010
googleapis-common-protos-types (~> 1.8)
1111

1212
GEM
@@ -42,14 +42,14 @@ GEM
4242
google-protobuf (>= 3.18, < 5.a)
4343
googleapis-common-protos-types (~> 1.7)
4444
google-protobuf (3.25.7-x86_64-linux)
45-
google-style (1.27.1)
46-
rubocop (~> 1.56)
45+
google-style (1.31.0)
46+
rubocop (~> 1.75)
4747
googleapis-common-protos-types (1.19.0)
4848
google-protobuf (>= 3.18, < 5.a)
4949
grpc-tools (1.60.2)
5050
i18n (1.14.7)
5151
concurrent-ruby (~> 1.0)
52-
json (2.11.2)
52+
json (2.11.3)
5353
language_server-protocol (3.17.0.4)
5454
lint_roller (1.1.0)
5555
loofah (2.24.0)
@@ -90,7 +90,7 @@ GEM
9090
rainbow (3.1.1)
9191
redcarpet (3.6.1)
9292
regexp_parser (2.10.0)
93-
rubocop (1.75.3)
93+
rubocop (1.75.4)
9494
json (~> 2.3)
9595
language_server-protocol (~> 3.17.0.2)
9696
lint_roller (~> 1.1.0)
@@ -127,4 +127,4 @@ DEPENDENCIES
127127
yard (~> 0.9)
128128

129129
BUNDLED WITH
130-
2.5.22
130+
2.4.10

gapic-generator/gapic-generator.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Gem::Specification.new do |spec|
3838
spec.executables = ["gapic-generator", "protoc-gen-ruby_gapic"]
3939
spec.require_paths = ["lib"]
4040

41-
spec.required_ruby_version = ">= 2.7"
41+
spec.required_ruby_version = ">= 3.1"
4242

4343
spec.add_dependency "actionpack", "~> 5.2"
4444
spec.add_dependency "bigdecimal", "~> 3.0"
4545
spec.add_dependency "googleapis-common-protos-types", "~> 1.8"
4646
spec.add_dependency "google-cloud-common", "~> 1.2"
4747
spec.add_dependency "google-protobuf", "~> 3.25", ">= 3.25.1"
48-
spec.add_dependency "google-style", "~> 1.27.0"
48+
spec.add_dependency "google-style", "~> 1.31.0"
4949
end

0 commit comments

Comments
 (0)