mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 05:03:39 +08:00
DEV: Fix rubocop after update.
This commit is contained in:
parent
828c07b658
commit
0daaae1cf3
|
@ -115,32 +115,32 @@ module DiscourseUpdates
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def last_installed_version_key
|
def last_installed_version_key
|
||||||
'last_installed_version'
|
'last_installed_version'
|
||||||
end
|
end
|
||||||
|
|
||||||
def latest_version_key
|
def latest_version_key
|
||||||
'discourse_latest_version'
|
'discourse_latest_version'
|
||||||
end
|
end
|
||||||
|
|
||||||
def critical_updates_available_key
|
def critical_updates_available_key
|
||||||
'critical_updates_available'
|
'critical_updates_available'
|
||||||
end
|
end
|
||||||
|
|
||||||
def missing_versions_count_key
|
def missing_versions_count_key
|
||||||
'missing_versions_count'
|
'missing_versions_count'
|
||||||
end
|
end
|
||||||
|
|
||||||
def updated_at_key
|
def updated_at_key
|
||||||
'last_version_check_at'
|
'last_version_check_at'
|
||||||
end
|
end
|
||||||
|
|
||||||
def missing_versions_list_key
|
def missing_versions_list_key
|
||||||
'missing_versions'
|
'missing_versions'
|
||||||
end
|
end
|
||||||
|
|
||||||
def missing_versions_key_prefix
|
def missing_versions_key_prefix
|
||||||
'missing_version'
|
'missing_version'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user