From 384c0f57aadb8d715dfc56c32ad8d769b9cda89e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 25 Aug 2021 15:02:29 +0900 Subject: Added bundle install before bundle exec on rdoc sync --- tool/sync_default_gems.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/sync_default_gems.rb') diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 8f8e93815c..04b9fe7877 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -118,6 +118,7 @@ def sync_default_gems(gem) 'lib/rdoc/rd/inline_parser.ry' => 'lib/rdoc/rd/inline_parser.rb' } Dir.chdir(upstream) do + `bundle install` parser_files.each_value do |dst| `bundle exec rake #{dst}` end -- cgit v1.2.3