Skip to content

Commit

Permalink
simplify git reference
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jan 5, 2020
1 parent 9d8541b commit a9834d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "rake", ">= 11"
if File.directory?(File.dirname(__FILE__) + "/../simplecov")
gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
else
gem "simplecov", :git => "https://github.com/colszowka/simplecov"
gem "simplecov", :github => "colszowka/simplecov"
end

group :test do
Expand Down

0 comments on commit a9834d6

Please sign in to comment.