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

Travis CI builds failing due to gem install error #3713

Closed
andrewdavidwong opened this Issue Mar 18, 2018 · 0 comments

Comments

Projects
None yet
2 participants
@andrewdavidwong
Member

andrewdavidwong commented Mar 18, 2018

Travis CI builds are failing in https://github.com/QubesOS/qubesos.github.io and https://github.com/QubesOS/qubes-doc due to the following error:

ERROR:  Error installing html-proofer:
	The last version of activesupport (< 6.0, >= 4.2) to support your Ruby & RubyGems was 4.2.10. Try installing it with `gem install activesupport -v 4.2.10` and then running the current command again
	activesupport requires Ruby version >= 2.2.2. The current ruby version is 2.1.0.
Fetching: json-2.1.0.gem (100%)
Building native extensions. This could take a while...
Successfully installed json-2.1.0
1 gem installed
The command "~/qubesos.github.io/_utils/travis.sh" exited with 1.
Done. Your build exited with 1.

@andrewdavidwong andrewdavidwong added this to the Documentation/website milestone Mar 18, 2018

marmarek added a commit to QubesOS/qubes-posts that referenced this issue Mar 18, 2018

andrewdavidwong added a commit to QubesOS/qubes-hcl that referenced this issue Mar 31, 2018

travis: update ruby version
Fixes QubesOS/qubes-issues#3713 for the _hcl submodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment