ruby-changes:56062
From: Hiroshi <ko1@a...>
Date: Sun, 9 Jun 2019 13:26:16 +0900 (JST)
Subject: [ruby-changes:56062] Hiroshi SHIBATA: 614154bbb6 (trunk): Added missing dependency for rake examples.
https://git.ruby-lang.org/ruby.git/commit/?id=614154bbb6 From 614154bbb6adeb06cce755be7b8540e1594703c5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sun, 9 Jun 2019 10:49:51 +0900 Subject: Added missing dependency for rake examples. diff --git a/common.mk b/common.mk index de36ccf..d6e4d6a 100755 --- a/common.mk +++ b/common.mk @@ -1291,7 +1291,7 @@ test-bundler-precheck: $(arch)-fake.rb programs https://github.com/ruby/ruby/blob/trunk/common.mk#L1291 yes-test-bundler-prepare: test-bundler-precheck $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \ - --install-dir .bundle --conservative "rspec:~> 3.5" + --install-dir .bundle --conservative "rspec:~> 3.5" "rake:~> 12.0" RSPECOPTS = --format progress BUNDLER_SPECS = -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/