janlelis / irbtools

Improvements for Ruby's IRB console 💎︎
MIT License
920 stars 27 forks source link

Support for Ruby 3.0.0 #49

Closed kapso closed 3 years ago

kapso commented 3 years ago

Adding a request for Ruby 3.0.0 support.

code-0.9.2 requires ruby version ~> 2.0, which is incompatible with the current version, ruby 3.0.0p0
janlelis commented 3 years ago

Thank you for reporting the issue!

I have released new versions of the gems in question, which had the overly restricted Ruby version requirement, so it should work now.

Please try installing irbtools again with: gem install irbtools:3.0.4

kapso commented 3 years ago

thanks