froala / wysiwyg-rails

Ruby gem for Froala jQuery WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
463 stars 101 forks source link

Allow Rails 7.1 install #118

Open javierjulio opened 8 months ago

javierjulio commented 8 months ago

Due to the upper bound limit in the gemspec, Rails 7.1 cannot be installed without a new wysiwyg-rails release that allows it.

justisb commented 8 months ago

FYI I opened a PR that extends the range to < 8.0, which is inline with how the gem handled previous Rails major version updates: https://github.com/froala/wysiwyg-rails/pull/119

Hopefully Froala will be able to give it a review soon.

justisb commented 5 months ago

Note this was fixed in the latest release by https://github.com/froala/wysiwyg-rails/commit/87901ed4cb9ea6974c18bf44318b2372085e5d3a#diff-89e7d299629c1014d0f2ac27184582bc530fa6018fcb612faffe9e4489f4b292R17 so I closed my PR.