1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Upgrade benchmark-driver to fix deprecation warning

This commit is contained in:
Takashi Kokubun 2019-06-04 01:03:03 +09:00
parent 9987f45765
commit 1a0b82210c
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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