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