diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-09 15:32:20 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-09 15:32:20 +0200 |
commit | 870f553bf3ec63d9f137afd0b67e8a338a745027 (patch) | |
tree | d91f12a6daf52e57e7eb11e9097551b09a0ed002 /Gemfile.lock | |
parent | fefa98b21a228163bf7ab250ed5f5352eb60497a (diff) | |
download | gitlab-ce-870f553bf3ec63d9f137afd0b67e8a338a745027.tar.gz |
Fix spinach exception
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 2 insertions, 1 deletions
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) |