mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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)`.
This commit is contained in:
parent
8a38eff2bd
commit
56b957e88a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue