Bundler Dependency Updates

Update a Ruby project's gems to their latest versions with Bundler (bundle update), then fix the breaking changes that major version bumps introduce. Use when the user asks to update, upgrade or bump gems or dependencies, run bundle update or bundle outdated, refresh Gemfile.lock, or resolve failures that appeared after a gem upgrade — even if they do not mention Bundler by name. Covers Ruby projects with a Gemfile, including ones whose toolchain runs under Docker Compose. Not for npm packages, Python packages, or other ecosystems.

matsubo Updated

File contents

matsubo/agent-skills/tree/main/skills/bundler-dependency-updates commit abddfcb823

Frequently asked questions

npx skillmds@latest add matsubo/bundler-dependency-updates