summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-06-04 01:03:03 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-06-04 01:03:03 +0900
commit1a0b82210c924dca447da6aeaffd0ddd502705ea (patch)
tree7ff642d6fb279d3912e65b977364d7b97ce1e62e /common.mk
parent9987f457652f99794c3a8d4467c06ed770cdd393 (diff)
Upgrade benchmark-driver to fix deprecation warning
Diffstat (limited to 'common.mk')
-rwxr-xr-xcommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index c94d8c6f09..de36ccfdb2 100755
--- 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.14.13
+BENCHMARK_DRIVER_GIT_REF = v0.14.17
SIMPLECOV_GIT_URL = https://github.com/colszowka/simplecov.git
SIMPLECOV_GIT_REF = v0.15.0
SIMPLECOV_HTML_GIT_URL = https://github.com/colszowka/simplecov-html.git