summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-07 09:14:32 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-07 09:14:33 +0900
commit9c0626fa909b57e43a476aa78171e140ae09d31f (patch)
tree701f7870fb1fc18cef8164b69ffd975c2857ff22
parent258843106f343d05732499dd1832958eb1bf64f0 (diff)
Upgrade benchmark-driver to v0.15.4
Fixing a bug on Windows introduced in v0.15.0
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 505169c60e..064b3f341b 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.3
+BENCHMARK_DRIVER_GIT_REF = v0.15.4
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