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

Please update version number of nokogiri as it is impossible to build #96

Open
obiwankennedy opened this issue Mar 22, 2024 · 0 comments

Comments

@obiwankennedy
Copy link

Hi,
Gimli is great but god it is painful to install.
Due to this bug: sparklemotion/nokogiri#2105 it is impossible to compile nokogiri so the install of gimli fails.

My system is ubuntu 22.04 LTS.

diff --git a/gimli.gemspec b/gimli.gemspec
index 5d9337c..8857ff3 100644
--- a/gimli.gemspec
+++ b/gimli.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
   s.add_dependency 'RedCloth', '~> 4.2.7'
 
   s.add_dependency 'coderay', '~> 1.1'
-  s.add_dependency 'nokogiri', '~> 1.8.0'
+  s.add_dependency 'nokogiri', '~> 1.12.0'
 
   s.add_dependency 'wkhtmltopdf-binary', '~> 0.12.3'
   s.add_dependency 'optiflag', '~> 0.7'

Also,
your instruction to compile gimli from source doesn't say how to let gimli be installed into /usr/bin ?

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

No branches or pull requests

1 participant