Skip to content

Commit

Permalink
Update simplecov dependency to >= 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 4, 2023
1 parent b73a152 commit c5e4814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
group :test do
gem 'rspec', '>= 2.14'
gem 'rubocop', '>= 0.46'
gem 'simplecov', '>= 0.16'
gem 'simplecov', '>= 0.22'
gem 'timecop'
gem 'webmock'
gem 'yardstick'
Expand Down

0 comments on commit c5e4814

Please sign in to comment.