Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
Move colorize to runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lysyi3m committed Dec 5, 2016
1 parent cf84b8b commit 77978d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npmdc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.2.2'
spec.add_dependency 'thor', '~> 0.19.4'
spec.add_dependency 'colorize', '~> 0.8.1'
spec.add_development_dependency 'bundler', '~> 1.13'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'colorize', '~> 0.8.1'
end

0 comments on commit 77978d4

Please sign in to comment.