Make simplecov a source development dependency only (#1418)

Remove the need for downstream packaging to either require or patch
out simplecov from existing files by making it an optional development
dependency.
This commit is contained in:
Darragh Bailey
2021-12-03 12:50:02 +00:00
committed by GitHub
parent 27a541bba9
commit 380b3c2096
4 changed files with 36 additions and 29 deletions

View File

@@ -37,11 +37,9 @@ group :development do
gem 'rexml'
end
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.3.0')
gem 'mime-types', '< 3.4.0'
end
gem 'pry'
gem 'simplecov'
gem 'simplecov-lcov'
end
group :plugins do