Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Conversation

@andrew
Copy link
Collaborator

@andrew andrew commented Jan 3, 2026

Install a git textconv driver that shows semantic dependency changes instead of raw lockfile diffs:

git pkgs diff-driver --install

Now git diff on lockfiles shows a sorted dependency list instead of raw lockfile changes:

diff --git a/Gemfile.lock b/Gemfile.lock
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,3 @@
+kamal 1.0.0
-puma 5.0.0
+puma 6.0.0
 rails 7.0.0
-sidekiq 6.0.0

Use git diff --no-textconv to see the raw lockfile diff. To remove: git pkgs diff-driver --uninstall

@andrew andrew merged commit 9fd8b8d into main Jan 4, 2026
1 check passed
@andrew andrew deleted the diff-driver branch January 4, 2026 09:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants