mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-07-22 13:53:45 -04:00
Bundler update #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jochenjonc on GitHub (Jan 9, 2023).
Hi Bret,
Are you planning to push an updated image with the lastest or newer bundler release? I use the image for local development and it always creates bundles with version 2.3.22.
But for deployment, I build with Oryx via GitHub Actions and it always first tries to use a more recent version of bundler (2.4.2).
It would be nice if locally it would use a higher version aswel.
Regards,
Jochen
@BretFisher commented on GitHub (Jan 9, 2023):
Hmm,
gem install bundlerstill installs 2.3.26.@jochenjonc commented on GitHub (Jan 11, 2023):
Could it be because of the ruby or rubygems version?
bundler 2.4.x requires ruby >= 2.6.0 or higher and rubygems >= 3.0.1
bundler 2.3.x requires ruby >= 2.3.0 or higher and rubygems >= 2.5.2
@BretFisher commented on GitHub (Jan 13, 2023):
OK, this should be fixed with PR #27 that just landed:
I'm closing the issue for now, and thanks for the report.