DEV: Upgrade dependencies to Ember 5.12 (#30131)

This commit is contained in:
Sérgio Saquetim
2024-12-11 11:09:25 -03:00
committed by GitHub
parent 6ef0b5d508
commit 1505978586
28 changed files with 572 additions and 1238 deletions

View File

@ -6,7 +6,7 @@ require "json_schemer"
class Theme < ActiveRecord::Base
include GlobalPath
BASE_COMPILER_VERSION = 85
BASE_COMPILER_VERSION = 86
class SettingsMigrationError < StandardError
end