Skip to content

Commit

Permalink
Merge pull request #100 from thitu/dependabot/bundler/simplecov-0.21.2
Browse files Browse the repository at this point in the history
Bump simplecov from 0.21.1 to 0.21.2
  • Loading branch information
thitu authored Apr 6, 2021
2 parents f2af910 + 9b8efef commit ebf1379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group :development, :test do
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'rubocop-rspec'
gem 'simplecov', '0.21.1', require: false
gem 'simplecov', '0.21.2', require: false
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ GEM
shellany (0.0.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
simplecov (0.21.1)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand Down Expand Up @@ -418,7 +418,7 @@ DEPENDENCIES
sass-rails
selenium-webdriver
shoulda-matchers
simplecov (= 0.21.1)
simplecov (= 0.21.2)
spring
spring-watcher-listen
trusona
Expand Down

0 comments on commit ebf1379

Please sign in to comment.