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 rugged requirement from >= 0.27, < 1.8 to >= 0.27, < 1.10 #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Updates the requirements on rugged to permit the latest version.

Changelog

Sourced from rugged's changelog.

  • Add Rugged::Repository#checkout_index.

    This allows to perform checkout from a given GIT index. It might be handy in case of manual merge conflicts resolution with user intervention.

    Dmytro Milinevskyy

  • Add accessors for the Repository ident.

    Added Repository#ident and Repository#ident= to read and set the identity that is used when writing reflog entries.

    Arthur Schreiber

  • Rugged::Remote instances are now immutable.

    • Remote#clear_refspecs and Remote#save were removed without replacement.

    • Remote#url= and Remote#push_url= were removed and replaced by RemoteCollection#set_url and RemoteCollection#set_push_url.

    • Remote#add_push and Remote#add_fetch were removed and replaced by RemoteCollection#add_push_refspec and RemoteCollection#add_fetch_refspec.

    Arthur Schreiber

  • Update bundled libgit2 to 9042693e283f65d9afb4906ed693a862a250664b.

    Arthur Schreiber

  • Updated the API of reflog modifying methods.

    This removes both the optional :message as well as :signature options from the following methods:

    • BranchCollection#create, BranchCollection#move, BranchCollection#rename
    • ReferenceCollection#create, ReferenceCollection#rename
    • Remote#push
    • Repository#reset

    Additionally, the :signature option from Remote#fetch was removed as well.

    The reflog message is now automatically generated and committed with the the identity that is set in the Repository's configuration.

    Arthur Schreiber

  • The :safe_create flag was removed from Repository#checkout_tree.

... (truncated)

Commits
  • 5b28daf Bump version to 1.9.0
  • 762fd37 Merge pull request #984 from libgit2/cmn/update-libgit2
  • 4c285d1 ci: use macOS 13
  • 6bfb8b1 vendor: bump libgit2 to v1.9.0
  • 010e611 Merge pull request #982 from libgit2/cmn/bump-libgit2
  • 23f7bc0 Revert "commit: cast due to commit creation type changes"
  • 6567a4c vendor: bump libgit2 to c6111ec06cc0b0126cd67bdab78f8091e4cfaa10
  • daea268 Merge pull request #981 from libgit2/cmn/update-libgit2
  • 08f538f ci: test on macOS 12 like libgit2 does
  • eb43402 vendor: bump libgit2 to 15668ba5203d99f22d2513e60796b42b6491d8ed
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [rugged](https://github.com/libgit2/rugged) to permit the latest version.
- [Release notes](https://github.com/libgit2/rugged/releases)
- [Changelog](https://github.com/libgit2/rugged/blob/master/CHANGELOG.md)
- [Commits](libgit2/rugged@v0.27.0...v1.9.0)

---
updated-dependencies:
- dependency-name: rugged
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 6, 2025
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.

0 participants