Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ruby): add Gemfile.Lock updater #1790

Merged
merged 1 commit into from
Jan 5, 2023

Commits on Dec 31, 2022

  1. feat(ruby): add Gemfile.Lock updater

    Adds support for updating the ruby gem version in a committed
    Gemfile.lock file. This helps ensure that bundle install works correctly
    after a version.rb version change. There is also some additional logic
    introduced to simulate how ruby Gem::Version handles `-` with prerelease
    semvers (e.g. `1.0.0-alpha` is parsed as `1.0.0.pre.alpha).
    
    A future update could make use of the new common stringifyRubyVersion to
    translate the version into the more commonly used `.` prerelease seperatorwhich
    is treated "as is" and avoids the `.pre.` replacement of `-`.
    andrewthauer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    a6683d7 View commit details
    Browse the repository at this point in the history