gemfile-upgrade

Installation
SKILL.md

Gemfile Upgrade

Input

  • ARG = gem_name (single gem) | --outdated (batch mode)

Workflow (single gem)

  1. Check status:

    bundle outdated GEM --strict
    

    Parse: current, latest, jump type (patch/minor/major)

  2. Locate repo:

    bundle info GEM --path   # check gemspec for homepage / source_code_uri
    
Installs
5
GitHub Stars
42
First Seen
May 9, 2026
gemfile-upgrade — majesticlabs-dev/majestic-marketplace