Merge remote-tracking branch 'parent/main' into upstream-20240218
This commit is contained in:
commit
a1f88f6001
27 changed files with 131 additions and 169 deletions
|
@ -16,7 +16,7 @@
|
|||
class SoftwareUpdate < ApplicationRecord
|
||||
self.inheritance_column = nil
|
||||
|
||||
enum type: { patch: 0, minor: 1, major: 2 }, _suffix: :type
|
||||
enum :type, { patch: 0, minor: 1, major: 2 }, suffix: :type
|
||||
|
||||
def gem_version
|
||||
Gem::Version.new(version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue