Skip to content

Commit

Permalink
Update version of simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 4, 2015
1 parent dbdd77f commit aedfac6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ source 'https://rubygems.org'
# Please see blacklight.gemspec for dependency information.
gemspec path: File.expand_path('..', __FILE__)

# Peg simplecov to < 0.8 until this is resolved:
# https://github.com/colszowka/simplecov/issues/281
gem 'simplecov', '~> 0.7.1', require: false
gem 'simplecov', '~> 0.10', require: false
gem 'coveralls', require: false

group :test do
Expand Down

0 comments on commit aedfac6

Please sign in to comment.