You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arm64 $ bundle exec puma
Puma starting in single mode...
* Puma version: 6.1.0 (ruby 3.2.1-p31) ("The Way Up")
* Min threads: 0
* Max threads: 5
* Environment: development
* PID: 59431
* Listening on http://0.0.0.0:9292
Use Ctrl-C to stop
2023-02-26 19:10:10 - NoMethodError - undefined method `=~' for 1:Integer:
/Users/dentarg/src/sinatra/sinatra/lib/sinatra/base.rb:320:in `uri'
config.ru:5:in `block in <class:App>'
Before 3.2.0, a warning was printed (if you ran with warnings enabled)
arm64 $ RUBYOPT=-W bundle exec puma
Puma starting in single mode...
* Puma version: 6.1.0 (ruby 3.1.3-p185) ("The Way Up")
* Min threads: 0
* Max threads: 5
* Environment: development
* PID: 60791
* Listening on http://0.0.0.0:9292
Use Ctrl-C to stop
/Users/dentarg/src/sinatra/sinatra/lib/sinatra/base.rb:320: warning: deprecated Object#=~ is called on Integer; it always returns nil
dentarg
added a commit
to dentarg/sinatra
that referenced
this issue
Feb 26, 2023
sinatra/lib/sinatra/base.rb
Lines 317 to 334 in 50b8398
The text was updated successfully, but these errors were encountered: