Update gems and fix lint to clear CI failures
Bumps dependencies (jwt 3.2.0, puma 8.0.2, net-imap 0.6.4.1 and others via bundle update) to resolve bundler-audit advisories, and applies standardrb autofixes so the lint job passes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -191,7 +191,7 @@ module Authentication
|
||||
token = SecureRandom.urlsafe_base64(32)
|
||||
Rails.cache.write(
|
||||
"forward_auth_token:#{token}",
|
||||
{ session_id: session_obj.id, host: bound_host },
|
||||
{session_id: session_obj.id, host: bound_host},
|
||||
expires_in: 60.seconds
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user