Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit e9e8f44

Browse files
committed
Add coverage group
1 parent 8e1f9f5 commit e9e8f44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ group :documentation do
6565
gem 'github-markup', :platform => :mri
6666
end
6767

68-
gem 'simplecov', '~> 0.8'
68+
group :coverage do
69+
gem 'simplecov', '~> 0.8'
70+
end
6971

7072
if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'
7173
gem 'json', '< 2.0.0' # this is a dependency of simplecov

0 commit comments

Comments
 (0)