Skip to content

Commit 6d8b7a4

Browse files
authored
fix(generator): Update thor dependency to allow 1.x
1 parent e04a6bb commit 6d8b7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-apis-generator/google-apis-generator.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Gem::Specification.new do |gem|
2424
gem.add_runtime_dependency "gems", "~> 1.2"
2525
gem.add_runtime_dependency "google-apis-core", "~> 0.1"
2626
gem.add_runtime_dependency "google-apis-discovery_v1", "~> 0.0"
27-
gem.add_runtime_dependency "thor", "~> 0.20"
27+
gem.add_runtime_dependency "thor", ">= 0.20", "< 2.a"
2828
end

0 commit comments

Comments
 (0)