Skip to content

Commit bab1ae8

Browse files
authored
feat(generator): Update core dependency to at least 0.9.1 (#12346)
1 parent 600a7d6 commit bab1ae8

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.5"
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.9.0", "< 2.a"
26+
gem.add_runtime_dependency "google-apis-core", ">= 0.9.1", "< 2.a"
2727
gem.add_runtime_dependency "google-apis-discovery_v1", "~> 0.5"
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.5'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.9.0", "< 2.a"
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.9.1", "< 2.a"
3333
end

0 commit comments

Comments
 (0)