Ramaze / ramaze

Ramaze is a simple, light and modular open-source web application framework written in Ruby.
http://ramaze.net
371 stars 37 forks source link

using ramaze create. receive error with Ruby 3.1. Missing SortedSet. #96

Open mmarvb8h opened 1 year ago

mmarvb8h commented 1 year ago

The SortedSet class has been extracted from the set library. You must use the sorted_set gem or other alternatives.

environment: Mac m1 ruby: 3.1.2

downloaded command-line tool to create first project and received the above message. Notice this change was done in Ruby 3.

Does ramaze work with Ruby 3?

thx ~Marvin Foster email: mmarvb7@gmail.com or marvinfoster@finsync.com

mfaughn commented 1 year ago

I don't think ramaze is known to be working with Ruby 3. The last release was tested only under 2.7.