Skip to content

Commit

Permalink
build: update CocoaPods to 1.16.2 (#89)
Browse files Browse the repository at this point in the history
* build: update CocoaPods to 1.16.2

* fixup! build: update CocoaPods to 1.16.2
  • Loading branch information
muhammedtanriverdi-tomtom authored Dec 4, 2024
1 parent f062331 commit 63877f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CocoaPods/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
ruby "~>#{File.read(File.join(__dir__, "../.ruby-version")).strip}"
gem "cocoapods", "1.15.2"
gem "cocoapods", "1.16.2"
gem "cocoapods-art"
34 changes: 17 additions & 17 deletions CocoaPods/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ GEM
base64
nkf
rexml
activesupport (7.2.1)
activesupport (7.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -23,12 +24,13 @@ GEM
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.15.2)
cocoapods (1.16.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.15.2)
cocoapods-core (= 1.16.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -42,9 +44,9 @@ GEM
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
xcodeproj (>= 1.27.0, < 2.0)
cocoapods-art (1.1.0)
cocoapods-core (1.15.2)
cocoapods-core (1.16.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand Down Expand Up @@ -77,33 +79,31 @@ GEM
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
logger (1.6.0)
minitest (5.25.1)
json (2.9.0)
logger (1.6.2)
minitest (5.25.2)
molinillo (0.8.0)
nanaimo (0.3.0)
nanaimo (0.4.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.3.9)
strscan
ruby-macho (2.5.1)
securerandom (0.3.1)
strscan (3.1.0)
securerandom (0.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.25.0)
xcodeproj (1.27.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (>= 3.3.9, < 4.0)
nanaimo (~> 0.4.0)
rexml (>= 3.3.6, < 4.0)

PLATFORMS
arm64-darwin-21
Expand All @@ -115,7 +115,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
cocoapods (= 1.15.2)
cocoapods (= 1.16.2)
cocoapods-art

RUBY VERSION
Expand Down
2 changes: 1 addition & 1 deletion CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 85ccd7ce44822d91820608c854ae19a60439382d

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2

0 comments on commit 63877f1

Please sign in to comment.