Skip to content

Commit

Permalink
Update CocoaPods to 1.12.1 to fix issue with Xcode 14.3 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed May 30, 2023
1 parent 7799447 commit c1a5055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'archive-tar-minitar'
gem 'cocoapods', '~> 1.11'
gem 'cocoapods', '~> 1.12', '>= 1.12.1'
gem 'commonmarker'
gem 'danger', '~> 9.3'
gem 'danger-rubocop', '~> 0.10'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ PLATFORMS

DEPENDENCIES
archive-tar-minitar
cocoapods (~> 1.11)
cocoapods (~> 1.12, >= 1.12.1)
commonmarker
danger (~> 9.3)
danger-rubocop (~> 0.10)
Expand Down

0 comments on commit c1a5055

Please sign in to comment.