Migrate to colored2 instead of unmaintained colored
Showing
... | @@ -42,7 +42,7 @@ Gem::Specification.new do |s| | ... | @@ -42,7 +42,7 @@ Gem::Specification.new do |s| |
## Version 5 needs Ruby 2.2, so we specify an upper bound to stay compatible with system ruby | ## Version 5 needs Ruby 2.2, so we specify an upper bound to stay compatible with system ruby | ||
s.add_runtime_dependency 'activesupport', '>= 4.0.2', '< 5' | s.add_runtime_dependency 'activesupport', '>= 4.0.2', '< 5' | ||
s.add_runtime_dependency 'colored', '~> 1.2' | s.add_runtime_dependency 'colored2', '~> 3.1' | ||
s.add_runtime_dependency 'escape', '~> 0.0.4' | s.add_runtime_dependency 'escape', '~> 0.0.4' | ||
s.add_runtime_dependency 'fourflusher', '~> 2.0.1' | s.add_runtime_dependency 'fourflusher', '~> 2.0.1' | ||
s.add_runtime_dependency 'gh_inspector', '~> 1.0' | s.add_runtime_dependency 'gh_inspector', '~> 1.0' | ||
... | ... |
Please
register
or
sign in
to comment