When I create new Ruby on Rails (6.0.2.1) project with Hix on Rails Application Template, I get the following error:
Rack::File
is deprecated, please useRack::Files
What exactly causes it?
I resolved this issue by updating the gem rack:
bundle update rack