Skip to content

Newer Bundler patch version is installed #138

@manuelmeurer

Description

@manuelmeurer

I noticed that not the exact Bundler version specified in Gemfile.lock is installed, but a newer patch version, if available.

In my case, I am using Bundler 2.2.3, then 2.2.4 is released, installed by setup-ruby, and then Rspec complains because it expects 2.2.3.

pdf file might be nil · uplinkhq:app@f39eba7 2021-01-04 17-49-03

I think the fix should be to run gem install bundler -v 2.2.3 instead of gem install bundler -v ~> 2.2.3, so that the exact version is installed.

Happy to submit a PR! 😸

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions