summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-08 09:25:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-08 09:25:53 +0900
commitb12197dbbbcb547e6b40342e621d478f4a371d8e (patch)
tree74477272f431aa4c4eed552010a61f9a2a559f7b /common.mk
parentd0b2332e938e06b6f5b4baf07db4a65543d2a204 (diff)
Updated the 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 b897d5b5e6..2d4657a5fa 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.12
+BENCHMARK_DRIVER_GIT_REF = v0.15.13
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