jeffreytse / jekyll-deploy-action

🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
MIT License
344 stars 47 forks source link

Error as bundler requires Ruby version >=3.0.0 #70

Closed jeffreytse closed 11 months ago

jeffreytse commented 11 months ago

The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with gem install bundler -v 2.4.22 bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.8.225.

jeanjerome commented 11 months ago

Works like a charm... if you don't forget to set bundler_ver: '' as parameter of this new action ;) Thanks.