common-workflow-language/cwl-website

Downloading jekyll-4.1.1 revealed dependencies not in the API or the lockfile

mr-c opened this issue · 3 comments

mr-c commented

11:22:55 AM: Downloading jekyll-4.1.1 revealed dependencies not in the API or the lockfile
11:22:55 AM: (kramdown (~> 2.1)).
11:22:55 AM: Either installing with --full-index or running bundle update jekyll should
11:22:55 AM: fix the problem.

The kramdown version in Gemfile.lock (line 29) is currently set to kramdown (>= 2.3.1). That should be compatible with the (kramdown (~> 2.1)) (meaning >=2.1, < 3.0). If netlify gives you a terminal, then try running bundle update jekyll from the /content/ directory. Otherwise, try changing line 29 in Gemfile.lock to ((kramdown (~> 2.1)).

mr-c commented

bundle update jekyll worked locally, but I can't give netlify more than one command to run. I'll try editing the Gemfile.lock in the way you suggested..