Skip to content

Commit

Permalink
feat: Update generated clients to depend on google-apis-core 0.15.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aandreassa committed May 13, 2024
1 parent 0989c8e commit b72aad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-apis-generator/google-apis-generator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.7"
gem.add_runtime_dependency "activesupport", ">= 5.0"
gem.add_runtime_dependency "gems", "~> 1.2"
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
gem.add_runtime_dependency "google-apis-discovery_v1", "~> 0.14"
gem.add_runtime_dependency "thor", ">= 0.20", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

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

0 comments on commit b72aad8

Please sign in to comment.