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

Bundler 2 required? #28

Open
chadfrost opened this issue Sep 14, 2020 · 1 comment
Open

Bundler 2 required? #28

chadfrost opened this issue Sep 14, 2020 · 1 comment

Comments

@chadfrost
Copy link

I'm using bundler = 2.1.4, and when the action runs I get "You must use Bundler 2 or greater with this lockfile." If I remove Gemfile.lock from my repo, it works fine. I'm not savvy enough to know where the bundle version used in the GitHib Actions comes from -- is there any way to control which version is being picked up?

@Li357
Copy link

Li357 commented Jan 30, 2021

Did some digging, looks like the ruby version (and in particular the rubygems version) of the action's Docker container is old. So the preinstalled bundler version is below 2.

I've created a fork that runs on ruby 2.7 and comes preinstalled with rubygems and [email protected]: https://github.com/Li357/jekyll-deploy-gh-pages

It also includes nodejs since I'm doing some server-side math typesetting.

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

No branches or pull requests

2 participants