From 75c8d0c4ed2fdd923d43e07ddea8ac4f14d35ae0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu>
Date: Thu, 10 Dec 2015 18:23:33 +0100
Subject: [PATCH] bump simplecov

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index dd34a3da4a..a11b9aa86a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -246,7 +246,7 @@ group :development do
   gem "pry-byebug"
 
   # test coverage
-  gem "simplecov", "0.10.0", require: false
+  gem "simplecov", "0.11.1", require: false
 end
 
 group :test do
diff --git a/Gemfile.lock b/Gemfile.lock
index 8acd4c0922..f2bcf3436c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -689,7 +689,7 @@ GEM
     simple_captcha2 (0.3.4)
       rails (>= 4.1)
     simple_oauth (0.3.1)
-    simplecov (0.10.0)
+    simplecov (0.11.1)
       docile (~> 1.1.0)
       json (~> 1.8)
       simplecov-html (~> 0.10.0)
@@ -884,7 +884,7 @@ DEPENDENCIES
   sidekiq (= 3.4.2)
   sidetiq (= 0.6.3)
   simple_captcha2 (= 0.3.4)
-  simplecov (= 0.10.0)
+  simplecov (= 0.11.1)
   sinatra (= 1.4.6)
   sinon-rails (= 1.15.0)
   spring (= 1.4.0)
-- 
GitLab