Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Install bundler with specified version instead of latest #29

Open
vietpham123 opened this issue Aug 19, 2021 · 0 comments
Open

Install bundler with specified version instead of latest #29

vietpham123 opened this issue Aug 19, 2021 · 0 comments

Comments

@vietpham123
Copy link

The current script pulls down the latest version and does not take into account that the Gem file calls for a specific version, and will not compile properly. A tweak to the installation of bundler must be done to get the right version:

replace:

gem install --no-rdoc --no-ri bundler

With:

gem install bundler -v "$(grep -A 1 "BUNDLED WITH" ~/raddit/Gemfile.lock | tail -n 1)"

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

No branches or pull requests

1 participant