Update connection_pool to version 3.0.2 (#38103)

This commit is contained in:
Matt Jankowski
2026-03-09 06:01:48 -04:00
committed by Claire
parent 2fd646a900
commit 18c58c655c

View File

@@ -4,7 +4,7 @@ require 'connection_pool'
require_relative 'shared_timed_stack'
class ConnectionPool::SharedConnectionPool < ConnectionPool
def initialize(options = {}, &block)
def initialize(**, &block)
super
@available = ConnectionPool::SharedTimedStack.new(@size, &block)