Skip to content

Commit

Permalink
Downgrade simplecov to a version that works
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Feb 4, 2025
1 parent 95a11da commit 93357d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-ui-classic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "guard-rspec", '~> 4.7.3'
s.add_development_dependency "manageiq-style"
s.add_development_dependency "rails-controller-testing", '~> 1.0.2'
s.add_development_dependency "simplecov", ">= 0.21.2"
s.add_development_dependency "simplecov", "~> 0.16.1"

# core because jasmine gem depends on major version only, meaning breakages when not the latest
s.add_development_dependency "jasmine", "~> 3.4.0"
Expand Down

0 comments on commit 93357d2

Please sign in to comment.