Skip to content

Commit

Permalink
Use rack/files instead of rack/file
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 25, 2024
1 parent 3c401e6 commit e6abc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tdiary/rack/static.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'rack/file'
require 'rack/files'

module TDiary
module Rack
Expand Down

0 comments on commit e6abc21

Please sign in to comment.