Skip to content

Conversation

@jamis
Copy link
Contributor

@jamis jamis commented Jun 12, 2023

Ruby 3.2 removes File#exists?, preferring just File#exist? (which has existed since forever). This PR updates the gemfile to replace a reference to File#exists? so that the gem can be installed with Ruby 3.2.

comandeo-mongo and others added 3 commits June 12, 2023 09:20
As of Ruby 3.2, the "File.exists?" alias for "File.exist?" is gone. The only way to
check for the existence of a file is now "File.exist?".
@jamis jamis merged commit ad11202 into mongodb:2.1-stable Jun 12, 2023
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