Skip to content

Commit

Permalink
Prepare for importing the set gem
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Dec 22, 2020
1 parent d0050ed commit 63b872c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tool/sync_default_gems.rb
Expand Up @@ -325,6 +325,9 @@ def sync_default_gems(gem)
cp_r("#{upstream}/test/digest", "test")
cp_r("#{upstream}/digest.gemspec", "ext/digest")
`git checkout ext/digest/depend ext/digest/*/depend`
when "set"
sync_lib gem, upstream
cp_r("#{upstream}/test", ".")
else
sync_lib gem, upstream
end
Expand Down

0 comments on commit 63b872c

Please sign in to comment.