Skip to content

Commit cb02c5b

Browse files
committed
Explicitly specify Coveralls version for development
1 parent f3b465f commit cb02c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
gem 'rspec', '~> 3.0'
88

99
# Generate coverage information in Travis builds
10-
gem 'coveralls'
10+
gem 'coveralls', '~> 0.8'
1111

1212
# Pin RuboCop for Travis builds.
1313
gem 'rubocop', '0.48.1'

0 commit comments

Comments
 (0)