Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,10 @@ description = "A distributed SQL database designed for speed, scale, and surviva
test = ["cockroach version", "v{{version}}"]

[tools.cocoapods]
backends = ["asdf:mise-plugins/mise-cocoapods"]
backends = ["gem:cocoapods"]
description = "CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects"
os = ["macos"]
test = ["pod --version", "{{version}}"]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Missing Ruby dependency for gem backend

The cocoapods tool now uses the gem:cocoapods backend but is missing depends = ["ruby"]. The other gem-based tool in the registry (bashly) includes this dependency because Ruby gems require Ruby to be installed. Without this declaration, installation will fail when Ruby isn't already available on the system.

Fix in Cursor Fix in Web


[tools.cocogitto]
backends = ["aqua:cocogitto/cocogitto"]
Expand Down
Loading