Skip to content

Commit 7de7463

Browse files
committed
Release 1.12.1
1 parent e7f7ad4 commit 7de7463

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.12.1 (2023-04-18)
88

99
##### Enhancements
1010

Gemfile.lock

Lines changed: 8 additions & 8 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: 84d294920d738e5040dbcde505311ea3b82dafbd
10+
revision: 6a316652956dd4dddc01e899e4f270b0954124e1
1111
branch: 1-12-stable
1212
specs:
13-
cocoapods-core (1.12.0)
13+
cocoapods-core (1.12.1)
1414
activesupport (>= 5.0, < 8)
1515
addressable (~> 2.8)
1616
algoliasearch (~> 1.0)
@@ -30,7 +30,7 @@ GIT
3030

3131
GIT
3232
remote: https://github.com/CocoaPods/Nanaimo.git
33-
revision: f04a2e3db256497faf71a9ed4e1baa3ea810d7ac
33+
revision: 2a5c613f3f1f95903293d10ecd87ee4ce2400c75
3434
branch: master
3535
specs:
3636
nanaimo (0.3.0)
@@ -119,10 +119,10 @@ GIT
119119
PATH
120120
remote: .
121121
specs:
122-
cocoapods (1.12.0)
122+
cocoapods (1.12.1)
123123
addressable (~> 2.8)
124124
claide (>= 1.0.2, < 2.0)
125-
cocoapods-core (= 1.12.0)
125+
cocoapods-core (= 1.12.1)
126126
cocoapods-deintegrate (>= 1.0.3, < 2.0)
127127
cocoapods-downloader (>= 1.6.0, < 2.0)
128128
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -143,13 +143,13 @@ GEM
143143
specs:
144144
CFPropertyList (3.0.6)
145145
rexml
146-
activesupport (6.1.7.2)
146+
activesupport (6.1.7.3)
147147
concurrent-ruby (~> 1.0, >= 1.0.2)
148148
i18n (>= 1.6, < 2)
149149
minitest (>= 5.1)
150150
tzinfo (~> 2.0)
151151
zeitwerk (~> 2.3)
152-
addressable (2.8.1)
152+
addressable (2.8.4)
153153
public_suffix (>= 2.0.2, < 6.0)
154154
algoliasearch (1.27.5)
155155
httpclient (~> 2.8, >= 2.8.3)
@@ -245,7 +245,7 @@ GEM
245245
rb-kqueue (>= 0.2)
246246
metaclass (0.0.4)
247247
method_source (0.8.2)
248-
minitest (5.17.0)
248+
minitest (5.18.0)
249249
mocha (1.4.0)
250250
metaclass (~> 0.0.1)
251251
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.12.0'.freeze unless defined? Pod::VERSION
4+
VERSION = '1.12.1'.freeze unless defined? Pod::VERSION
55
end

0 commit comments

Comments
 (0)