diff --git a/CHANGELOG.md b/CHANGELOG.md index bde5fc003..fe52e5326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ ##### Bug Fixes -* None. +* Require 'colored' in xcodeproj.rb + [Dimitris Koutsogiorgas](https://github.com/dnkoutso) + [#374](https://github.com/CocoaPods/Xcodeproj/issues/374) ## 1.4.1 (2016-11-02) diff --git a/lib/xcodeproj.rb b/lib/xcodeproj.rb index 331afaa3b..68da479d3 100644 --- a/lib/xcodeproj.rb +++ b/lib/xcodeproj.rb @@ -1,6 +1,7 @@ module Xcodeproj require 'pathname' require 'claide' + require 'colored' class PlainInformative < StandardError include CLAide::InformativeError