Skip to content

Commit 10ec48f

Browse files
committed
Release 1.15.0
1 parent d756e4c commit 10ec48f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CocoaPods Core Changelog
22

3-
## Master
3+
## 1.15.0 (2024-01-28)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-core (1.14.3)
4+
cocoapods-core (1.15.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.2)
18+
activesupport (7.1.3)
1919
base64
2020
bigdecimal
2121
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,7 +25,7 @@ GEM
2525
minitest (>= 5.1)
2626
mutex_m
2727
tzinfo (~> 2.0)
28-
addressable (2.8.5)
28+
addressable (2.8.6)
2929
public_suffix (>= 2.0.2, < 6.0)
3030
algoliasearch (1.27.5)
3131
httpclient (~> 2.8, >= 2.8.3)
@@ -34,9 +34,9 @@ GEM
3434
awesome_print (1.9.2)
3535
bacon (1.2.0)
3636
base64 (0.1.1)
37-
bigdecimal (3.1.4)
37+
bigdecimal (3.1.6)
3838
coderay (1.1.3)
39-
concurrent-ruby (1.2.2)
39+
concurrent-ruby (1.2.3)
4040
connection_pool (2.4.1)
4141
crack (0.4.5)
4242
rexml
@@ -50,7 +50,7 @@ GEM
5050
httpclient (2.8.3)
5151
i18n (1.14.1)
5252
concurrent-ruby (~> 1.0)
53-
json (2.6.3)
53+
json (2.7.1)
5454
kicker (3.0.0)
5555
listen (~> 1.3.0)
5656
notify (~> 0.5.2)
@@ -61,7 +61,7 @@ GEM
6161
rb-kqueue (>= 0.2)
6262
metaclass (0.0.4)
6363
method_source (1.0.0)
64-
minitest (5.20.0)
64+
minitest (5.21.2)
6565
mocha (1.4.0)
6666
metaclass (~> 0.0.1)
6767
mocha-on-bacon (0.2.3)

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

0 commit comments

Comments
 (0)