add optional devdependencie

This commit is contained in:
viehlieb 2023-01-31 13:50:26 +01:00
parent c7e432c247
commit 22dedc0b96
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
'foodsoft_article_import.gemspec', '.github/*.md',
'Gemfile', 'Rakefile']
spec.extra_rdoc_files = ['README.md']
spec.add_dependency 'roo', '~> 2.9.0'
spec.add_dependency 'simplecov'
spec.add_development_dependency 'simplecov'
end