Skip to content

Commit ab5e309

Browse files
Bump coveralls and simplecov
Bumps [coveralls](https://coveralls.io) and [simplecov](https://github.com/simplecov-ruby/simplecov). These dependencies needed to be updated together. Updates `coveralls` from 0.7.1 to 0.8.23 Updates `simplecov` from 0.22.0 to 0.16.1 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v0.22.0...v0.16.1) --- updated-dependencies: - dependency-name: coveralls dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: simplecov dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10b6cde commit ab5e309

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

Gemfile.lock

+10-25
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ GEM
180180
sass-rails (< 5.1)
181181
sprockets (< 4.0)
182182
concurrent-ruby (1.2.2)
183-
coveralls (0.7.1)
184-
multi_json (~> 1.3)
185-
rest-client
186-
simplecov (>= 0.7)
187-
term-ansicolor
188-
thor
183+
coveralls (0.8.23)
184+
json (>= 1.8, < 3)
185+
simplecov (~> 0.16.1)
186+
term-ansicolor (~> 1.3)
187+
thor (>= 0.19.4, < 2.0)
188+
tins (~> 1.6)
189189
crack (0.4.5)
190190
rexml
191191
crass (1.0.6)
@@ -211,8 +211,6 @@ GEM
211211
warden (~> 1.2.3)
212212
diff-lcs (1.5.0)
213213
docile (1.4.0)
214-
domain_name (0.5.20190701)
215-
unf (>= 0.0.5, < 1.0.0)
216214
easy_diff (1.0.0)
217215
elasticsearch (7.8.0)
218216
elasticsearch-api (= 7.8.0)
@@ -291,9 +289,6 @@ GEM
291289
webrick
292290
high_voltage (3.1.2)
293291
highline (2.1.0)
294-
http-accept (1.7.0)
295-
http-cookie (1.0.5)
296-
domain_name (~> 0.5)
297292
i18n (1.14.1)
298293
concurrent-ruby (~> 1.0)
299294
jmespath (1.6.2)
@@ -392,7 +387,6 @@ GEM
392387
timeout
393388
net-smtp (0.3.3)
394389
net-protocol
395-
netrc (0.11.0)
396390
ng-rails-csrf (0.1.0)
397391
nio4r (2.5.9)
398392
nokogiri (1.15.3)
@@ -489,11 +483,6 @@ GEM
489483
responders (3.1.0)
490484
actionpack (>= 5.2)
491485
railties (>= 5.2)
492-
rest-client (2.1.0)
493-
http-accept (>= 1.7.0, < 2.0)
494-
http-cookie (>= 1.0.2, < 2.0)
495-
mime-types (>= 1.16, < 4.0)
496-
netrc (~> 0.8)
497486
rexml (3.2.6)
498487
rollbar (3.4.0)
499488
rspec-core (3.12.2)
@@ -550,12 +539,11 @@ GEM
550539
rexml (~> 3.2, >= 3.2.5)
551540
rubyzip (>= 1.2.2, < 3.0)
552541
websocket (~> 1.0)
553-
simplecov (0.22.0)
542+
simplecov (0.16.1)
554543
docile (~> 1.1)
555-
simplecov-html (~> 0.11)
556-
simplecov_json_formatter (~> 0.1)
557-
simplecov-html (0.12.3)
558-
simplecov_json_formatter (0.1.4)
544+
json (>= 1.8, < 3)
545+
simplecov-html (~> 0.10.0)
546+
simplecov-html (0.10.2)
559547
smarf_doc (1.0.0)
560548
sprockets (3.7.2)
561549
concurrent-ruby (~> 1.0)
@@ -599,9 +587,6 @@ GEM
599587
thread_safe (~> 0.1)
600588
uglifier (4.2.0)
601589
execjs (>= 0.3.0, < 3)
602-
unf (0.1.4)
603-
unf_ext
604-
unf_ext (0.0.8.2)
605590
unicode-display_width (2.0.0)
606591
utf8-cleaner (1.0.0)
607592
activesupport

0 commit comments

Comments
 (0)