Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想安装 Jekyll 1.5.1 版(在 Mac 上)。是否有可能做到这一点?我发现了一些关于能够降级的东西,但我很难相信没有办法只安装旧版本。
谢谢!
您可以像这样在 Gemfile 中指定确切的版本:
gem 'jekyll', '1.5.1'
或者从命令行安装特定版本:
gem install jekyll -v 1.5.1
您可以提及要运行的版本。
jekyll _2.4_ serve --watch