smartdc.gemspec in smartdc-1.2.2 vs smartdc.gemspec in smartdc-1.3.0
- old
+ new
@@ -16,8 +16,8 @@
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_runtime_dependency(%q<faraday>, ["~> 0.8"])
- gem.add_runtime_dependency(%q<thor>, ["~> 0.16"])
+ gem.add_runtime_dependency(%q<thor>, ["~> 0.18"])
gem.add_runtime_dependency(%q<terminal-table>, ["~> 1.4"])
end