Skip to content

Commit

Permalink
Allow minor and patch updates to RecaptchaInterop (#11687)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Aug 17, 2023
1 parent 0cddb58 commit 890b81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 7.8'
s.dependency 'GoogleUtilities/Environment', '~> 7.8'
s.dependency 'GTMSessionFetcher/Core', '>= 2.1', '< 4.0'
s.ios.dependency 'RecaptchaInterop', '~> 100.0.0'
s.ios.dependency 'RecaptchaInterop', '~> 100.0'
s.test_spec 'unit' do |unit_tests|
unit_tests.scheme = { :code_coverage => true }
# Unit tests can't run on watchOS.
Expand Down

0 comments on commit 890b81d

Please sign in to comment.