thin
thin copied to clipboard
uninitialized constant Thin::Server::Logging (NameError)
With the 2.0.1 release, now receiving the following error:
.rvm/gems/ruby-3.3.0/gems/thin-2.0.1/lib/thin/server.rb:52:in '<class:Server>': uninitialized constant Thin::Server::Logging (NameError)
Did you mean? Logger
https://github.com/macournoyer/thin/blob/master/lib/thin/server.rb#L52
Ok, sorry if this was irrelevant, but I had a friend who told me the same issue who's using WSL and playing around with Sinatra.
I asked him to run
gem install sinatra rackup puma
that was in the Sinatra doc just in case, and that did fix the issue. Specifying the version of thin didn't help and this helped.
FYI