91³Ô¹ÏÍø

Watch CBS News

White Sox lose first game in series against Rays 5-4

Tristan Gray, Josh Lowe and Richie Palacios homered to help the Tampa Bay Rays beat the Chicago White Sox 5-4 on Tuesday night.

Gray hit a tiebreaking solo drive off Tyler Alexander (5-14) in the seventh inning. It was Gray's third homer in 17 games since he was acquired in a July 26 trade with the White Sox for cash.

Kevin Kelly (2-3) got one out for the win, and Pete Fairbanks handled the ninth for his 25th save in 30 opportunities.

Tampa Bay returned to .500 with its 11th win in 16 games. It had dropped three in a row since a seven-game win streak.

Kyle Teel homered for the last-place White Sox, who had won seven of eight.

Tampa Bay right-hander Adrian Houser struck out nine while pitching 5 1/3 innings of three-run ball against his former team. He came over in a July 31 trade with Chicago.

Curtis Mead, who was acquired by the White Sox in the Houser deal, went 0 for 4.

Tampa Bay led 4-1 after four innings. Lowe hit a two-run drive in the second for his 11th homer, and Palacios connected for a solo shot against Yoendrys Gómez in the fourth.

Chase Meidroth responded with a two-out RBI single in the fifth, and Chicago added two more runs after manager Will Venable was thrown out by umpire Vic Carapazza for arguing balls and strikes in the sixth.

Lenyn Sosa singled and scored on Colson Montgomery's double, and Andrew Benintendi tied it at 4 with a two-out RBI single off Mason Montgomery.

Key moment

Meidroth lined to second for the final out of the game, stranding a runner on first.

Key stat

Tampa Bay center fielder  went 1 for 4 with a ninth-inning single. The rookie is batting .371 (26 for 70) in his last 18 games.

Up next

Tampa Bay right-hander Ryan Pepiot (11-10, 3.59 ERA) makes his 30th start on Wednesday night, extending his career high. Chicago did not announce its starter before the game.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });