Skip to content

Commit b72aad8

Browse files
authored
feat: Update generated clients to depend on google-apis-core 0.15.0 (#18985)
1 parent 0989c8e commit b72aad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-apis-generator/google-apis-generator.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
2323
gem.required_ruby_version = ">= 2.7"
2424
gem.add_runtime_dependency "activesupport", ">= 5.0"
2525
gem.add_runtime_dependency "gems", "~> 1.2"
26-
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
26+
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
2727
gem.add_runtime_dependency "google-apis-discovery_v1", "~> 0.14"
2828
gem.add_runtime_dependency "thor", ">= 0.20", "< 2.a"
2929
end

google-apis-generator/lib/google/apis/generator/templates/gemspec.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
2929
gem.require_paths = ["lib"]
3030

3131
gem.required_ruby_version = '>= 2.7'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

0 commit comments

Comments
 (0)