[前][次][番号順一覧][スレッド一覧]

ruby-changes:61220

From: Hiroshi <ko1@a...>
Date: Wed, 13 May 2020 07:55:06 +0900 (JST)
Subject: [ruby-changes:61220] cf9619084b (master): Bump version to use Rake 13 in bundler examples

https://git.ruby-lang.org/ruby.git/commit/?id=cf9619084b

From cf9619084b458e10402eb37615b73b4cc0d61eeb Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sat, 9 May 2020 09:51:08 +0900
Subject: Bump version to use Rake 13 in bundler examples


diff --git a/common.mk b/common.mk
index 65c0afd..7b53fe3 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:~> 12.0" "parallel_tests:~> 2.29"
+		--install-dir .bundle --conservative "rspec:~> 3.5" "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/

[前][次][番号順一覧][スレッド一覧]