Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the bundler-dev group with 4 updates (#3904)
Bumps the bundler-dev group with 4 updates: [ruby-lsp](https://github.com/Shopify/ruby-lsp), [rbs](https://github.com/ruby/rbs), [rspec-expectations](https://github.com/rspec/rspec-expectations) and [sorbet-runtime](https://github.com/sorbet/sorbet). Updates `ruby-lsp` from 0.17.13 to 0.17.15 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp/commit/30e66cacd1e19f0d6e6faac9b7f53bcfe2f46d10"><code>30e66ca</code></a> Improve definition handling for guessed receiver types (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2472">#2472</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/d9c0158ef7fc35a33e75e833edc157a926f593d8"><code>d9c0158</code></a> Assume UTF-8 when detecting Rails (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2469">#2469</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/bec458cd11983d1e1c4beb451263da7a94e45b88"><code>bec458c</code></a> Fix singleton class nesting when inside top level reference (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2471">#2471</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/931f6a5af8807817acf00b80ffcc9a92d3efb7ae"><code>931f6a5</code></a> Rely always on workspace URI instead of Dir.pwd (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2424">#2424</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/8b60648b7e3201f7847ebb4eb0c6614ebd3f8bee"><code>8b60648</code></a> Avoid compacting GC during tests (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2470">#2470</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/88b85b810061aafd7d8d7078df6b5aa713979e54"><code>88b85b8</code></a> Bump version to v0.17.15 (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2462">#2462</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/54584ff46fd197a203134cf36774a604e51f9a0c"><code>54584ff</code></a> Run signature blocks ahead of time and compact after indexing (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2460">#2460</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/76f292ee574bc6532254199018f57a63b74b63bb"><code>76f292e</code></a> Fix extracting a method without another declaration to anchor replacement (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2">#2</a>...</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/3388ef89a1fc444a775e6cc4dff314ab9c2924a5"><code>3388ef8</code></a> Document use of <code>init_options</code> to configure LSP inside Neovim (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2445">#2445</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/c3ba91531c4c38186468f9bb4e85a27516d3d7b8"><code>c3ba915</code></a> Bump <code>@vscode/vsce</code> from 2.31.1 to 3.0.0 in /vscode (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2458">#2458</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Shopify/ruby-lsp/compare/v0.17.13...v0.17.15">compare view</a></li> </ul> </details> <br /> Updates `rbs` from 3.5.2 to 3.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/rbs/releases">rbs's releases</a>.</em></p> <blockquote> <h2>3.5.3</h2> <p><a href="https://github.com/ruby/rbs/wiki/Release-Note-3.5">Release note</a></p> <h3>Library changes</h3> <ul> <li>Backport GC fix PR (<a href="https://redirect.github.com/ruby/rbs/pull/1977">#1977</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rbs/commit/a0cd4edbcd0889e33742adf1d0c0e9957b0796a8"><code>a0cd4ed</code></a> Version 3.5.3</li> <li><a href="https://github.com/ruby/rbs/commit/9ff15b815de9ac9b58e2792349e86c5ccef1df35"><code>9ff15b8</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rbs/issues/1977">#1977</a> from ruby/backport-gc-fix</li> <li><a href="https://github.com/ruby/rbs/commit/29ddf57e92d189b196fbe3fabe912b4401e10c73"><code>29ddf57</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rbs/issues/1971">#1971</a> from ruby/gc-compact</li> <li>See full diff in <a href="https://github.com/ruby/rbs/compare/v3.5.2...v3.5.3">compare view</a></li> </ul> </details> <br /> Updates `rspec-expectations` from 3.13.1 to 3.13.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rspec/rspec-expectations/blob/main/Changelog.md">rspec-expectations's changelog</a>.</em></p> <blockquote> <h3>3.13.2 / 2024-08-20</h3> <p>Bug Fixes:</p> <ul> <li>When using null object doubles, prevent typos triggering dynamic matchers. (Eric Mueller, <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1455">#1455</a>)</li> <li>Use <code>RSpec.warning</code> for an expectation warning rather than <code>Kernel.warn</code>. (Jon Rowe, <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1472">#1472</a>)</li> <li>Prevent mismatched use of block and value matchers in compound expectations. (Phil Pirozhkov, <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1476">#1476</a>)</li> <li>Raise an error when passing no arguments to the <code>include</code> matcher. (Eric Mueller, <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1479">#1479</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rspec/rspec-expectations/commit/a36ac025b7ca5a121168610eb392a47bf41d46ae"><code>a36ac02</code></a> v3.13.2</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/21fc0d68382846046cdd97cd9a87b50175b7d6eb"><code>21fc0d6</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1479">#1479</a> from nevinera/nev--1478--include-with-no-args-should...</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/22aa8552c58a75a3c44ecd2f969d65861c08638d"><code>22aa855</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1476">#1476</a> from rspec/error-on-improperly-composing-matchers</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/6b976598b8c42540fbf3cd73e5172ab3e96bcff9"><code>6b97659</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1458">#1458</a> from nevinera/nev--improve-test-coverage</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/7cf92aaf1e34759c31726fc3353145a2058357b1"><code>7cf92aa</code></a> Remove surplus access modifier.</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/2ef258876c4f5a8953bfcba5e044da2d684861aa"><code>2ef2588</code></a> drop assert_ivars/present_ivars from BaseMatcher</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/878c6d9d5f8d0a81a7d81ae31edaa851e575a3ee"><code>878c6d9</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1475">#1475</a> from rspec/update-ci-build-scripts-2024-07-15-for-3-13</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/167d9e5161bdd6f6b8efa8ca20b389205041f25d"><code>167d9e5</code></a> Fix for Ruby 3.4 output in cucumber scenarios</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/1c1b2119cf02704cba479735cf7c529c38d0ca3f"><code>1c1b211</code></a> Updated ci build scripts (from rspec-dev) 3-13</li> <li><a href="https://github.com/rspec/rspec-expectations/commit/a35a7d215d50d84901a31cc7acb7ecbc5d88df4f"><code>a35a7d2</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-expectations/issues/1472">#1472</a> from rspec/replace-kernel-warning-with-rspec-warning</li> <li>Additional commits viewable in <a href="https://github.com/rspec/rspec-expectations/compare/v3.13.1...v3.13.2">compare view</a></li> </ul> </details> <br /> Updates `sorbet-runtime` from 0.5.11528 to 0.5.11545 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sorbet/sorbet/releases">sorbet-runtime's releases</a>.</em></p> <blockquote> <h2>sorbet 0.5.11544.20240823122558-b3423d76e</h2> <p>To use Sorbet add this line to your Gemfile:</p> <pre><code>gem 'sorbet', '0.5.11544', :group => :development gem 'sorbet-runtime', '0.5.11544' </code></pre> <h2>sorbet 0.5.11543.20240823110833-f8d9ba5c9</h2> <p>To use Sorbet add this line to your Gemfile:</p> <pre><code>gem 'sorbet', '0.5.11543', :group => :development gem 'sorbet-runtime', '0.5.11543' </code></pre> <h2>sorbet 0.5.11542.20240823105503-1cc0e4809</h2> <p>To use Sorbet add this line to your Gemfile:</p> <pre><code>gem 'sorbet', '0.5.11542', :group => :development gem 'sorbet-runtime', '0.5.11542' </code></pre> <h2>sorbet 0.5.11541.20240823095229-49d5a5151</h2> <p>To use Sorbet add this line to your Gemfile:</p> <pre><code>gem 'sorbet', '0.5.11541', :group => :development gem 'sorbet-runtime', '0.5.11541' </code></pre> <h2>sorbet 0.5.11540.20240823095141-9cfb53ac1</h2> <p>To use Sorbet add this line to your Gemfile:</p> <pre><code>gem 'sorbet', '0.5.11540', :group => :development gem 'sorbet-runtime', '0.5.11540' </code></pre> <h2>sorbet 0.5.11539.20240823112823-2f5b88b22</h2> <p>To use Sorbet add this line to your Gemfile:</p> <pre><code>gem 'sorbet', '0.5.11539', :group => :development gem 'sorbet-runtime', '0.5.11539' </code></pre> <h2>sorbet 0.5.11538.20240823112643-bfd8b850c</h2> <p>To use Sorbet add this line to your Gemfile:</p> <pre><code>gem 'sorbet', '0.5.11538', :group => :development gem 'sorbet-runtime', '0.5.11538' </code></pre> <h2>sorbet 0.5.11537.20240822171736-8800893af</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sorbet/sorbet/commits">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information