From ed90090a0e96374576201a7c98a6a4813beaf4cd Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Tue, 9 Apr 2013 21:14:47 +0300
Subject: [PATCH] Update sidekiq gem. Make event body color a bit lighter

---
 Gemfile.lock                                | 2 +-
 app/assets/stylesheets/sections/events.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index f37d24fc719..41d24c6aad5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -420,7 +420,7 @@ GEM
     sexp_processor (4.2.0)
     shoulda-matchers (1.3.0)
       activesupport (>= 3.0.0)
-    sidekiq (2.8.0)
+    sidekiq (2.9.0)
       celluloid (~> 0.12.0)
       connection_pool (~> 1.0)
       multi_json (~> 1)
diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss
index d365dd7c12b..4876af296d8 100644
--- a/app/assets/stylesheets/sections/events.scss
+++ b/app/assets/stylesheets/sections/events.scss
@@ -42,7 +42,7 @@
   }
   .event-body {
     .commit p {
-      color: #555;
+      color: #666;
       padding-top: 5px;
     }
     .event-info {
-- 
GitLab