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

👷‍♀️ Specify bundler version #641

Merged
merged 1 commit into from
Feb 6, 2024
Merged

👷‍♀️ Specify bundler version #641

merged 1 commit into from
Feb 6, 2024

Conversation

alecgibson
Copy link
Collaborator

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.

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/
@coveralls
Copy link

Coverage Status

coverage: 97.501%. remained the same
when pulling a5e10e6 on pin-bundler
into d985e90 on master.

@alecgibson alecgibson merged commit fb630c4 into master Feb 6, 2024
8 checks passed
@alecgibson alecgibson deleted the pin-bundler branch February 6, 2024 17:03
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

Successfully merging this pull request may close these issues.

3 participants