Skip to content

Commit

Permalink
docs: updates from Homebrew/brew
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed May 23, 2024
1 parent eb04765 commit 310baf6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/Homebrew/DevCmd/VendorGems.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,10 @@ <h3 class="signature " id="run-instance_method">
85
86
87
88</pre>
88
89
90
91</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'dev-cmd/vendor-gems.rb', line 26</span>
Expand Down Expand Up @@ -383,6 +386,9 @@ <h3 class="signature " id="run-instance_method">
<span class='id identifier rubyid_ohai'>ohai</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>bundle pristine</span><span class='tstring_end'>&quot;</span></span>
<span class='id identifier rubyid_safe_system'>safe_system</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>bundle</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>pristine</span><span class='tstring_end'>&quot;</span></span>

<span class='id identifier rubyid_ohai'>ohai</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>bundle clean</span><span class='tstring_end'>&quot;</span></span>
<span class='id identifier rubyid_safe_system'>safe_system</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>bundle</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>clean</span><span class='tstring_end'>&quot;</span></span>

<span class='comment'># Workaround Bundler 2.4.21 issue where platforms may be removed.
</span> <span class='comment'># Although we don&#39;t use 2.4.21, Dependabot does as it currently ignores your lockfile version.
</span> <span class='comment'># https://github.com/rubygems/rubygems/issues/7169
Expand Down

0 comments on commit 310baf6

Please sign in to comment.