Merge pull request #447 from seuros/patch-1
remove thor as runtime dependency
This commit is contained in:
		
						commit
						771a91d951
					
				| 
						 | 
					@ -26,7 +26,8 @@ Gem::Specification.new do |spec|
 | 
				
			||||||
  spec.add_runtime_dependency 'mime-types', '>= 1.6'
 | 
					  spec.add_runtime_dependency 'mime-types', '>= 1.6'
 | 
				
			||||||
  spec.add_runtime_dependency 'hurley', '~> 0.1'
 | 
					  spec.add_runtime_dependency 'hurley', '~> 0.1'
 | 
				
			||||||
  spec.add_runtime_dependency 'googleauth', '~> 0.5'
 | 
					  spec.add_runtime_dependency 'googleauth', '~> 0.5'
 | 
				
			||||||
  spec.add_runtime_dependency 'thor', '~> 0.19'
 | 
					 | 
				
			||||||
  spec.add_runtime_dependency 'httpclient', '~> 2.7'
 | 
					  spec.add_runtime_dependency 'httpclient', '~> 2.7'
 | 
				
			||||||
  spec.add_runtime_dependency 'memoist', '~> 0.11'
 | 
					  spec.add_runtime_dependency 'memoist', '~> 0.11'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  spec.add_development_dependency 'thor', '~> 0.19'
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue