a-thousand-channels / ORTE-backend

Application for creating and managing places (or "Orte") on a map
GNU General Public License v3.0
2 stars 3 forks source link

Gem major updates: i18n-js, redis etc #304

Open ut opened 9 months ago

ut commented 9 months ago

i18n-js from v3 to v4, see https://github.com/fnando/i18n-js/blob/main/MIGRATING_FROM_V3_TO_V4.md for necessary manual adaptions (like install the JS)

TinyMCE from v5 to v6 via tinymce-rails https://www.tiny.cloud/docs/tinymce/latest/migration-from-5x/

acts-as-taggable-on from v9 to v10 https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md (no clear answer yet, since 10 is label there as unreleased)

redis gem from 4.8 to v5 https://github.com/redis/redis-rb/blob/master/CHANGELOG.md (no indication of breaking changes)