summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-22 10:01:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-22 10:01:11 +0900
commit5ce7835520a0567d76352db510383d00229c3da3 (patch)
tree81007f162f3c79c7dd58dbebe9a67a8c3db745c1 /common.mk
parent17083011eed7d56981f2b227574527e4bf23eb65 (diff)
Update benchmark-driver version
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6ac7c2a360..0ccc85f6be 100644
--- a/common.mk
+++ b/common.mk
@@ -47,7 +47,7 @@ GEM_PATH =
GEM_VENDOR =
BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver
-BENCHMARK_DRIVER_GIT_REF = v0.15.7
+BENCHMARK_DRIVER_GIT_REF = v0.15.11
SIMPLECOV_GIT_URL = https://github.com/colszowka/simplecov.git
SIMPLECOV_GIT_REF = v0.17.0
SIMPLECOV_HTML_GIT_URL = https://github.com/colszowka/simplecov-html.git