summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-22 16:13:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-22 16:13:42 +0900
commitd6ec8da689ae097e442219b7feab491120060cba (patch)
treeb3c04031709d29820dfa96d909f10da6ef9b209c /common.mk
parentf00b923193d0bbaa7a4ffa5acc2dd256ce32152a (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 0ccc85f6be..a5e015f975 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.11
+BENCHMARK_DRIVER_GIT_REF = v0.15.12
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