From cf9619084b458e10402eb37615b73b4cc0d61eeb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 9 May 2020 09:51:08 +0900 Subject: [PATCH] Bump version to use Rake 13 in bundler examples --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 65c0afd0e5..7b53fe38da 100644 --- a/common.mk +++ b/common.mk @@ -1339,7 +1339,7 @@ test-bundler-precheck: programs yes-test-bundler-prepare: test-bundler-precheck $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \ - --install-dir .bundle --conservative "rspec:~> 3.5" "rake:~> 12.0" "parallel_tests:~> 2.29" + --install-dir .bundle --conservative "rspec:~> 3.5" "rake:~> 13.0" "parallel_tests:~> 2.29" RSPECOPTS = BUNDLER_SPECS =