summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMichael Miller <icy.arctic.fox@gmail.com>2016-11-16 17:47:31 -0700
committerMichael Miller <icy.arctic.fox@gmail.com>2016-11-16 17:47:31 -0700
commit77f54c6bd558b3a93082fc97bf463fdfeae93bd5 (patch)
treea4efbcac62612bc3d09ecb38234ad58e747aad22 /Gemfile
parent2a10d48ca4b4e42bcbac708473ce73c6dd4e5b15 (diff)
downloadipaddress-77f54c6bd558b3a93082fc97bf463fdfeae93bd5.tar.gz
Switch to newer Code Climiate reporting
See https://github.com/codeclimate/ruby-test-reporter/blob/master/README.md#upgrading-from-pre-10-versions for details.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 5993158..e479aab 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,4 +8,5 @@ group :development do
gem 'travis', '>= 1.8.2'
gem 'jeweler', '>=2.0.1'
gem 'codeclimate-test-reporter'
+ gem 'simplecov'
end