Update google-apis-generator.gemspec
This commit is contained in:
parent
49c2b4f888
commit
2781fbf540
|
@ -22,5 +22,5 @@ Gem::Specification.new do |gem|
|
||||||
gem.required_ruby_version = ">= 2.0"
|
gem.required_ruby_version = ">= 2.0"
|
||||||
gem.add_runtime_dependency "activesupport", ">= 4.1.16"
|
gem.add_runtime_dependency "activesupport", ">= 4.1.16"
|
||||||
gem.add_runtime_dependency "google-apis-core", "~> 0.1"
|
gem.add_runtime_dependency "google-apis-core", "~> 0.1"
|
||||||
gem.add_runtime_dependency "thor", ">= 0.20", "< 2.a"
|
gem.add_runtime_dependency "thor", "~> 1.1.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue