about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-08 18:28:33 +0900
committerYamagishi Kazutoshi <ykzts@desire.sh>2019-07-08 18:28:33 +0900
commitd76ca8964ce77c465e3b92b9e80db5cadf0631d6 (patch)
tree413495732428081eb8bd01f7ddd105cf246ef28e /Gemfile
parent01ee35f14ad443d27ea16f17e194cf1a871a73c0 (diff)
Bump simplecov from 0.16.1 to 0.17.0 (#11260)
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] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4ad055dae..613515628 100644
--- a/Gemfile
+++ b/Gemfile
@@ -114,7 +114,7 @@ group :test do
   gem 'microformats', '~> 4.1'
   gem 'rails-controller-testing', '~> 1.0'
   gem 'rspec-sidekiq', '~> 3.0'
-  gem 'simplecov', '~> 0.16', require: false
+  gem 'simplecov', '~> 0.17', require: false
   gem 'webmock', '~> 3.6'
   gem 'parallel_tests', '~> 2.29'
 end