Added bundle install before bundle exec on rdoc sync
This commit is contained in:
parent
b44741f5dc
commit
384c0f57aa
@ -118,6 +118,7 @@ def sync_default_gems(gem)
|
|||||||
'lib/rdoc/rd/inline_parser.ry' => 'lib/rdoc/rd/inline_parser.rb'
|
'lib/rdoc/rd/inline_parser.ry' => 'lib/rdoc/rd/inline_parser.rb'
|
||||||
}
|
}
|
||||||
Dir.chdir(upstream) do
|
Dir.chdir(upstream) do
|
||||||
|
`bundle install`
|
||||||
parser_files.each_value do |dst|
|
parser_files.each_value do |dst|
|
||||||
`bundle exec rake #{dst}`
|
`bundle exec rake #{dst}`
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user