Skip to content

Commit f9dff26

Browse files
committed
Updgrade simplecov to v0.18
To check if cc-test-reporter supports simplecov 0.18. Following what has been said [here](qltysh-archive/test-reporter#418) it should fail.
1 parent 45f0d8e commit f9dff26

4 files changed

Lines changed: 13 additions & 19 deletions

File tree

Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ PATH
148148
rubocop-rails (~> 2.0)
149149
rubocop-rspec (~> 1.21)
150150
selenium-webdriver (~> 3.142)
151-
simplecov (~> 0.17.1)
151+
simplecov (~> 0.18)
152152
system_test_html_screenshots (~> 0.1.1)
153153
webmock (~> 3.6)
154154
wisper-rspec (~> 1.0)
@@ -445,7 +445,6 @@ GEM
445445
thor (>= 0.14, < 2.0)
446446
jquery-tmpl-rails (1.1.0)
447447
rails (>= 3.1.0)
448-
json (2.3.0)
449448
jwt (2.2.1)
450449
kaminari (1.1.1)
451450
activesupport (>= 4.1.0)
@@ -684,11 +683,10 @@ GEM
684683
childprocess (>= 0.5, < 4.0)
685684
rubyzip (>= 1.2.2)
686685
seven_zip_ruby (1.2.5)
687-
simplecov (0.17.1)
686+
simplecov (0.18.0)
688687
docile (~> 1.1)
689-
json (>= 1.8, < 3)
690-
simplecov-html (~> 0.10.0)
691-
simplecov-html (0.10.2)
688+
simplecov-html (~> 0.11.0)
689+
simplecov-html (0.11.0)
692690
smart_properties (1.15.0)
693691
social-share-button (1.2.1)
694692
coffee-rails

decidim-dev/decidim-dev.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
4040
s.add_dependency "rubocop-rails", "~> 2.0"
4141
s.add_dependency "rubocop-rspec", "~> 1.21"
4242
s.add_dependency "selenium-webdriver", "~> 3.142"
43-
s.add_dependency "simplecov", "~> 0.17.1"
43+
s.add_dependency "simplecov", "~> 0.18"
4444
s.add_dependency "system_test_html_screenshots", "~> 0.1.1"
4545
s.add_dependency "webmock", "~> 3.6"
4646
s.add_dependency "wisper-rspec", "~> 1.0"

decidim-generators/Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ PATH
143143
rubocop-rails (~> 2.0)
144144
rubocop-rspec (~> 1.21)
145145
selenium-webdriver (~> 3.142)
146-
simplecov (~> 0.17.1)
146+
simplecov (~> 0.18)
147147
system_test_html_screenshots (~> 0.1.1)
148148
webmock (~> 3.6)
149149
wisper-rspec (~> 1.0)
@@ -440,7 +440,6 @@ GEM
440440
thor (>= 0.14, < 2.0)
441441
jquery-tmpl-rails (1.1.0)
442442
rails (>= 3.1.0)
443-
json (2.3.0)
444443
jwt (2.2.1)
445444
kaminari (1.1.1)
446445
activesupport (>= 4.1.0)
@@ -679,11 +678,10 @@ GEM
679678
childprocess (>= 0.5, < 4.0)
680679
rubyzip (>= 1.2.2)
681680
seven_zip_ruby (1.2.5)
682-
simplecov (0.17.1)
681+
simplecov (0.18.0)
683682
docile (~> 1.1)
684-
json (>= 1.8, < 3)
685-
simplecov-html (~> 0.10.0)
686-
simplecov-html (0.10.2)
683+
simplecov-html (~> 0.11.0)
684+
simplecov-html (0.11.0)
687685
smart_properties (1.15.0)
688686
social-share-button (1.2.1)
689687
coffee-rails

decidim_app-design/Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ PATH
148148
rubocop-rails (~> 2.0)
149149
rubocop-rspec (~> 1.21)
150150
selenium-webdriver (~> 3.142)
151-
simplecov (~> 0.17.1)
151+
simplecov (~> 0.18)
152152
system_test_html_screenshots (~> 0.1.1)
153153
webmock (~> 3.6)
154154
wisper-rspec (~> 1.0)
@@ -445,7 +445,6 @@ GEM
445445
thor (>= 0.14, < 2.0)
446446
jquery-tmpl-rails (1.1.0)
447447
rails (>= 3.1.0)
448-
json (2.3.0)
449448
jwt (2.2.1)
450449
kaminari (1.1.1)
451450
activesupport (>= 4.1.0)
@@ -684,11 +683,10 @@ GEM
684683
childprocess (>= 0.5, < 4.0)
685684
rubyzip (>= 1.2.2)
686685
seven_zip_ruby (1.2.5)
687-
simplecov (0.17.1)
686+
simplecov (0.18.0)
688687
docile (~> 1.1)
689-
json (>= 1.8, < 3)
690-
simplecov-html (~> 0.10.0)
691-
simplecov-html (0.10.2)
688+
simplecov-html (~> 0.11.0)
689+
simplecov-html (0.11.0)
692690
smart_properties (1.15.0)
693691
social-share-button (1.2.1)
694692
coffee-rails

0 commit comments

Comments
 (0)