Update Rails to 7.2 and next Rails to 8.0

Only needed some changes to the serializing in Conference.
This commit is contained in:
Henne Vogelsang 2025-08-12 14:05:46 +02:00
parent 3c23b5c8ed
commit ba2b2b7fc9
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
7 changed files with 621 additions and 560 deletions

View file

@ -9,6 +9,6 @@
# Matching on major and minor versions should be enough for most migrations.
module RailsVersion
def self.next?
Rails::VERSION::MAJOR == 7 && Rails::VERSION::MINOR == 2
Rails::VERSION::MAJOR == 8 && Rails::VERSION::MINOR == 0
end
end