Skip to content

Commit

Permalink
Merge pull request #132 from raszi/dependabot/bundler/simplecov-0.22.0
Browse files Browse the repository at this point in the history
chore(deps-dev): update simplecov requirement from ~> 0.21.2 to ~> 0.22.0
  • Loading branch information
raszi authored Jan 8, 2023
2 parents 7c1b5b1 + fe38b11 commit 57c2532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ GEM
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
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_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.1.0)
webmock (3.18.1)
addressable (>= 2.8.0)
Expand All @@ -113,7 +113,7 @@ DEPENDENCIES
rubocop (~> 1.28.2)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.6)
simplecov (~> 0.21.2)
simplecov (~> 0.22.0)
webmock (~> 3.1)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion mrkt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 1.28.2'
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
spec.add_development_dependency 'rubocop-rspec', '~> 2.6'
spec.add_development_dependency 'simplecov', '~> 0.21.2'
spec.add_development_dependency 'simplecov', '~> 0.22.0'
spec.add_development_dependency 'webmock', '~> 3.1'
end

0 comments on commit 57c2532

Please sign in to comment.