summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-09 10:49:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-09 13:25:56 +0900
commit614154bbb6adeb06cce755be7b8540e1594703c5 (patch)
treece09a83aa560c4682fde95bc9a73db9b696c47e9 /common.mk
parent2c59c58a47db31e28757e1936dd355a98352b489 (diff)
Added missing dependency for rake examples.
Diffstat (limited to 'common.mk')
-rwxr-xr-xcommon.mk2
1 files changed, 1 insertions, 1 deletions
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 =