Skip to content

Commit 64e7db9

Browse files
yahondaclaude
andcommitted
Replace deprecated :mswin, :mingw platforms with :windows
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bf5cc9b commit 64e7db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test, :development do
1818
gem "simplecov", ">= 0"
1919
end
2020

21-
platforms :ruby, :mswin, :mingw do
21+
platforms :ruby, :windows do
2222
gem "ruby-oci8", "~> 2.1"
2323
end
2424
end

0 commit comments

Comments
 (0)