Skip to content

Commit

Permalink
chore(deps): update dependency simplecov to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 2491dc1 commit 756eb26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ end
group :test do
gem 'faker'
gem 'selenium-webdriver'
gem 'simplecov', '0.21.2', require: false
gem 'simplecov', '0.22.0', require: false
gem 'webdrivers'
gem 'webmock'
gem 'database_cleaner'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GEM
database_cleaner-core (2.0.1)
date (3.4.0)
diff-lcs (1.5.0)
docile (1.4.0)
docile (1.4.1)
drb (2.2.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
Expand Down Expand Up @@ -461,11 +461,11 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
simpleidn (0.2.1)
unf (~> 0.1.4)
Expand Down Expand Up @@ -587,7 +587,7 @@ DEPENDENCIES
rspec-rails
rubocop-rails
selenium-webdriver
simplecov (= 0.21.2)
simplecov (= 0.22.0)
simpleidn (= 0.2.1)
spring
sprockets-rails
Expand Down

0 comments on commit 756eb26

Please sign in to comment.