Skip to content

Commit

Permalink
make choice of simplecov explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Sep 23, 2020
1 parent ed0a3e5 commit 3a30b47
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ gemspec

gem "rake", ">= 11"

# Use local copy of simplecov in development when checked out, fetch from git otherwise
if File.directory?(File.dirname(__FILE__) + "/../simplecov")
gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
else
gem "simplecov", :github => "simplecov-ruby/simplecov"
end
# Use local copy of simplecov in development if you want to
# gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
gem "simplecov", :github => "simplecov-ruby/simplecov"

group :test do
gem "minitest"
Expand Down

0 comments on commit 3a30b47

Please sign in to comment.