summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-19 18:04:46 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-19 18:04:47 +0900
commit6045ff64e3c310cd24f5e49e088610249d4cf24f (patch)
tree3ad5aea789eaa6e5d24a0739927410362f9802f1 /common.mk
parent20baa08d652b844806fab424a2a590408ab613ef (diff)
Use benchmark-driver v0.15.6
to fix another keyword argument warning which was added recently.
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 2e43adb3f5..07992f8a09 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.5
+BENCHMARK_DRIVER_GIT_REF = v0.15.6
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