ruby-changes:61230
From: Hiroshi <ko1@a...>
Date: Wed, 13 May 2020 07:55:20 +0900 (JST)
Subject: [ruby-changes:61230] 777b5b4f39 (master): Bump version to use RSpec 3.8+
https://git.ruby-lang.org/ruby.git/commit/?id=777b5b4f39 From 777b5b4f3959ebd1a0b2601324a1f4fa452ca166 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 12 May 2020 21:55:53 +0900 Subject: Bump version to use RSpec 3.8+ diff --git a/common.mk b/common.mk index 7b53fe3..af4207a 100644 --- a/common.mk +++ b/common.mk @@ -1339,7 +1339,7 @@ test-bundler-precheck: programs https://github.com/ruby/ruby/blob/trunk/common.mk#L1339 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 = -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/