我在运行 jekyll 来创建 GitHub 页面时遇到问题。按照文档中列出的说明进行操作后,在编辑 Gemfile 并尝试运行后,我不断收到错误消息bundle update。错误是:
Bundler could not find compatible versions for gem "terminal-table":
In snapshot (Gemfile.lock):
terminal-table (>= 2.0.0)
In Gemfile:
github-pages (~> 215) was resolved to 215, which depends on
terminal-table (~> 1.4)'
I reinstalled terminal-table using 'gem install terminal-table', and listing my gems using 'gem list' I can see that I have version 3.0.1 installed, so I don't understand the error.
Thanks.
Run Code Online (Sandbox Code Playgroud)
Gemfile
Bundler could not find compatible versions for …Run Code Online (Sandbox Code Playgroud)