Skip to content

Commit

Permalink
Align simplcov version usage
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Jan 10, 2025
1 parent 7c02a1c commit 60ed562
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 14 deletions.
1 change: 0 additions & 1 deletion integration/apps/rails-five/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ group :test do
gem 'rspec-collection_matchers'
gem 'rspec-rails'
gem 'shoulda-matchers', '4.0.1'
gem 'simplecov', require: false # Will install simplecov-html as a dependency
gem 'timecop'
gem 'webmock'
end
Expand Down
1 change: 0 additions & 1 deletion integration/apps/rails-six/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ group :test do
gem 'shoulda-matchers'
end

gem 'simplecov', require: false # Will install simplecov-html as a dependency
gem 'timecop'
gem 'webmock'
end
Expand Down
2 changes: 1 addition & 1 deletion jruby-9.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion jruby-9.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion jruby-9.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion ruby-2.5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion ruby-2.6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion ruby-2.7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion ruby-3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion ruby-3.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion ruby-3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion ruby-3.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion ruby-3.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov
gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
gem 'webmock', '>= 3.10.0'
Expand Down
2 changes: 1 addition & 1 deletion ruby-3.5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-wait', '~> 0'
gem 'rspec_junit_formatter', '>= 0.5.1'

gem 'simplecov'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov

gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
Expand Down

0 comments on commit 60ed562

Please sign in to comment.