aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-11 00:34:32 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-11 00:34:32 +0000
commit3e93bf3b46c42a41fee95fea5d0679e3ac180c1c (patch)
tree56ee6b57075af306e391e322c1d72ef7bb4216e4 /common.mk
parent1053c3d4bf2ccb150ec5a2295c50ce0271e1dece (diff)
downloadruby-3e93bf3b46c42a41fee95fea5d0679e3ac180c1c.tar.gz
common.mk: upgrade benchmark_driver
benchmark/README.md: fix help output, which is changed on v0.14.6. Especially `e1::path1,arg1,...; e2::path2,arg2` part was wrong since `,` can't be used to split arguments anymore. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63945 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 f7d99ed33b..340f0a9bab 100644
--- a/common.mk
+++ b/common.mk
@@ -42,7 +42,7 @@ GEM_PATH =
GEM_VENDOR =
BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver
-BENCHMARK_DRIVER_GIT_REF = v0.14.5
+BENCHMARK_DRIVER_GIT_REF = v0.14.6
SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git
SIMPLECOV_GIT_REF = v0.15.0
SIMPLECOV_HTML_GIT_URL = git://github.com/colszowka/simplecov-html.git