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
The docs build currently fails with:
```
Run cd docs && gem install bundler && bundle install
ERROR: Error installing bundler:
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`
```
This change follows the advice of the error message, and specifies the
version of bundler to install, since we [can't bump Ruby][1].
[1]: https://pages.github.com/versions/
0 commit comments