patbenatar / rbexy

A Ruby template language and component framework inspired by JSX and React
MIT License
34 stars 5 forks source link

Update Supported Ruby Versions #99

Closed zacheryph closed 2 months ago

zacheryph commented 2 months ago

Closes #97

2.7 has been EoL for almost a year. Removing, and adding 3.2. 3.0 Will be EoL in March but decided to leave in place for now.

This also updates all of the development and test dependencies to play nicely with newer versions of Ruby.

All Gemfiles were all updated as versions of Nokogiri and Pry didn't play well with updated Ruby & Bundler packages.

The Rails sha for rails_master was not updated. It breaks everything, primarily due to ActionView::Helpers::TagHelper::TagBuilder::HTML_VOID_ELEMENTS no longer being a thing at all.

patbenatar commented 2 months ago

Thanks for this!

| The Rails sha for rails_master was not updated. It breaks everything, primarily due to ActionView::Helpers::TagHelper::TagBuilder::HTML_VOID_ELEMENTS no longer being a thing at all.

I opened https://github.com/patbenatar/rbexy/issues/101 for this