summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 14:31:36 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 14:31:36 +0900
commitff3c1d9e13b3684237df8e9e530fc672d0aa57c3 (patch)
tree71019a476e37676566dd0b950587a83eb5674aca /common.mk
parent14fe7a081a8260bbbfc7929a14ec4187faaa3c25 (diff)
SimpleCov is hosted under simplecov-ruby org now
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 9dd35eebc2..67697d2b7e 100644
--- a/common.mk
+++ b/common.mk
@@ -51,9 +51,9 @@ GEM_VENDOR =
BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver
BENCHMARK_DRIVER_GIT_REF = v0.16.0
-SIMPLECOV_GIT_URL = https://github.com/colszowka/simplecov.git
+SIMPLECOV_GIT_URL = https://github.com/simplecov-ruby/simplecov.git
SIMPLECOV_GIT_REF = v0.17.0
-SIMPLECOV_HTML_GIT_URL = https://github.com/colszowka/simplecov-html.git
+SIMPLECOV_HTML_GIT_URL = https://github.com/simplecov-ruby/simplecov-html.git
SIMPLECOV_HTML_GIT_REF = v0.10.2
DOCLIE_GIT_URL = https://github.com/ms-ati/docile.git
DOCLIE_GIT_REF = v1.3.2