Skip to content

Instantly share code, notes, and snippets.

@billykong
Created February 17, 2020 12:47
Show Gist options
  • Save billykong/1901a0b64c45b79ecedfb9f7519e767e to your computer and use it in GitHub Desktop.
Save billykong/1901a0b64c45b79ecedfb9f7519e767e to your computer and use it in GitHub Desktop.

Update rvm

gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
rvm get stable

Get latest ruby

rvm install 2.7

Create gemset and use it with ruby:2.7

rvm gemset create jekyll
rvm use 2.7@jekyll

Update dependencies

gem install bundler:1.13.6
bundle update github-pages
bundle update jekyll
bundle install

Now you are ready to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment