Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pry requirement from = 0.13.0 to = 0.14.2 #604

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Updates the requirements on pry to permit the latest version.

Changelog

Sourced from pry's changelog.

[v0.14.2][v0.14.2] (January 9, 2023)

Features

  • Configure code as a supported editor on Pry::Editor (#2236)
  • Added support for Ruby 3.2 (#2263)
  • Added support for Ruby 3.1 (#2228)

Bug fixes

  • Short circuit eval regexes in finding module definition (#2253)
  • Revert "Escape non-printing characters" (#2235)
  • Fixed bug where WeirdMethodLocator would fail to find the source of a method breaking whereami (#2244)
  • Fixed bug where pry would throw an FrozenError when dealing with incomplete tokens (#2136)
  • Restore --no-history CLI flag functionality (#2196)
  • Fixed bug where reading from the _out_ sticky local variable could return wrong results (#2201)

Breaking Changes

  • Remove support for Ruby 1.9 and JRuby < 9.0 (#2239)

[v0.14.1][v0.14.1] (April 12, 2021)

Bug fixes

  • Fixed bad coloring of some RDoc-style docs (#2182)
  • Fixed broken --plugins option. It shows a warning now (#2180)
  • Fixed bad output on printing non-visible characters with color codes (#2154)
  • Fixed bad output when colors are disabled and a string with color codes is printed (#2158)

[v0.14.0][v0.14.0] (February 8, 2021)

Features

  • Made ? an alias to show-source -d (#2133)

... (truncated)

Commits
  • 24f6190 Merge pull request #2267 from andrehjr/release-v0_14_2
  • 0e59722 Prepare for v0.14.2 release
  • c18a7b0 Merge pull request #2265 from andrehjr/update-changelog
  • a2c7772 Update CHANGELOG.md to reflect the latest master changes
  • 468cf20 Merge pull request #2257 from dduugg/rm-mri-19-cruft
  • cdc2b9e Remove handle_read_errors 1.9 comment only
  • 313bf4d Clean up MRI 1.9 code
  • ee81361 Merge pull request #2263 from andrehjr/add-newer-rubies-to-ci
  • 9a230c6 Add Ruby 3.2 and head to ubuntu-latest executions
  • 15e960b Merge pull request #2262 from andrehjr/add-rubocop-single-actions
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 10, 2023
@Temikus
Copy link
Member

Temikus commented Apr 6, 2024

@dependabot rebase

Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version.
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.13.0...v0.14.2)

---
updated-dependencies:
- dependency-name: pry
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/pry-eq-0.14.2 branch from c107172 to c7c1ca3 Compare April 6, 2024 10:03
@Temikus
Copy link
Member

Temikus commented Apr 8, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Temikus Temikus force-pushed the dependabot/bundler/pry-eq-0.14.2 branch from 747c851 to 2004251 Compare April 8, 2024 08:22
@Temikus Temikus merged commit cd89caa into master Apr 8, 2024
26 of 29 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/pry-eq-0.14.2 branch April 8, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant