summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-15 12:38:03 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-15 12:38:03 +0000
commitf450652becfaa6561399455a28211081704b0228 (patch)
tree6b1e1942c1702badf0c910e1d834ddf8a839119f /common.mk
parent387e8967a37b269de221614d8f83060d5d713bcb (diff)
Bump the benchmark-driver git ref to v0.14.13 (macOS memory runner support)
[Fix GH-2082] From: Lourens Naudé <lourens@bearmetal.eu> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 4878e9038e..184cc59f51 100644
--- a/common.mk
+++ b/common.mk
@@ -43,7 +43,7 @@ GEM_PATH =
GEM_VENDOR =
BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver
-BENCHMARK_DRIVER_GIT_REF = v0.14.11
+BENCHMARK_DRIVER_GIT_REF = v0.14.13
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