notonthehighstreet / svelte

Dynamic Ruby API Client from Swagger JSON Spec
MIT License
48 stars 17 forks source link

Could you upload a new Gem and make it available for Ruby 3.0 or later? #67

Open kojix2 opened 1 year ago

kojix2 commented 1 year ago

Hi I tried to try svelte today with Ruby 3.2, and the following error message appeared.

gem install svelte

ERROR:  Error installing svelte:
    svelte-0.3.0 requires Ruby version ~> 2.4. The current ruby version is 3.2.0.

How about releasing a new gem that can be used with Ruby 3.0 or later?

Thank you.