Skip to content

Commit 1630109

Browse files
committed
Use new bundle config instead of --path
1 parent d7963b5 commit 1630109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ The tool creates the following folders:
113113
git clone https://github.com/pmd/pmd-regression-tester.git
114114
cd pmd-regression-tester
115115
gem install bundler
116-
bundle install --path=vendor/cache
116+
bundle config set path "vendor/cache"
117+
bundle install # once
117118
bundle exec rake verify # run this command before commit your changes
118119
bundle exec pmdtester ... # run this to directly execute pmdtester from source

0 commit comments

Comments
 (0)