Skip to content

Commit 604b80b

Browse files
authored
Fix cocoapods installation tests (#3981)
### Description With #3976, we added a new dependency, but we need to also add it to the gemfile for the cocoapods installation tests
1 parent 332d93f commit 604b80b

File tree

1 file changed

+1
-0
lines changed
  • Tests/InstallationTests/CocoapodsInstallation

1 file changed

+1
-0
lines changed

Tests/InstallationTests/CocoapodsInstallation/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source "https://rubygems.org"
22

33
gem "fastlane"
44
gem "cocoapods"
5+
gem "nokogiri"

0 commit comments

Comments
 (0)