Skip to content

Commit

Permalink
[deliver] Update fakefs to 1.2.x (#16791)
Browse files Browse the repository at this point in the history
1.x marked that it's considered stable. New releases also removed Ruby
2.7 warnings which should help with running fastlane on 2.7.

https://github.com/fakefs/fakefs/blob/master/CHANGELOG.md
#16342
  • Loading branch information
aried3r committed Jul 8, 2020
1 parent cd6bdef commit 3c4a4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rubocop-require_tools', '>= 0.1.2')
spec.add_development_dependency('rb-readline') # https://github.com/deivid-rodriguez/byebug/issues/289#issuecomment-251383465
spec.add_development_dependency('rest-client', '>= 1.8.0')
spec.add_development_dependency('fakefs', '~> 0.8.1')
spec.add_development_dependency('fakefs', '~> 1.2.1')
spec.add_development_dependency('sinatra', '~> 2.0.8') # Used for mock servers
spec.add_development_dependency('xcov', '~> 1.4.1') # Used for xcov's parameters generation: https://github.com/fastlane/fastlane/pull/12416
spec.add_development_dependency('climate_control', '~> 0.2.0')
Expand Down

0 comments on commit 3c4a4c9

Please sign in to comment.