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

The version of Ruby used by the script is not pinned to 2.7.1 and the script doesn't launch with Ruby 2.7.5 #338

Closed
MDziwny opened this issue Dec 13, 2021 · 1 comment · Fixed by #340

Comments

@MDziwny
Copy link

MDziwny commented Dec 13, 2021

$ bundle install -j $(nproc) --path vendor
[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path 'vendor'`, and stop using this flag
Your Ruby version is 2.7.5, but your Gemfile specified 2.7.1

I think the version of ruby should be pinned (and upgraded) to avoid this kind issue.

I'm not familiar with Ruby and won't be able to fix it in the next days, will see if I can do it next year if it's not fixed before.

PS: if it can help, one of my coworker has already fixed a similar issue: 72b9df8

@sobolevn
Copy link
Member

PR is welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants