From c2dede44e2adad5f1420c345829fe241017fd610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Sep 2017 07:06:21 +0000 Subject: [PATCH] Bump simplecov from 0.15.0 to 0.15.1 Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.15.0 to 0.15.1. - [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md) - [Commits](https://github.com/colszowka/simplecov/compare/v0.15.0...v0.15.1) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index de5766e8..83813540 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ end group :test do # Pretty printed test output gem 'turn', require: false - gem 'simplecov', '~> 0.15.0' + gem 'simplecov', '~> 0.15.1' gem 'simplecov-rcov' gem 'ci_reporter' gem 'cucumber-rails', require: false diff --git a/Gemfile.lock b/Gemfile.lock index f79a2644..15ca9c91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -331,7 +331,7 @@ GEM shoulda-context (1.2.2) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - simplecov (0.15.0) + simplecov (0.15.1) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) @@ -437,7 +437,7 @@ DEPENDENCIES rummageable (= 1.0.1) sass-rails (= 3.2.6) shoulda (~> 3.5.0) - simplecov (~> 0.15.0) + simplecov (~> 0.15.1) simplecov-rcov tagmanager-rails therubyracer (~> 0.12.3)