Skip to content

Commit

Permalink
Bump simplecov to 0.21.2 and simplecov-cobertura to 2.1.0 (#9380)
Browse files Browse the repository at this point in the history
* Remove simplecov version lock in Gemfile

* Bump simplecov to 0.21.2 and simplecov-cobertura to 2.1.0
  • Loading branch information
andreslucena committed Jun 8, 2022
1 parent 2a755a8 commit f082b68
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 24 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ gem "faker", "~> 2.14"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

# Use latest simplecov from master until next version of simplecov is
# released (greather than 0.18.5)
# See https://github.com/decidim/decidim/issues/6230
gem "simplecov", "~> 0.19.0"

gem "decidim-dev", path: "."

gem "brakeman", "~> 5.2"
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ PATH
rubocop-rails (~> 2.14)
rubocop-rspec (~> 2.10)
selenium-webdriver (~> 4.1.0)
simplecov (~> 0.19.0)
simplecov-cobertura (~> 1.3.1)
simplecov (~> 0.21.0)
simplecov-cobertura (~> 2.1.0)
w3c_rspec_validators (~> 0.3.0)
webmock (~> 3.6)
wisper-rspec (~> 1.0)
Expand Down Expand Up @@ -748,12 +748,15 @@ GEM
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
seven_zip_ruby (1.3.0)
simplecov (0.19.1)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-cobertura (1.3.1)
simplecov (~> 0.8)
simplecov_json_formatter (~> 0.1)
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
social-share-button (1.2.4)
coffee-rails
Expand Down Expand Up @@ -853,7 +856,6 @@ DEPENDENCIES
parallel_tests (~> 3.7)
puma (>= 5.6.2)
rubocop-faker
simplecov (~> 0.19.0)
spring (~> 2.0)
spring-watcher-listen (~> 2.0)
web-console (~> 4.2)
Expand Down
4 changes: 2 additions & 2 deletions decidim-dev/decidim-dev.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Gem::Specification.new do |s|
s.add_dependency "rubocop-rails", "~> 2.14"
s.add_dependency "rubocop-rspec", "~> 2.10"
s.add_dependency "selenium-webdriver", "~> 4.1.0"
s.add_dependency "simplecov", "~> 0.19.0"
s.add_dependency "simplecov-cobertura", "~> 1.3.1"
s.add_dependency "simplecov", "~> 0.21.0"
s.add_dependency "simplecov-cobertura", "~> 2.1.0"
s.add_dependency "w3c_rspec_validators", "~> 0.3.0"
s.add_dependency "webmock", "~> 3.6"
s.add_dependency "wisper-rspec", "~> 1.0"
Expand Down
13 changes: 8 additions & 5 deletions decidim-generators/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ PATH
rubocop-rails (~> 2.14)
rubocop-rspec (~> 2.10)
selenium-webdriver (~> 4.1.0)
simplecov (~> 0.19.0)
simplecov-cobertura (~> 1.3.1)
simplecov (~> 0.21.0)
simplecov-cobertura (~> 2.1.0)
w3c_rspec_validators (~> 0.3.0)
webmock (~> 3.6)
wisper-rspec (~> 1.0)
Expand Down Expand Up @@ -745,12 +745,15 @@ GEM
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
seven_zip_ruby (1.3.0)
simplecov (0.19.1)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-cobertura (1.3.1)
simplecov (~> 0.8)
simplecov_json_formatter (~> 0.1)
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
social-share-button (1.2.4)
coffee-rails
Expand Down
14 changes: 8 additions & 6 deletions decidim_app-design/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ PATH
rubocop-rails (~> 2.14)
rubocop-rspec (~> 2.10)
selenium-webdriver (~> 4.1.0)
simplecov (~> 0.19.0)
simplecov-cobertura (~> 1.3.1)
simplecov (~> 0.21.0)
simplecov-cobertura (~> 2.1.0)
w3c_rspec_validators (~> 0.3.0)
webmock (~> 3.6)
wisper-rspec (~> 1.0)
Expand Down Expand Up @@ -748,12 +748,15 @@ GEM
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
seven_zip_ruby (1.3.0)
simplecov (0.19.1)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-cobertura (1.3.1)
simplecov (~> 0.8)
simplecov_json_formatter (~> 0.1)
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
social-share-button (1.2.4)
coffee-rails
Expand Down Expand Up @@ -853,7 +856,6 @@ DEPENDENCIES
parallel_tests (~> 3.7)
puma (>= 5.6.2)
rubocop-faker
simplecov (~> 0.19.0)
spring (~> 2.0)
spring-watcher-listen (~> 2.0)
web-console (~> 4.2)
Expand Down

0 comments on commit f082b68

Please sign in to comment.