summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-20 15:13:02 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-20 15:13:03 +0900
commit8a38eff2bd6338be412c8ef82e1bc50032c9f88f (patch)
tree7868b0e707ccace0d96e94ad24bd4147196c38f5
parent77bb79b8cf69f6504bf0abe2e07a1a631cc4ef32 (diff)
Upgrade benchmark-driver.gem version
This is to make `make run` with benchmark/lib/load.rb work for ko1 https://github.com/benchmark-driver/benchmark-driver/compare/v0.14.17...v0.14.18
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 7416d01a66..980180c5c6 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.14.17
+BENCHMARK_DRIVER_GIT_REF = v0.14.18
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