File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 11
11
* None.
12
12
13
13
14
+ ## 1.16.1 (2024-10-29)
15
+
16
+ ##### Enhancements
17
+
18
+ * None.
19
+
20
+ ##### Bug Fixes
21
+
22
+ * None.
23
+
24
+
14
25
## 1.16.0 (2024-10-29)
15
26
16
27
##### Enhancements
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- cocoapods-core (1.16.0 )
4
+ cocoapods-core (1.16.1 )
5
5
activesupport (>= 5.0 , < 8 )
6
6
addressable (~> 2.8 )
7
7
algoliasearch (~> 1.0 )
15
15
GEM
16
16
remote: https://rubygems.org/
17
17
specs:
18
- activesupport (7.1.4 .2 )
18
+ activesupport (7.2.1 .2 )
19
19
base64
20
20
bigdecimal
21
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
21
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
22
22
connection_pool (>= 2.2.5 )
23
23
drb
24
24
i18n (>= 1.6 , < 2 )
25
+ logger (>= 1.4.2 )
25
26
minitest (>= 5.1 )
26
- mutex_m
27
- tzinfo (~> 2.0 )
27
+ securerandom ( >= 0.3 )
28
+ tzinfo (~> 2.0 , >= 2.0.5 )
28
29
addressable (2.8.7 )
29
30
public_suffix (>= 2.0.2 , < 7.0 )
30
31
algoliasearch (1.27.5 )
58
59
rb-fsevent (>= 0.9.3 )
59
60
rb-inotify (>= 0.9 )
60
61
rb-kqueue (>= 0.2 )
62
+ logger (1.6.1 )
61
63
metaclass (0.0.4 )
62
64
method_source (1.0.0 )
63
65
minitest (5.25.1 )
64
66
mocha (1.4.0 )
65
67
metaclass (~> 0.0.1 )
66
68
mocha-on-bacon (0.2.3 )
67
69
mocha (>= 0.13.0 )
68
- mutex_m (0.2.0 )
69
70
nap (1.1.0 )
70
71
netrc (0.11.0 )
71
72
notify (0.5.2 )
107
108
rubocop (>= 1.7.0 , < 2.0 )
108
109
rubocop-ast (>= 0.4.0 )
109
110
ruby-progressbar (1.13.0 )
111
+ securerandom (0.3.1 )
110
112
typhoeus (1.4.1 )
111
113
ethon (>= 0.9.0 )
112
114
tzinfo (2.0.6 )
Original file line number Diff line number Diff line change 1
1
module Pod
2
2
# The version of the cocoapods-core.
3
3
#
4
- CORE_VERSION = '1.16.0 ' . freeze unless defined? Pod ::CORE_VERSION
4
+ CORE_VERSION = '1.16.1 ' . freeze unless defined? Pod ::CORE_VERSION
5
5
end
You can’t perform that action at this time.
0 commit comments