Skip to content

Commit b544eb3

Browse files
committed
Release 1.11.3
1 parent 0d47396 commit b544eb3

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](https://guides.cocoapods.org/usi
44

55
To install release candidates run `[sudo] gem install cocoapods --pre`
66

7-
## Master
7+
## 1.11.3 (2022-03-16)
88

99
##### Enhancements
1010

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ GIT
77

88
GIT
99
remote: https://github.com/CocoaPods/Core.git
10-
revision: 57f9eeca434f1bdcf0ba34b8e0a7c551b51f3b66
10+
revision: 379d03af4ffc154355c893505c0c42254eb94e38
1111
branch: 1-11-stable
1212
specs:
13-
cocoapods-core (1.11.2)
13+
cocoapods-core (1.11.3)
1414
activesupport (>= 5.0, < 7)
1515
addressable (~> 2.8)
1616
algoliasearch (~> 1.0)
@@ -23,7 +23,7 @@ GIT
2323

2424
GIT
2525
remote: https://github.com/CocoaPods/Molinillo.git
26-
revision: 8053207d1184703a45f48d7bc00ad73aa03012b5
26+
revision: bb368fdc1071a8cfeeb8afe83ee6b7cb785f938a
2727
branch: master
2828
specs:
2929
molinillo (0.8.0)
@@ -37,7 +37,7 @@ GIT
3737

3838
GIT
3939
remote: https://github.com/CocoaPods/Xcodeproj.git
40-
revision: 14c3954d05ca954ee7b43498def8077cc7495509
40+
revision: e9a88df9e86f6729296e373c01753339638d5067
4141
branch: master
4242
specs:
4343
xcodeproj (1.21.0)
@@ -110,10 +110,10 @@ GIT
110110
PATH
111111
remote: .
112112
specs:
113-
cocoapods (1.11.2)
113+
cocoapods (1.11.3)
114114
addressable (~> 2.8)
115115
claide (>= 1.0.2, < 2.0)
116-
cocoapods-core (= 1.11.2)
116+
cocoapods-core (= 1.11.3)
117117
cocoapods-deintegrate (>= 1.0.3, < 2.0)
118118
cocoapods-downloader (>= 1.4.0, < 2.0)
119119
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -134,7 +134,7 @@ GEM
134134
specs:
135135
CFPropertyList (3.0.5)
136136
rexml
137-
activesupport (5.2.6)
137+
activesupport (5.2.7)
138138
concurrent-ruby (~> 1.0, >= 1.0.2)
139139
i18n (>= 0.7, < 2)
140140
minitest (~> 5.1)
@@ -178,21 +178,21 @@ GEM
178178
diffy (3.4.0)
179179
docile (1.1.5)
180180
escape (0.0.4)
181-
ethon (0.14.0)
181+
ethon (0.15.0)
182182
ffi (>= 1.15.0)
183183
faraday (0.17.3)
184184
multipart-post (>= 1.2, < 3)
185185
faraday-http-cache (1.3.1)
186186
faraday (~> 0.8)
187-
ffi (1.15.4)
187+
ffi (1.15.5)
188188
fourflusher (2.3.1)
189189
fuzzy_match (2.0.4)
190190
gh_inspector (1.1.3)
191191
git (1.7.0)
192192
rchardet (~> 1.8)
193193
hashdiff (1.0.1)
194194
httpclient (2.8.3)
195-
i18n (1.8.10)
195+
i18n (1.10.0)
196196
concurrent-ruby (~> 1.0)
197197
inch (0.8.0)
198198
pry
@@ -202,7 +202,7 @@ GEM
202202
inch_by_inch (1.0.1)
203203
inch (~> 0.8.0)
204204
rake (~> 10.0)
205-
json (2.5.1)
205+
json (2.6.1)
206206
kicker (3.0.0)
207207
listen (~> 1.3.0)
208208
notify (~> 0.5.2)
@@ -213,7 +213,7 @@ GEM
213213
rb-kqueue (>= 0.2)
214214
metaclass (0.0.4)
215215
method_source (0.8.2)
216-
minitest (5.14.4)
216+
minitest (5.15.0)
217217
mocha (1.2.1)
218218
metaclass (~> 0.0.1)
219219
mocha-on-bacon (0.2.3)

lib/cocoapods/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pod
22
# The version of the CocoaPods command line tool.
33
#
4-
VERSION = '1.11.2'.freeze unless defined? Pod::VERSION
4+
VERSION = '1.11.3'.freeze unless defined? Pod::VERSION
55
end

0 commit comments

Comments
 (0)