I have trouble to install 1.6.x of rugged. The following error has occurred.
Installing rugged 1.6.3 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /home/maedana/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/rugged-1.6.3/ext/rugged
/home/maedana/.rbenv/versions/3.2.2/bin/ruby extconf.rb --use-system-libraries
checking for gmake... no
checking for make... yes
Building Rugged using system libraries.
libgit2 version is not compatible, expected ~> 1.6.0
...
The latest version of rugged is 1.7.x. I could work around this by bringing github-linguist up to date.
The following PR solved the problem in my environment, and I confirmed that RSpec also passes.
I have trouble to install 1.6.x of rugged. The following error has occurred.
The latest version of rugged is 1.7.x. I could work around this by bringing github-linguist up to date. The following PR solved the problem in my environment, and I confirmed that RSpec also passes.