manunamz / jekyll-wikilinks

Add [[wikilinks]] support for jekyll.
https://rubygems.org/gems/jekyll-wikilinks
GNU General Public License v3.0
37 stars 1 forks source link

Help with installation: Bundler could not find compatible versions for gem "nokogiri" #32

Open Nat-Arslan opened 2 years ago

Nat-Arslan commented 2 years ago

I'm using the Chirpy Jekyll Theme and I tried installing this plugin (I don't have much technical knowledge). I got the following error:

In snapshot (Gemfile.lock):
    nokogiri (= 1.13.1)

In Gemfile:
  html-proofer (~> 3.18) was resolved to 3.19.3, which depends on nokogiri (~> 1.12)
  jekyll-wikilinks (~> 0.0.11) was resolved to 0.0.11, which depends on nokogiri (~> 1.12.3)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

When I run bundle update I get the same error plus the following error:

Bundler could not find compatible versions for gem "tzinfo":
In snapshot (Gemfile.lock):
  tzinfo (>= 1.2.9)

In Gemfile:
  tzinfo (~> 1.2)
  tzinfo-data was resolved to 1.2021.5, which depends on tzinfo (>= 1.0.0)

I tried reading the plugin installation page but didn't understand what I should do . Is there a way to fix this dependency issues?