diff --git a/packages/rn-tester/Podfile.lock b/packages/rn-tester/Podfile.lock index 100e8bae7a..5d46ac1a68 100644 --- a/packages/rn-tester/Podfile.lock +++ b/packages/rn-tester/Podfile.lock @@ -77,18 +77,18 @@ PODS: - RCT-Folly (2021.04.26.00): - boost-for-react-native - DoubleConversion - - fmt + - fmt (~> 6.2.1) - glog - RCT-Folly/Default (= 2021.04.26.00) - RCT-Folly/Default (2021.04.26.00): - boost-for-react-native - DoubleConversion - - fmt + - fmt (~> 6.2.1) - glog - RCT-Folly/Fabric (2021.04.26.00): - boost-for-react-native - DoubleConversion - - fmt + - fmt (~> 6.2.1) - glog - RCTRequired (1000.0.0) - RCTTypeSafety (1000.0.0): @@ -877,7 +877,7 @@ SPEC CHECKSUMS: glog: 5337263514dd6f09803962437687240c5dc39aa4 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b - RCT-Folly: 8250e510cd9fde2f292ad258682264d4a1d38bff + RCT-Folly: 0dd9e1eb86348ecab5ba76f910b56f4b5fef3c46 RCTRequired: af2d6080a4b9ba0885b28ca78879a92066c71cab RCTTypeSafety: f5405e0143bb2addae97ce33e4c87d9284a48fe2 React: f64c9f6db5428717922a3292ba6a448615a2e143 diff --git a/third-party-podspecs/RCT-Folly.podspec b/third-party-podspecs/RCT-Folly.podspec index 81eccaafc5..a47e393ed7 100644 --- a/third-party-podspecs/RCT-Folly.podspec +++ b/third-party-podspecs/RCT-Folly.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |spec| spec.dependency 'boost-for-react-native' spec.dependency 'DoubleConversion' spec.dependency 'glog' - spec.dependency 'fmt' + spec.dependency 'fmt' , '~> 6.2.1' spec.compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation' spec.source_files = 'folly/String.cpp', 'folly/Conv.cpp',