Skip to content

Commit

Permalink
Switch from unmaintained colored to maintained colored2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 30, 2017
1 parent 823a2e2 commit b6f9c9c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -18,7 +18,7 @@ PATH
CFPropertyList (~> 2.3.3)
activesupport (>= 3)
claide (>= 1.0.1, < 2.0)
colored (~> 1.2)
colored2 (~> 3.1)
nanaimo (~> 0.2.3)

GEM
Expand All @@ -35,7 +35,7 @@ GEM
bacon (1.2.0)
codeclimate-test-reporter (0.4.1)
simplecov (>= 0.7.1, < 1.0.0)
colored (1.2)
colored2 (3.1.1)
docile (1.1.5)
ffi (1.9.6)
i18n (0.7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj.rb
@@ -1,7 +1,7 @@
module Xcodeproj
require 'pathname'
require 'claide'
require 'colored'
require 'colored2'

class PlainInformative < StandardError
include CLAide::InformativeError
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/command.rb
@@ -1,5 +1,5 @@
module Xcodeproj
require 'colored'
require 'colored2'
require 'claide'

class Command < CLAide::Command
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper/project_helper.rb
@@ -1,4 +1,4 @@
require 'colored'
require 'colored2'

module SpecHelper
module ProjectHelper
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'activesupport', '>= 3'
s.add_runtime_dependency 'CFPropertyList', '~> 2.3.3'
s.add_runtime_dependency 'claide', '>= 1.0.1', '< 2.0'
s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'colored2', '~> 3.1'
s.add_runtime_dependency 'nanaimo', '~> 0.2.3'

## Make sure you can build the gem on older versions of RubyGems too:
Expand Down

0 comments on commit b6f9c9c

Please sign in to comment.