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

(PDK-1590) Remove Gemfile.lock before running bundle update #834

Merged
merged 1 commit into from
Jan 23, 2020

Commits on Jan 21, 2020

  1. (maint) Remove Gemfile.lock before running bundle update

    As the 2.4 and 2.5 runtimes have updated to use Bundler 2.x but the 2.1
    runtime is stuck on Bundler 1.x, we need to remove the Gemfile.lock
    manually during the version_selection package tests as Bundler 1.x hard
    fails when it encounters a 2.x lockfile. This is not a problem with
    other PDK commands as they update the lockfile before shelling out but
    we deliberately don't do that for `pdk bundle`.
    rodjek committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    ef3b1d3 View commit details
    Browse the repository at this point in the history