Skip to content

Commit

Permalink
Bump version to use Rake 13 in bundler examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 12, 2020
1 parent 5b634af commit cf96190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -1339,7 +1339,7 @@ test-bundler-precheck: programs

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 =
Expand Down

0 comments on commit cf96190

Please sign in to comment.