Merge commit 'cdcd77ebff
' into kb-draft-15.11-lts
This commit is contained in:
commit
59b3eab61a
5 changed files with 25 additions and 10 deletions
|
@ -13,7 +13,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def kmyblue_minor
|
||||
10
|
||||
11
|
||||
end
|
||||
|
||||
def kmyblue_flag
|
||||
|
@ -31,7 +31,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def patch
|
||||
5
|
||||
6
|
||||
end
|
||||
|
||||
def default_prerelease
|
||||
|
|
|
@ -5,6 +5,10 @@ class Redis
|
|||
def exists?(...)
|
||||
call_with_namespace('exists?', ...)
|
||||
end
|
||||
|
||||
def with
|
||||
yield self
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue