Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning about Hash construction. (#2028)
Fixes <#2026>. ``` sinatra/test/indifferent_hash_test.rb:29: warning: Calling Hash.new with keyword arguments is deprecated and will be removed in Ruby 3.4; use Hash.new({ key: value }) instead ```
- Loading branch information