Skip to content

Commit 70054b4

Browse files
authored
CocoaPods 1.14.0 (#12008)
1 parent 571bdc8 commit 70054b4

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ source 'https://rubygems.org'
1212
# gem 'cocoapods-core', git: "https://github.com/CocoaPods/Core.git", ref: "f7cf05720eab935d7d50e35224d263952176fb53"
1313
# gem 'xcodeproj', git: "https://github.com/CocoaPods/Xcodeproj.git", ref: "eeccae7275645753cbaf45d96fc4b23e4b8b3b9f"
1414

15-
gem 'cocoapods', '1.13.0'
15+
gem 'cocoapods', '1.14.0'
1616
gem 'cocoapods-generate', '2.0.1'
1717
gem 'danger', '8.4.5'
18-
# activesupport is locked because of https://github.com/CocoaPods/CocoaPods/issues/12081
19-
gem 'activesupport', '7.0.8'

Gemfile.lock

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,35 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (7.0.8)
6+
activesupport (7.1.1)
7+
base64
8+
bigdecimal
79
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
connection_pool (>= 2.2.5)
11+
drb
812
i18n (>= 1.6, < 2)
913
minitest (>= 5.1)
14+
mutex_m
1015
tzinfo (~> 2.0)
1116
addressable (2.8.0)
1217
public_suffix (>= 2.0.2, < 5.0)
1318
algoliasearch (1.27.5)
1419
httpclient (~> 2.8, >= 2.8.3)
1520
json (>= 1.5.1)
1621
atomos (0.1.3)
22+
base64 (0.1.1)
23+
bigdecimal (3.1.4)
1724
claide (1.0.3)
1825
claide-plugins (0.9.2)
1926
cork
2027
nap
2128
open4 (~> 1.3)
22-
cocoapods (1.13.0)
29+
cocoapods (1.14.0)
2330
addressable (~> 2.8)
2431
claide (>= 1.0.2, < 2.0)
25-
cocoapods-core (= 1.13.0)
32+
cocoapods-core (= 1.14.0)
2633
cocoapods-deintegrate (>= 1.0.3, < 2.0)
27-
cocoapods-downloader (>= 1.6.0, < 2.0)
34+
cocoapods-downloader (>= 2.0)
2835
cocoapods-plugins (>= 1.0.0, < 2.0)
2936
cocoapods-search (>= 1.0.0, < 2.0)
3037
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -37,7 +44,7 @@ GEM
3744
nap (~> 1.0)
3845
ruby-macho (>= 2.3.0, < 3.0)
3946
xcodeproj (>= 1.23.0, < 2.0)
40-
cocoapods-core (1.13.0)
47+
cocoapods-core (1.14.0)
4148
activesupport (>= 5.0, < 8)
4249
addressable (~> 2.8)
4350
algoliasearch (~> 1.0)
@@ -49,7 +56,7 @@ GEM
4956
typhoeus (~> 1.0)
5057
cocoapods-deintegrate (1.0.5)
5158
cocoapods-disable-podfile-validations (0.1.1)
52-
cocoapods-downloader (1.6.3)
59+
cocoapods-downloader (2.0)
5360
cocoapods-generate (2.0.1)
5461
cocoapods-disable-podfile-validations (~> 0.1.1)
5562
cocoapods-plugins (1.0.0)
@@ -61,6 +68,7 @@ GEM
6168
cocoapods-try (1.2.0)
6269
colored2 (3.1.2)
6370
concurrent-ruby (1.2.2)
71+
connection_pool (2.4.1)
6472
cork (0.3.0)
6573
colored2 (~> 3.1)
6674
danger (8.4.5)
@@ -76,6 +84,8 @@ GEM
7684
no_proxy_fix
7785
octokit (~> 4.7)
7886
terminal-table (>= 1, < 4)
87+
drb (2.1.1)
88+
ruby2_keywords
7989
escape (0.0.4)
8090
ethon (0.16.0)
8191
ffi (>= 1.15.0)
@@ -104,7 +114,7 @@ GEM
104114
faraday-patron (1.0.0)
105115
faraday-rack (1.0.0)
106116
faraday-retry (1.0.3)
107-
ffi (1.15.5)
117+
ffi (1.16.3)
108118
fourflusher (2.3.1)
109119
fuzzy_match (2.0.4)
110120
gh_inspector (1.1.3)
@@ -122,6 +132,7 @@ GEM
122132
minitest (5.20.0)
123133
molinillo (0.8.0)
124134
multipart-post (2.1.1)
135+
mutex_m (0.1.2)
125136
nanaimo (0.3.0)
126137
nap (1.1.0)
127138
netrc (0.11.0)
@@ -157,8 +168,7 @@ PLATFORMS
157168
ruby
158169

159170
DEPENDENCIES
160-
activesupport (= 7.0.8)
161-
cocoapods (= 1.13.0)
171+
cocoapods (= 1.14.0)
162172
cocoapods-generate (= 2.0.1)
163173
danger (= 8.4.5)
164174

0 commit comments

Comments
 (0)