Skip to content

Commit

Permalink
Add simplecov as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Dec 13, 2023
1 parent aa0f534 commit 91bc92c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ gem 'rake'
# Pin tool versions (which are executed by Overcommit) for CI runs
gem 'rubocop', '>= 1', '< 2'

gem 'simplecov', require: false

# On Ruby 3, rexml is only a gem
gem 'rexml' if RUBY_VERSION > '3'

0 comments on commit 91bc92c

Please sign in to comment.