From cbaf08dcff5972354a142c7d5b2ab79641e9bc9c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 14:21:06 -0400 Subject: [PATCH] Bump simplecov from 0.16.1 to 0.17.0 (#3401) [ci skip] Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.16.1 to 0.17.0. - [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.16.1...v0.17.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1b5abee9f..5f76d001a 100644 --- a/Gemfile +++ b/Gemfile @@ -147,7 +147,7 @@ group :test do gem "rspec-retry", "~> 0.6" # retry intermittently failing rspec examples gem "ruby-prof", "~> 0.18", require: false # ruby-prof is a fast code profiler for Ruby gem "shoulda-matchers", "4.1.0", require: false # Simple one-liner tests for common Rails functionality - gem "simplecov", "~> 0.16", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites + gem "simplecov", "~> 0.17", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites gem "stackprof", "~> 0.2", require: false, platforms: :ruby # stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers gem "stripe-ruby-mock", "~> 2.5", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers gem "test-prof", "~> 0.9" # Ruby Tests Profiling Toolbox diff --git a/Gemfile.lock b/Gemfile.lock index 58b12d39e..3b8c2b2ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM responders warden (~> 1.2.3) diff-lcs (1.3) - docile (1.3.1) + docile (1.3.2) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) draper (3.1.0) @@ -714,7 +714,7 @@ GEM jwt (>= 1.5, < 3.0) multi_json (~> 1.10) simple_oauth (0.3.1) - simplecov (0.16.1) + simplecov (0.17.0) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) @@ -962,7 +962,7 @@ DEPENDENCIES sdoc (~> 1.0) serviceworker-rails (~> 0.5) shoulda-matchers (= 4.1.0) - simplecov (~> 0.16) + simplecov (~> 0.17) sitemap_generator (~> 6.0) skylight (~> 4.1) slack-notifier (~> 2.3)