Merge commit 'cdcd77ebff' into kb-draft-15.11-lts

This commit is contained in:
KMY 2025-03-14 08:15:28 +09:00
commit 59b3eab61a
5 changed files with 25 additions and 10 deletions

View file

@ -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

View file

@ -5,6 +5,10 @@ class Redis
def exists?(...)
call_with_namespace('exists?', ...)
end
def with
yield self
end
end
end