Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fakefs to fix test failures on Ruby 3.2.2 #21588

Merged
merged 2 commits into from Oct 19, 2023

Commits on Oct 19, 2023

  1. Update fakefs from 1.2 to 1.9

    To fix failure on `bundle exec rspec` in Ruby 3.2.2
    
    We kept having "NameError: undefined method `=~' for class `FakeFS::Pathname'" errors when running the tests in Ruby 3.2.2 on our Macs
    AliSoftware committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    798034c View commit details
    Browse the repository at this point in the history
  2. Use fakefs 1.8

    As fakefs 1.9+ requires Ruby 2.7 while fastlane's gemspec still officially supports 2.6
    AliSoftware committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f7ff6fc View commit details
    Browse the repository at this point in the history