code-explorer icon indicating copy to clipboard operation
code-explorer copied to clipboard

Compatible with Ruby v3.2.1 ?

Open pgundlupetvenkatesh opened this issue 1 year ago • 0 comments

@mvidner I ran into below error after running bundle exec code-explorer

warning: parser/current is loading parser/ruby27, which recognizes
warning: 2.7.x-compliant syntax, but you are running 3.2.1.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
<ruby_path>/gems/3.2.0/gems/sinatra-1.4.8/lib/sinatra/base.rb:1773:in `detect_rack_handler': Server handler (thin,puma,reel,HTTP,webrick) not found. (RuntimeError)
        from <path>/gems/3.2.0/gems/sinatra-1.4.8/lib/sinatra/base.rb:1438:in `run!'
        from <path>/gems/3.2.0/gems/code-explorer-0.3.0/bin/code-explorer:79:in `<top (required)>'
        from <path>/bin/code-explorer:25:in `load'
        from <path>/bin/code-explorer:25:in `<main>'
Browse:
 xdg-open http://localhost:4567/

I am running [email protected]

Any plans to add support for Parser~>3.0 and Ruby v3.2.1?

pgundlupetvenkatesh avatar Dec 06 '24 17:12 pgundlupetvenkatesh