Skip to content

Commit

Permalink
feat(generator): Update core dependency to at least 0.9.0 (#11808)
Browse files Browse the repository at this point in the history
  • Loading branch information
bajajneha27 committed Sep 19, 2022
1 parent e165b4d commit 1108517
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.5"
gem.add_runtime_dependency "activesupport", ">= 5.0"
gem.add_runtime_dependency "gems", "~> 1.2"
gem.add_runtime_dependency "google-apis-core", ">= 0.7.2", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.9.0", "< 2.a"
gem.add_runtime_dependency "google-apis-discovery_v1", "~> 0.5"
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.5'
gem.add_runtime_dependency "google-apis-core", ">= 0.7.2", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.9.0", "< 2.a"
end

0 comments on commit 1108517

Please sign in to comment.