From 614154bbb6adeb06cce755be7b8540e1594703c5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sun, 9 Jun 2019 10:49:51 +0900 Subject: Added missing dependency for rake examples. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index de36ccfdb2..d6e4d6acd7 100755 --- a/common.mk +++ b/common.mk @@ -1291,7 +1291,7 @@ test-bundler-precheck: $(arch)-fake.rb programs 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 v1.2.3