Skip to content

Commit

Permalink
Bump pry from 0.14.2 to 0.15.0 (#1799)
Browse files Browse the repository at this point in the history
Bumps [pry](https://github.com/pry/pry) from 0.14.2 to 0.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pry/pry/releases">pry's
releases</a>.</em></p>
<blockquote>
<h2>v0.15.0</h2>
<p>From the CHANGELOG.md</p>
<h1>v0.15.0</h1>
<h4>Features</h4>
<ul>
<li>Added support for Reline
(<a href="https://redirect.github.com/pry/pry/pull/2298">#2298</a>)</li>
<li>Added support for Ruby 3.3
(<a href="https://redirect.github.com/pry/pry/pull/2295">#2295</a>)</li>
<li>Added Pry::Input::SimpleStdio for dumb terminals when Reline is in
use
(<a href="https://redirect.github.com/pry/pry/pull/2304">#2304</a>)</li>
<li>Remove OpenStruct usage
(<a href="https://redirect.github.com/pry/pry/pull/2307">#2307</a>)
(<a href="https://redirect.github.com/pry/pry/pull/2309">#2309</a>)</li>
<li>Disable coloring of output when NO_COLOR is set.
(<a href="https://redirect.github.com/pry/pry/pull/2323">#2323</a>)</li>
<li>Add <code>pry --no-multiline</code> flag to keep single line prompt.
(<a href="https://redirect.github.com/pry/pry/pull/2327">#2327</a>)</li>
</ul>
<h4>Bug Fixes</h4>
<ul>
<li>Fix typos on docs and and comments
(<a href="https://redirect.github.com/pry/pry/pull/2300">#2300</a>)
(<a href="https://redirect.github.com/pry/pry/pull/2301">#2301</a>)</li>
<li>Fix 'calling clear method' on user code when defined in pry context.
(<a href="https://redirect.github.com/pry/pry/pull/2291">#2291</a>)</li>
<li>Fix arguments WatchExpression#add_expression
(<a href="https://redirect.github.com/pry/pry/pull/2278">#2278</a>)</li>
</ul>
<h3>Breaking changes</h3>
<ul>
<li>Remove support for deprecated <code>Pry.config.prompt = [proc {},
proc {}]</code>
Use Pry::Prompt API instead
(<a href="https://redirect.github.com/pry/pry/pull/2308">#2308</a>)</li>
<li>Remove deprecated <code>Pry.config.exception_whitelist</code>.
Use <code>Pry.config.unrescued_exceptions</code> instead.
(<a href="https://redirect.github.com/pry/pry/pull/2326">#2326</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pry/pry/blob/master/CHANGELOG.md">pry's
changelog</a>.</em></p>
<blockquote>
<h3>[v0.15.0][v0.15.0] (November 15, 2024)</h3>
<h4>Features</h4>
<ul>
<li>Added support for Reline
(<a href="https://redirect.github.com/pry/pry/pull/2298">#2298</a>)</li>
<li>Added support for Ruby 3.3
(<a href="https://redirect.github.com/pry/pry/pull/2295">#2295</a>)</li>
<li>Added Pry::Input::SimpleStdio for dumb terminals when Reline is in
use
(<a href="https://redirect.github.com/pry/pry/pull/2304">#2304</a>)</li>
<li>Remove OpenStruct usage
(<a href="https://redirect.github.com/pry/pry/pull/2307">#2307</a>)
(<a href="https://redirect.github.com/pry/pry/pull/2309">#2309</a>)</li>
<li>Disable coloring of output when NO_COLOR is set.
(<a href="https://redirect.github.com/pry/pry/issues/2323">#2323</a>)(<a
href="https://redirect.github.com/pry/pry/pull/2323">pry/pry#2323</a>))</li>
<li>Add <code>pry --no-multiline</code> flag to keep single line prompt.
(<a href="https://redirect.github.com/pry/pry/pull/2327">#2327</a>)</li>
</ul>
<h4>Bug Fixes</h4>
<ul>
<li>Fix typos on docs and and comments
(<a href="https://redirect.github.com/pry/pry/pull/2300">#2300</a>)
(<a href="https://redirect.github.com/pry/pry/pull/2301">#2301</a>)</li>
<li>Fix 'calling clear method' on user code when defined in pry context.
(<a href="https://redirect.github.com/pry/pry/pull/2291">#2291</a>)</li>
<li>Fix arguments WatchExpression#add_expression
(<a href="https://redirect.github.com/pry/pry/pull/2278">#2278</a>)</li>
</ul>
<h3>Breaking changes</h3>
<ul>
<li>Remove support for deprecated <code>Pry.config.prompt = [proc {},
proc {}]</code>
Use Pry::Prompt API instead
(<a href="https://redirect.github.com/pry/pry/pull/2308">#2308</a>)</li>
<li>Remove deprecated <code>Pry.config.exception_whitelist</code>.
Use <code>Pry.config.unrescued_exceptions</code> instead.
(<a href="https://redirect.github.com/pry/pry/pull/2326">#2326</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pry/pry/commit/52d1489b8912c208366730004c65bb05cabf2e2a"><code>52d1489</code></a>
Merge pull request <a
href="https://redirect.github.com/pry/pry/issues/2330">#2330</a> from
andrehjr/prep-for-v0.15.0</li>
<li><a
href="https://github.com/pry/pry/commit/cd0eeec6fcb6df46c171336ecc77a6abcbcbf4e1"><code>cd0eeec</code></a>
Prep for v0.15.0</li>
<li><a
href="https://github.com/pry/pry/commit/9ba4b32f84714b34d3c7e2b7380d8d93385ba7f8"><code>9ba4b32</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/pry/pry/commit/a07eced18fdba2eecc5f51bc0f3f1d67c2e5b18f"><code>a07eced</code></a>
Merge pull request <a
href="https://redirect.github.com/pry/pry/issues/2327">#2327</a> from
andrehjr/allow-pry-no-multiline-config</li>
<li><a
href="https://github.com/pry/pry/commit/0b01b5cd2b0712a1fcd4ac81ec24b69a56811e23"><code>0b01b5c</code></a>
Add --no-multiline options to disable multiline with Reline</li>
<li><a
href="https://github.com/pry/pry/commit/c0639ae4ad7b0f4dd1b1a3bf822cb72ebc74273d"><code>c0639ae</code></a>
Merge pull request <a
href="https://redirect.github.com/pry/pry/issues/2329">#2329</a> from
andrehjr/fallback-to-method-source-for-older-prism</li>
<li><a
href="https://github.com/pry/pry/commit/fe8e9856fd5a25df983edb11cce34c01cae38b66"><code>fe8e985</code></a>
Fallback to Pry::Code.complete_expression? when prism is not
available</li>
<li><a
href="https://github.com/pry/pry/commit/2615de7a05de62492a16058b012ac467879c6cda"><code>2615de7</code></a>
Merge pull request <a
href="https://redirect.github.com/pry/pry/issues/2326">#2326</a> from
andrehjr/remove-deprecated-exception-whitelist</li>
<li><a
href="https://github.com/pry/pry/commit/a92f8fae849e7410250973b6d22b45470eb0c3bf"><code>a92f8fa</code></a>
Update changelog</li>
<li><a
href="https://github.com/pry/pry/commit/421490901292181827b2f6db207da397653e979c"><code>4214909</code></a>
Remove deprecated 'exception_whitelist' config.</li>
<li>Additional commits viewable in <a
href="https://github.com/pry/pry/compare/v0.14.2...v0.15.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pry&package-manager=bundler&previous-version=0.14.2&new-version=0.15.0)](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>
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
2 parents 855534a + 6c6223b commit ab41659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_racer (0.16.0)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
parser (3.3.5.1)
ast (~> 2.4.1)
racc
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.2.0)
Expand Down

0 comments on commit ab41659

Please sign in to comment.