From 144e19798ba8b768ea9cd0f7fc697a1ab5de84be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 21 Mar 2018 16:42:07 +0000 Subject: [PATCH] Bump simplecov from 0.15.1 to 0.16.1 Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.15.1 to 0.16.1. - [Release notes](https://github.com/colszowka/simplecov/releases) - [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md) - [Commits](https://github.com/colszowka/simplecov/compare/v0.15.1...v0.16.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 50cf6e57..cabbb9f2 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :test do gem 'cucumber-rails', require: false gem 'capybara' gem 'database_cleaner' - gem 'simplecov', '~> 0.15.1', require: false + gem 'simplecov', '~> 0.16.1', require: false gem 'simplecov-rcov', '~> 0.2.3', require: false gem 'factory_bot_rails', '~> 4.8.2' gem 'ci_reporter_minitest' diff --git a/Gemfile.lock b/Gemfile.lock index b12ddf52..d1598c55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM cucumber-wire (0.0.1) database_cleaner (1.6.2) diff-lcs (1.3) - docile (1.1.5) + docile (1.3.0) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) erubis (2.7.0) @@ -364,8 +364,8 @@ GEM activesupport sidekiq (>= 2.6) statsd-ruby (>= 1.1.0) - simplecov (0.15.1) - docile (~> 1.1.0) + simplecov (0.16.1) + docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) @@ -449,7 +449,7 @@ DEPENDENCIES sass-rails (~> 5.0) sdoc (~> 0.4.0) shoulda-context - simplecov (~> 0.15.1) + simplecov (~> 0.16.1) simplecov-rcov (~> 0.2.3) state_machines (~> 0.4.0) state_machines-mongoid (~> 0.1.1)