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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -120,7 +120,7 @@ GEM
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.103.0)
fakefs (1.2.3)
fakefs (1.8.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
Expand Down Expand Up @@ -371,7 +371,7 @@ DEPENDENCIES
coveralls (~> 0.8.13)
danger (~> 8.0)
danger-junit (~> 1.0)
fakefs (~> 1.2)
fakefs (= 1.8)
fastlane!
fastlane-plugin-clubmate
fastlane-plugin-ruby
Expand Down
2 changes: 1 addition & 1 deletion fastlane.gemspec
Expand Up @@ -116,7 +116,7 @@ Gem::Specification.new do |spec|
# Development only
spec.add_development_dependency('climate_control', '~> 0.2.0')
spec.add_development_dependency('coveralls', '~> 0.8.13')
spec.add_development_dependency('fakefs', '~> 1.2')
spec.add_development_dependency('fakefs', '1.8') # 1.9+ requires Ruby >=2.7, while fastlane uses a `required_ruby_version` of `>= 2.6``
spec.add_development_dependency('pry-byebug')
spec.add_development_dependency('pry-rescue')
spec.add_development_dependency('pry-stack_explorer')
Expand Down