Skip to content

Conversation

@cgoldberg
Copy link
Contributor

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (refactoring and improving code)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Description

Gemfile specifies plaforms :mingw, :x64_mingw, :mswin

When I run bundle install, I get the warning:

[DEPRECATED] Platform :mingw, :x64_mingw, :mswin is deprecated. Please use platform :windows instead.

This PR updates the deprecated platforms to :windows.

@cgoldberg cgoldberg force-pushed the gemfile-windows-platform branch from 05dc766 to fe5fe9c Compare December 18, 2025 14:29
@cgoldberg cgoldberg force-pushed the gemfile-windows-platform branch from fe5fe9c to 1d49976 Compare December 18, 2025 14:33
@cgoldberg cgoldberg changed the title Update platform detection in Gemfile for Windows fix: update platforms in Gemfile for Windows Dec 18, 2025
Copy link
Owner

@cotes2020 cotes2020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

@cotes2020 cotes2020 merged commit 92e0ff6 into cotes2020:master Dec 18, 2025
5 checks passed
ebmarquez pushed a commit to ebmarquez/ebmarquez.github.io that referenced this pull request Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants