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

Commit ffe9fc9

Browse files
committed
Setup coverage group
1 parent ee6d9fd commit ffe9fc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ platforms :jruby do
7373
end
7474
end
7575

76-
gem 'simplecov', '~> 0.8'
76+
group :coverage do
77+
gem 'simplecov', '~> 0.8'
78+
end
7779

7880
# No need to run rubocop on earlier versions
7981
if RUBY_VERSION >= '2.4' && RUBY_ENGINE == 'ruby'
@@ -87,7 +89,6 @@ if RUBY_VERSION < '2.4.0'
8789
gem 'minitest', '< 5.12.0'
8890
end
8991

90-
9192
gem 'contracts', '< 0.16' if RUBY_VERSION < '1.9.0'
9293

9394
eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

0 commit comments

Comments
 (0)