upgrade-dependencies - Upgrade Ruby Gem Dependencies
Upgrades Ruby gem dependencies by researching release notes, updating version constraints, and verifying codebase compatibility with tests.
Tags
Updated: 2026-09-16Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Discover dependency inventory and constraints
- Research release notes for updates
- Analyze codebase impact of updates
- Update version constraints in files
- Verify changes with test suite
- Generate upgrade summary report
Inputs
- Gemspec and Gemfile files
- Gemfile.lock file
- Release notes and changelogs
Outputs
- Updated Gemfile and gemspec files
- Updated Gemfile.lock file
- Dependency upgrade summary report
Requirements
- Ruby and Bundler environment
- RSpec or test runner
- Web access for release notes
