Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Point WordPressMocks to stable version, 0.0.15
  • Loading branch information
mokagio committed Sep 20, 2021
commit 8accde68372590611a51c19fe1b80cdbbbba2ee4
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ end
## ===================
##
def wordpress_mocks
# pod 'WordPressMocks', '~> 0.0.14'
pod 'WordPressMocks', '~> 0.0.15'
# pod 'WordPressMocks', :git => 'https://github.com/wordpress-mobile/WordPressMocks.git', :commit => ''
pod 'WordPressMocks', git: 'https://github.com/wordpress-mobile/WordPressMocks.git', branch: 'add-organization-id-to-me-sites'
# pod 'WordPressMocks', git: 'https://github.com/wordpress-mobile/WordPressMocks.git', branch: 'add-organization-id-to-me-sites'
# pod 'WordPressMocks', :path => '../WordPressMocks'
end

Expand Down