Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/changes_for_the_2021-2022_season' do
    "Hello World"
  end
end