Sasha Stadnyk
Sasha Stadnyk
Issue still exists Had the same error in incognito mode and RSpec system tests ```ruby # Quick fix def show ... if session.id.present? impressionist @question, nil, unique: %i[impressionable_type impressionable_id session_hash]...
@nikhilbhatt There is still one failed test [here](https://github.com/nikhilbhatt/puma/blob/return_lowercase_response_headers/test/test_puma_server.rb#L918) could you please fix it.
@nikhilbhatt what about this one and 408 error response https://github.com/puma/puma/blob/5145708295c91314c553ce0aedbb80e2587d8ee9/lib/puma/const.rb#L128
We are waiting for the new release of Bulma that solves this deprecation.
Current branch (patch) can be used temporarily to get rid of deprecation warnings. `gem 'bulma-rails', git: 'https://github.com/joshuajansen/bulma-rails.git', branch: 'fix-deprecated-functions'`
New version of Bulma is [released](https://github.com/jgthms/bulma/releases/tag/1.0.3). Please update `bulma-rails` to version `1.0.3` to resolve this issue.
Hey @johnmcaliley @sferik @coryschires @acnalesso @jgrau @lusinh @invalidusrname, could you please take a look at this?