Skip to content

Commit

Permalink
Added missing dependency for rake examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 9, 2019
1 parent 2c59c58 commit 614154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -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 =
Expand Down

0 comments on commit 614154b

Please sign in to comment.