File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# CocoaPods Core Changelog
2
2
3
- ## Master
3
+ ## 1.15.0 (2024-01-28)
4
4
5
5
##### Enhancements
6
6
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- cocoapods-core (1.14.3 )
4
+ cocoapods-core (1.15.0 )
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.2 )
18
+ activesupport (7.1.3 )
19
19
base64
20
20
bigdecimal
21
21
concurrent-ruby (~> 1.0 , >= 1.0.2 )
25
25
minitest (>= 5.1 )
26
26
mutex_m
27
27
tzinfo (~> 2.0 )
28
- addressable (2.8.5 )
28
+ addressable (2.8.6 )
29
29
public_suffix (>= 2.0.2 , < 6.0 )
30
30
algoliasearch (1.27.5 )
31
31
httpclient (~> 2.8 , >= 2.8.3 )
34
34
awesome_print (1.9.2 )
35
35
bacon (1.2.0 )
36
36
base64 (0.1.1 )
37
- bigdecimal (3.1.4 )
37
+ bigdecimal (3.1.6 )
38
38
coderay (1.1.3 )
39
- concurrent-ruby (1.2.2 )
39
+ concurrent-ruby (1.2.3 )
40
40
connection_pool (2.4.1 )
41
41
crack (0.4.5 )
42
42
rexml
50
50
httpclient (2.8.3 )
51
51
i18n (1.14.1 )
52
52
concurrent-ruby (~> 1.0 )
53
- json (2.6.3 )
53
+ json (2.7.1 )
54
54
kicker (3.0.0 )
55
55
listen (~> 1.3.0 )
56
56
notify (~> 0.5.2 )
61
61
rb-kqueue (>= 0.2 )
62
62
metaclass (0.0.4 )
63
63
method_source (1.0.0 )
64
- minitest (5.20.0 )
64
+ minitest (5.21.2 )
65
65
mocha (1.4.0 )
66
66
metaclass (~> 0.0.1 )
67
67
mocha-on-bacon (0.2.3 )
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.14.3 ' . freeze unless defined? Pod ::CORE_VERSION
4
+ CORE_VERSION = '1.15.0 ' . freeze unless defined? Pod ::CORE_VERSION
5
5
end
You can’t perform that action at this time.
0 commit comments