Skip to content

Commit

Permalink
fix(generator): Update thor dependency to allow 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 19, 2021
1 parent e04a6bb commit 6d8b7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-apis-generator/google-apis-generator.gemspec
Expand Up @@ -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

0 comments on commit 6d8b7a4

Please sign in to comment.