91³Ô¹ÏÍø

Watch CBS News

McClanahan earns his first win since 2023 as the Rays beat the White Sox 8-5

Shane McClanahan pitched five innings for his first win in nearly three years, and the Tampa Bay Rays beat the Chicago White Sox 8-5 on Tuesday night for their fourth straight victory.

Ryan Vilade had three hits, including an RBI double, and scored three runs for the Rays. Ben Williamson doubled twice and drove in three runs as Tampa Bay spoiled the major league debut of White Sox starter Nick Schultz.

Everson Pereira hit a three-run homer in his return from a left-ankle sprain for the only runs off McClanahan (1-1), a two time All-Star who made his third start of 2026 after missing two seasons.

The 28-year-old left-hander allowed two hits and two earned runs, while striking out four and walking four.

Munetaka Murakami lofted a two-run homer off Yoendrys Gómez in the ninth, then Bryan Baker got the final out for his third save.

McClanahan last won on June 16, 2023, improving to 11-1 that season. He underwent Tommy John surgery in August 2023, then a nerve-related issue and operation in 2025 shut him down.

Schultz (0-1), the White Sox , allowed four runs on three hits and four walks in 4 1/3 innings. The 6-foot-10 lefty allowed three runs — two scored on his throwing error — in a shaky first before settling down, and striking out four.

The Rays jumped out 3-0 in the first. Schultz walked Jonathan Aranda and Junior Caminero with one out and Vilade's double made it 1-0.

Williamson bunted back to the mound, but Schultz threw wildly to home, allowing Caminero and Vilade to score.

Williamson's double in the third upped Tampa Bay's lead to 4-0. Pereira's drive in the bottom half cut it to 4-3.

RBI singles by Nick Fortes and Diaz in the sixth made it 6-3. Williamson and DeLuca drove in runs in the seventh.

Up next

Tampa Bay RHP Jesse Scholtens (0-0, 0.00 ERA) faces Chicago RHP Sean Burke (0-1, 3.60) on Wednesday.

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });