mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
3c23b5c8ed
commit
ba2b2b7fc9
7 changed files with 621 additions and 560 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue