fix(generator): Update thor dependency to allow 1.x

This commit is contained in:
Daniel Azuma 2021-01-19 09:45:14 -08:00 committed by GitHub
parent e04a6bbcaf
commit 6d8b7a4a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "gems", "~> 1.2"
gem.add_runtime_dependency "google-apis-core", "~> 0.1"
gem.add_runtime_dependency "google-apis-discovery_v1", "~> 0.0"
gem.add_runtime_dependency "thor", "~> 0.20"
gem.add_runtime_dependency "thor", ">= 0.20", "< 2.a"
end