Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-09 16:32:20 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-09 16:32:20 +0300
commit870f553bf3ec63d9f137afd0b67e8a338a745027 (patch)
treed91f12a6daf52e57e7eb11e9097551b09a0ed002
parentfefa98b21a228163bf7ab250ed5f5352eb60497a (diff)
Fix spinach exception
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3c88322f637..8a0ab5068a9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -136,6 +136,7 @@ gem "httparty", '~> 0.13.3'
# Colored output to console
gem "colored", '~> 1.2'
+gem "colorize", '~> 0.5.8'
# GitLab settings
gem 'settingslogic', '~> 2.0.9'
diff --git a/Gemfile.lock b/Gemfile.lock
index 2c0d376f238..86f6dd29699 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -116,7 +116,7 @@ GEM
execjs
coffee-script-source (1.9.1.1)
colored (1.2)
- colorize (0.7.7)
+ colorize (0.5.8)
connection_pool (2.2.0)
coveralls (0.8.2)
json (~> 1.8)
@@ -801,6 +801,7 @@ DEPENDENCIES
charlock_holmes (~> 0.6.9.4)
coffee-rails (~> 4.1.0)
colored (~> 1.2)
+ colorize (~> 0.5.8)
coveralls (~> 0.8.2)
creole (~> 0.3.6)
d3_rails (~> 3.5.5)