Skip to content

Commit 60369c8

Browse files
authored
Merge pull request #775 from CocoaPods/1-16-stable
Merge 1-16-stable
2 parents ed42621 + 155b7df commit 60369c8

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
##### Enhancements
66

7+
* None.
8+
9+
##### Bug Fixes
10+
11+
* None.
12+
13+
14+
## 1.16.0 (2024-10-29)
15+
16+
##### Enhancements
17+
718
* Add ability to configure max concurrency of CDN requests through environment variable.
819
[maikelvdh](https://github.com/maikelvdh)
920
[#773](https://github.com/CocoaPods/Core/pull/773)

Gemfile.lock

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-core (1.15.2)
4+
cocoapods-core (1.16.0)
55
activesupport (>= 5.0, < 8)
66
addressable (~> 2.8)
77
algoliasearch (~> 1.0)
@@ -15,7 +15,7 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
activesupport (7.1.3)
18+
activesupport (7.1.4.2)
1919
base64
2020
bigdecimal
2121
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,32 +25,31 @@ GEM
2525
minitest (>= 5.1)
2626
mutex_m
2727
tzinfo (~> 2.0)
28-
addressable (2.8.6)
29-
public_suffix (>= 2.0.2, < 6.0)
28+
addressable (2.8.7)
29+
public_suffix (>= 2.0.2, < 7.0)
3030
algoliasearch (1.27.5)
3131
httpclient (~> 2.8, >= 2.8.3)
3232
json (>= 1.5.1)
3333
ast (2.4.2)
3434
awesome_print (1.9.2)
3535
bacon (1.2.0)
36-
base64 (0.1.1)
37-
bigdecimal (3.1.6)
36+
base64 (0.1.2)
37+
bigdecimal (3.1.8)
3838
coderay (1.1.3)
39-
concurrent-ruby (1.2.3)
39+
concurrent-ruby (1.3.4)
4040
connection_pool (2.4.1)
4141
crack (0.4.5)
4242
rexml
43-
drb (2.2.0)
44-
ruby2_keywords
43+
drb (2.2.1)
4544
ethon (0.16.0)
4645
ffi (>= 1.15.0)
47-
ffi (1.16.3)
46+
ffi (1.17.0)
4847
fuzzy_match (2.0.4)
4948
hashdiff (1.0.1)
5049
httpclient (2.8.3)
51-
i18n (1.14.1)
50+
i18n (1.14.6)
5251
concurrent-ruby (~> 1.0)
53-
json (2.7.1)
52+
json (2.7.4)
5453
kicker (3.0.0)
5554
listen (~> 1.3.0)
5655
notify (~> 0.5.2)
@@ -61,7 +60,7 @@ GEM
6160
rb-kqueue (>= 0.2)
6261
metaclass (0.0.4)
6362
method_source (1.0.0)
64-
minitest (5.22.0)
63+
minitest (5.25.1)
6564
mocha (1.4.0)
6665
metaclass (~> 0.0.1)
6766
mocha-on-bacon (0.2.3)
@@ -108,7 +107,6 @@ GEM
108107
rubocop (>= 1.7.0, < 2.0)
109108
rubocop-ast (>= 0.4.0)
110109
ruby-progressbar (1.13.0)
111-
ruby2_keywords (0.0.5)
112110
typhoeus (1.4.1)
113111
ethon (>= 0.9.0)
114112
tzinfo (2.0.6)

lib/cocoapods-core/gem_version.rb

+1-1
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.15.2'.freeze unless defined? Pod::CORE_VERSION
4+
CORE_VERSION = '1.16.0'.freeze unless defined? Pod::CORE_VERSION
55
end

0 commit comments

Comments
 (0)