dentarg/Bump Ruby Gem
Updates a Ruby gem using bundler and opens a pull request with the changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 4, 2026
- License
- None
Pinned Snippet
uses: dentarg/bump@8a54bf51edacb3a64cc84c556e2b74a3f0879d07 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gem_name | Name of the Ruby gem to update | yes | — |
| github_token | GitHub token for creating pull requests | yes | — |
| branch_name | Name of the branch to create for the PR | no | "" |
| labels | Comma-separated list of labels to apply to the pull request | no | "" |
| update_type | Update type: major, minor, or patch (optional, defaults to latest compatible version) | no | "" |
| pre | Include pre-release versions (true/false) | no | false |
| gem_version | Specific version of the gem to update to (optional) | no | "" |
Outputs
no outputs