-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Fixup bundler version for rubies with bundler as a default gem #118
Conversation
The failed log is actually https://github.com/ojab/watir-rails/runs/1500383889?check_suite_focus=true
|
To clarify, this only affects Ruby 2.7+ which ships with Bundler 2, when there is no lockfile, and |
9a05b4b
to
62808f9
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Basically use specific bundler version until lockfile is created. Fixes #117, test run which previously failed can be found here.