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 ed0a3e5 commit 3a30b47Copy full SHA for 3a30b47
Gemfile
@@ -6,12 +6,9 @@ gemspec
6
7
gem "rake", ">= 11"
8
9
-# Use local copy of simplecov in development when checked out, fetch from git otherwise
10
-if File.directory?(File.dirname(__FILE__) + "/../simplecov")
11
- gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
12
-else
13
- gem "simplecov", :github => "simplecov-ruby/simplecov"
14
-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"
15
16
group :test do
17
gem "minitest"
0 commit comments