phlex-rails icon indicating copy to clipboard operation
phlex-rails copied to clipboard

phlex-rails 2.1 requires Rails 7.1

Open paulfri opened this issue 11 months ago • 0 comments

raw_buffer on ActionView::OutputBuffer is only available from Rails 7.1. Currently the gem requires railties >= "6.1" which is incorrect.

https://github.com/phlex-ruby/phlex-rails/blob/f39547c75f4fca59869f99ddb3a58ef1f6659ec4/lib/phlex/rails/sgml/state.rb#L5

paulfri avatar Mar 12 '25 15:03 paulfri