Skip to content

Commit

Permalink
(RK-355) Port to the maintained colored2 gem
Browse files Browse the repository at this point in the history
See defunkt/colored#11 for commentary.
  • Loading branch information
binford2k committed Jan 7, 2020
1 parent 612fe5f commit 037ad7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/r10k
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require 'r10k/cli'
require 'colored'
require 'colored2'

begin
R10K::CLI.command.run(ARGV)
Expand Down
2 changes: 1 addition & 1 deletion lib/r10k/logging/terminaloutputter.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'colored'
require 'colored2'
require 'r10k/logging'
require 'log4r/outputter/iooutputter'

Expand Down
2 changes: 1 addition & 1 deletion lib/r10k/util/attempt.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'r10k/logging'
require 'r10k/errors/formatting'
require 'r10k/util/setopts'
require 'colored'
require 'colored2'

module R10K
module Util
Expand Down
2 changes: 1 addition & 1 deletion r10k.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.license = 'Apache-2.0'

s.add_dependency 'colored', '1.2'
s.add_dependency 'colored2', '3.1.2'
s.add_dependency 'cri', '2.15.6'

s.add_dependency 'log4r', '1.1.10'
Expand Down

0 comments on commit 037ad7a

Please sign in to comment.