Skip to content

Commit 4028223

Browse files
authored
Merge pull request #776 from CocoaPods/1-16-stable
Merge 1-16-stable
2 parents aa4cc1d + 5b889d0 commit 4028223

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
* None.
1212

1313

14+
## 1.16.1 (2024-10-29)
15+
16+
##### Enhancements
17+
18+
* None.
19+
20+
##### Bug Fixes
21+
22+
* None.
23+
24+
1425
## 1.16.0 (2024-10-29)
1526

1627
##### Enhancements

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-core (1.16.0)
4+
cocoapods-core (1.16.1)
55
activesupport (>= 5.0, < 8)
66
addressable (~> 2.8)
77
algoliasearch (~> 1.0)
@@ -15,16 +15,17 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
activesupport (7.1.4.2)
18+
activesupport (7.2.1.2)
1919
base64
2020
bigdecimal
21-
concurrent-ruby (~> 1.0, >= 1.0.2)
21+
concurrent-ruby (~> 1.0, >= 1.3.1)
2222
connection_pool (>= 2.2.5)
2323
drb
2424
i18n (>= 1.6, < 2)
25+
logger (>= 1.4.2)
2526
minitest (>= 5.1)
26-
mutex_m
27-
tzinfo (~> 2.0)
27+
securerandom (>= 0.3)
28+
tzinfo (~> 2.0, >= 2.0.5)
2829
addressable (2.8.7)
2930
public_suffix (>= 2.0.2, < 7.0)
3031
algoliasearch (1.27.5)
@@ -58,14 +59,14 @@ GEM
5859
rb-fsevent (>= 0.9.3)
5960
rb-inotify (>= 0.9)
6061
rb-kqueue (>= 0.2)
62+
logger (1.6.1)
6163
metaclass (0.0.4)
6264
method_source (1.0.0)
6365
minitest (5.25.1)
6466
mocha (1.4.0)
6567
metaclass (~> 0.0.1)
6668
mocha-on-bacon (0.2.3)
6769
mocha (>= 0.13.0)
68-
mutex_m (0.2.0)
6970
nap (1.1.0)
7071
netrc (0.11.0)
7172
notify (0.5.2)
@@ -107,6 +108,7 @@ GEM
107108
rubocop (>= 1.7.0, < 2.0)
108109
rubocop-ast (>= 0.4.0)
109110
ruby-progressbar (1.13.0)
111+
securerandom (0.3.1)
110112
typhoeus (1.4.1)
111113
ethon (>= 0.9.0)
112114
tzinfo (2.0.6)

lib/cocoapods-core/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-core.
33
#
4-
CORE_VERSION = '1.16.0'.freeze unless defined? Pod::CORE_VERSION
4+
CORE_VERSION = '1.16.1'.freeze unless defined? Pod::CORE_VERSION
55
end

0 commit comments

Comments
 (0)