Open bradley-harden-apl opened 2 years ago
I think the problem is this: https://stackoverflow.com/questions/70877760/on-ruby-uninitialized-constant-nokogiriclassresolver-nameerror
Try: sudo apt-get remove ruby-nokogiri
@ryanatball
Package 'ruby-nokogiri' is not installed, so not removed
Does it work for you with 1.13.6
? Is this a lock file issue or something? Like I said, I was able to manually remove nokogiri
with gem uninstall
, modify the spec and reinstall with 1.12
. Then it worked just fine.
Describe the bug After installing the
cosmos
gem locally and trying to run it, I'm getting an error in one of the dependencies.To Reproduce
I can solve the problem by first uninstalling
nokogiri
, changing the gemspec dependency from~> 1.12
to= 1.12
, and then rebuildingcosmos
.Environment:
12d19a8b