tari-labs / tari-university

Tari Labs University is an open source, curated set of materials developed by the Tari Community to help facilitate knowledge transfer and education.
187 stars 49 forks source link

Update build instructions and add Ruby 3 support #303

Closed AaronFeickert closed 2 years ago

AaronFeickert commented 2 years ago

Local builds fail using Ruby 3, since the webrick gem is apparently no longer bundled by default. Additionally, the local build instructions provided by this repository aren't very detailed.

This pull request does two things:

These changes have been tested on both Ruby 3.0.2 and Ruby 2.7.6 successfully. They have not been specifically tested on the GitHub Actions deployment process.

Fixes issue 304.