diff --git a/lib/trust_level.rb b/lib/trust_level.rb index b54112c1baf67b85108665e370deba6966c9e5b3..a3cf2bbab898a31630cb6c8e748c92445b973aff 100644 --- a/lib/trust_level.rb +++ b/lib/trust_level.rb @@ -79,7 +79,7 @@ module TrustLevel class Cellar TrustLevel.register do |manual:, activated:, invited:, activater:, **| new if manual == "Cellar" || (!manual && !activater && !invited && \ - (!activated || activated > Time.parse("2026-02-26"))) + (!activated || activated > Time.parse("2026-03-03 16:30"))) end def invite?