We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8541b commit a9834d6Copy full SHA for a9834d6
Gemfile
@@ -10,7 +10,7 @@ gem "rake", ">= 11"
10
if File.directory?(File.dirname(__FILE__) + "/../simplecov")
11
gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
12
else
13
- gem "simplecov", :git => "https://github.com/colszowka/simplecov"
+ gem "simplecov", :github => "colszowka/simplecov"
14
end
15
16
group :test do
0 commit comments