Official Website of Hichain Project
- Ruby v3.0.0
- bundler v2.2.x
- Install Ruby
$ gem install bundler -v {version}
$ bundle
$ bundle exec jekyll s
- update Ruby and RubyGems
- install latest version of ruby and
$ gem update --system
- install latest version of ruby and
- update bundler
$ gem update bundler
- update gems
$ bundle update