ruby / TryRuby

This 4th iteration of TryRuby is a website where you can learn the Ruby language.
https://try.ruby-lang.org
MIT License
226 stars 97 forks source link

Update Opal to v1.4 in order to support Ruby 3.1 #108

Closed hmdne closed 2 years ago

hmdne commented 2 years ago

This fixes #106

This upgrades Opal to 1.4.0.alpha1. I tested it and it should be enough for now. It supports most of the new Ruby 3.1 features that make sense in a web browser.

hmdne commented 2 years ago

We have just released Opal 1.4! Let's merge it.