From 777b5b4f3959ebd1a0b2601324a1f4fa452ca166 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 12 May 2020 21:55:53 +0900 Subject: [PATCH] Bump version to use RSpec 3.8+ --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 7b53fe38da..af4207a193 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:~> 13.0" "parallel_tests:~> 2.29" + --install-dir .bundle --conservative "rspec:~> 3.8" "rake:~> 13.0" "parallel_tests:~> 2.29" RSPECOPTS = BUNDLER_SPECS =