1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated to rails 8.1.2.

This commit is contained in:
2026-02-04 18:16:19 -05:00
parent 2767274066
commit 25df2a7280
15 changed files with 305 additions and 153 deletions

View File

@@ -56,6 +56,7 @@ module Wrestling
# Valid values are 7.0 or 7.1
config.active_support.cache_format_version = 7.1
config.load_defaults 8.0
config.load_defaults 8.1
config.active_support.to_time_preserves_timezone = :zone
end
end