Skip to content

Commit

Permalink
Add simplecov gem
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Feb 26, 2025
1 parent 0e38e56 commit 7041962
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ GEM
sass-embedded (~> 1.63)
date (3.4.1)
diff-lcs (1.5.1)
docile (1.4.1)
domain_name (0.6.20240107)
drb (2.2.1)
erubi (1.13.1)
Expand Down Expand Up @@ -590,6 +591,12 @@ GEM
sentry-ruby (5.22.4)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -646,6 +653,7 @@ DEPENDENCIES
rake
rspec-rails
rubocop-govuk
simplecov
terser
webmock
yard
Expand Down
1 change: 1 addition & 0 deletions govuk_publishing_components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rspec-rails"
s.add_development_dependency "rubocop-govuk"
s.add_development_dependency "simplecov"
s.add_development_dependency "terser"
s.add_development_dependency "webmock"
s.add_development_dependency "yard"
Expand Down

0 comments on commit 7041962

Please sign in to comment.