Skip to content

Commit

Permalink
Bump launchy from 3.1.0 to 3.1.1 (#4360)
Browse files Browse the repository at this point in the history
Bumps [launchy](https://github.com/copiousfreetime/launchy) from 3.1.0
to 3.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/copiousfreetime/launchy/blob/main/HISTORY.md">launchy's
changelog</a>.</em></p>
<blockquote>
<h2>Version 3.1.1 - 2025-02-21</h2>
<ul>
<li>Fix the quoted parameter for windows launching - <a
href="https://redirect.github.com/copiousfreetime/launchy/issues/164">copiousfreetime/launchy#164</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/531d9d53fec158ada706db7eee635d5fa23237f9"><code>531d9d5</code></a>
Release 3.1.1</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/866ba7d2fd916d2e00489344cd1dcbec28853654"><code>866ba7d</code></a>
Merge pull request <a
href="https://redirect.github.com/copiousfreetime/launchy/issues/165">#165</a>
from copiousfreetime/bugfix/164-windows-launching-quo...</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/79c6de3fea4ecc2fc790b3641570d089ddf962a0"><code>79c6de3</code></a>
update bundle lockfile</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/44e190a3460984c56b3ebeb5dc588e7eddd8a26d"><code>44e190a</code></a>
bump version</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/77af259a6c6990ee73237b43beead903d033c677"><code>77af259</code></a>
fix test to bring in line with commandline update</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/fbf89bd3fbfe3b71f8f83685f039a08dee35213a"><code>fbf89bd</code></a>
update ruby test matrix to include 3.4.2</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/6bfccf9ccfac3e453645a29150361eccf3ee6793"><code>6bfccf9</code></a>
rubocop fix</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/184baadd1ea448f0eb7fd1b7d2ff2f9e5dbf219a"><code>184baad</code></a>
ensure the '&quot;' makes it to the commandline</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/ef69884ff9dcd9215127797627aa9b852d065597"><code>ef69884</code></a>
Merge pull request <a
href="https://redirect.github.com/copiousfreetime/launchy/issues/163">#163</a>
from copiousfreetime/maint/semaphore-build-machine-test</li>
<li><a
href="https://github.com/copiousfreetime/launchy/commit/375b54da971d5cc719b60b963256192669ed5203"><code>375b54d</code></a>
switch to ensuring that ruby-build is installed</li>
<li>Additional commits viewable in <a
href="https://github.com/copiousfreetime/launchy/compare/v3.1.0...v3.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=launchy&package-manager=bundler&previous-version=3.1.0&new-version=3.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 2962601 commit 2628ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ GEM
kramdown (2.5.1)
rexml (>= 3.3.9)
language_server-protocol (3.17.0.4)
launchy (3.1.0)
launchy (3.1.1)
addressable (~> 2.8)
childprocess (~> 5.0)
logger (~> 1.6)
Expand Down

0 comments on commit 2628ba6

Please sign in to comment.