summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-13 00:34:53 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-13 00:34:54 +0900
commitbcd49a4669bd88ab374f9eabdf15aec4f6fff917 (patch)
tree855055e4a6df9f16834f6b8da7f716ab071ab393 /common.mk
parentac3e8834e030f62d2d313ec60cd7ed3c14c9ea5e (diff)
Upgrade benchmark_driver to v0.15.5
Fixed new Struct-related keyword argument warnings
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 c8abc1c97a..2e43adb3f5 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.4
+BENCHMARK_DRIVER_GIT_REF = v0.15.5
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