tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Support Rack 3 #607

Closed tricknotes closed 8 months ago

tricknotes commented 8 months ago

This PR resolves deprecation since rack 3.

/home/runner/work/ember-cli-rails/ember-cli-rails/vendor/bundle/ruby/3.0.0/gems/rack-3.0.9/lib/rack/file.rb:5: warning: Rack::File is deprecated and will be removed in Rack 3.1

This change works file with the following RP like this (commit).