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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use build-arg to set rubygems version #2548

Merged
merged 1 commit into from Nov 30, 2020

Commits on Nov 9, 2020

  1. Use build-arg to set rubygems version

    Fixes mismatch between expected gem version and installed gem version.
    As of now installed version of gem in prod is `3.0.3`, when we expect
    it to be 2.6.10.
    In Dockerfile in we were copying `/usr/local/bin/gem`, which is just
    a loader and doesn't decide rubygems version.
    Copying `/usr/local/lib/ruby/2.6.0/rubygem` from builder would most likely
    work but this seems unconventional and doesn't really save as much build time.
    sonalkr132 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3de1a20 View commit details
    Browse the repository at this point in the history