You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ubuntu 20.04 comes with Ruby 2.7, same as we were installing.
* Ubuntu 22.04 comes with Ruby 3.0, which is already supported
by Jekyll 4.x, as is Ruby 3.1 and Ruby 3.2.
The following is written at actions/runner-images#2193:
> Officially, Ruby 2.4 and 2.5 don't have pre-installed Bundler.
> Bundler was built-in only in Ruby 2.6 and 2.7.
> Our previous binaries were customized and contained bundler for Ruby 2.4, 2.5.
> […]
> We are switching Ruby binaries to official ones provided by Ruby.
In complete contradiction to this, Bundler is NOT preinstalled on
ubuntu-20.04 as of writing, thus still requiring the use of the
setup-ruby action (or installing bundler manually).
0 commit comments