summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-20 15:27:57 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-20 15:27:58 +0900
commit56b957e88a015a6feb9401a57634d72f367df3be (patch)
tree3490f58b0b2c6149cb7d6c83a66c111c17eabeca /common.mk
parent8a38eff2bd6338be412c8ef82e1bc50032c9f88f (diff)
Upgrade benchmark-driver.gem again
because v0.14.18 was actually not working with `make run`. In `make run`, `Gem` is defined but `Gem::Version` isn't. v0.14.19 checks `defined?(Gem::Version)` instead of `defined?(Gem)`.
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 980180c5c6..270ffaf30e 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.18
+BENCHMARK_DRIVER_GIT_REF = v0.14.19
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