Skip to content

Commit

Permalink
Bump simplecov from 0.17.0 to 0.17.1 (#1033)
Browse files Browse the repository at this point in the history
Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/colszowka/simplecov/releases)
- [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md)
- [Commits](simplecov-ruby/simplecov@v0.17.0...v0.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and jywarren committed Oct 4, 2019
1 parent 72d3350 commit 06ce823
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,22 @@ GEM
ast (2.4.0)
autoprefixer-rails (9.6.1.1)
execjs
aws-sdk (1.5.8)
httparty (~> 0.7)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
aws-eventstream (1.0.3)
aws-partitions (1.213.0)
aws-sdk-core (3.68.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.24.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.48.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
bindex (0.8.1)
bootsnap (1.4.5)
msgpack (~> 1.0)
Expand Down Expand Up @@ -90,6 +101,8 @@ GEM
execjs (2.7.0)
faker (2.2.2)
i18n (~> 1.6.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.11.1)
friendly_id (5.2.5)
activerecord (>= 4.0.0)
Expand All @@ -106,6 +119,7 @@ GEM
image_science (1.3.0)
RubyInline (~> 3.9)
jaro_winkler (1.5.3)
jmespath (1.4.0)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
Expand All @@ -114,7 +128,7 @@ GEM
execjs
multi_json (>= 1.3)
rake
json (1.8.6)
json (2.2.0)
libv8 (7.3.492.27.1)
libxml-ruby (3.1.0)
listen (3.1.5)
Expand Down Expand Up @@ -147,6 +161,7 @@ GEM
msgpack (1.3.1)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
mysql2 (0.5.2)
net-http-persistent (2.9.4)
nio4r (2.5.1)
Expand Down Expand Up @@ -274,7 +289,9 @@ GEM
selenium-webdriver (3.142.4)
childprocess (>= 0.5, < 3.0)
rubyzip (~> 1.2, >= 1.2.2)
simplecov (0.17.0)
sentry-raven (2.11.1)
faraday (>= 0.7.6, < 1.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
Expand Down Expand Up @@ -311,7 +328,6 @@ GEM
execjs (>= 0.3.0, < 3)
unicode-display_width (1.6.0)
url (0.3.2)
uuidtools (2.1.5)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand All @@ -333,7 +349,7 @@ DEPENDENCIES
RubyInline (~> 3.12.4)
action-cable-testing
autoprefixer-rails (~> 9.6.1)
aws-sdk-s3 (~> 1.0.0)
aws-sdk-s3 (~> 1)
bootsnap (~> 1.4.5)
bootstrap-sass
byebug (~> 11.0.1)
Expand Down Expand Up @@ -375,6 +391,7 @@ DEPENDENCIES
sass
sassc-rails
selenium-webdriver
sentry-raven
simplecov
skylight
spring
Expand Down

0 comments on commit 06ce823

Please sign in to comment.