Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 72ec433

Browse files
HeEAaDflovilmart
authored andcommitted
upgrade CocoaPods to 1.5.3 (#180)
1 parent d952005 commit 72ec433

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
22

33
gem 'xcpretty'
44
# xcode8 compat
5-
gem 'cocoapods', '1.4.0'
5+
gem 'cocoapods', '1.5.3'
66
gem 'jazzy'

Gemfile.lock

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.6)
5-
activesupport (4.2.10)
4+
CFPropertyList (3.0.0)
5+
activesupport (4.2.11)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
atomos (0.1.2)
10+
atomos (0.1.3)
1111
claide (1.0.2)
12-
cocoapods (1.4.0)
12+
cocoapods (1.5.3)
1313
activesupport (>= 4.0.2, < 5)
1414
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.4.0)
15+
cocoapods-core (= 1.5.3)
1616
cocoapods-deintegrate (>= 1.0.2, < 2.0)
17-
cocoapods-downloader (>= 1.1.3, < 2.0)
17+
cocoapods-downloader (>= 1.2.0, < 2.0)
1818
cocoapods-plugins (>= 1.0.0, < 2.0)
1919
cocoapods-search (>= 1.0.0, < 2.0)
2020
cocoapods-stats (>= 1.0.0, < 2.0)
@@ -24,26 +24,26 @@ GEM
2424
escape (~> 0.0.4)
2525
fourflusher (~> 2.0.1)
2626
gh_inspector (~> 1.0)
27-
molinillo (~> 0.6.4)
27+
molinillo (~> 0.6.5)
2828
nap (~> 1.0)
2929
ruby-macho (~> 1.1)
30-
xcodeproj (>= 1.5.4, < 2.0)
31-
cocoapods-core (1.4.0)
30+
xcodeproj (>= 1.5.7, < 2.0)
31+
cocoapods-core (1.5.3)
3232
activesupport (>= 4.0.2, < 6)
3333
fuzzy_match (~> 2.0.4)
3434
nap (~> 1.0)
3535
cocoapods-deintegrate (1.0.2)
36-
cocoapods-downloader (1.1.3)
36+
cocoapods-downloader (1.2.2)
3737
cocoapods-plugins (1.0.0)
3838
nap
3939
cocoapods-search (1.0.0)
40-
cocoapods-stats (1.0.0)
41-
cocoapods-trunk (1.3.0)
40+
cocoapods-stats (1.1.0)
41+
cocoapods-trunk (1.3.1)
4242
nap (>= 0.8, < 2.0)
4343
netrc (~> 0.11)
4444
cocoapods-try (1.1.0)
4545
colored2 (3.1.2)
46-
concurrent-ruby (1.0.5)
46+
concurrent-ruby (1.1.4)
4747
escape (0.0.4)
4848
ffi (1.9.18)
4949
fourflusher (2.0.1)
@@ -62,9 +62,9 @@ GEM
6262
xcinvoke (~> 0.3.0)
6363
liferaft (0.0.6)
6464
minitest (5.11.3)
65-
molinillo (0.6.4)
65+
molinillo (0.6.6)
6666
mustache (0.99.8)
67-
nanaimo (0.2.3)
67+
nanaimo (0.2.6)
6868
nap (1.1.0)
6969
netrc (0.11.0)
7070
open4 (1.3.4)
@@ -73,7 +73,7 @@ GEM
7373
ffi (>= 0.5.0, < 2)
7474
redcarpet (3.4.0)
7575
rouge (1.11.1)
76-
ruby-macho (1.1.0)
76+
ruby-macho (1.3.1)
7777
sass (3.5.3)
7878
sass-listen (~> 4.0.0)
7979
sass-listen (4.0.0)
@@ -85,22 +85,22 @@ GEM
8585
thread_safe (~> 0.1)
8686
xcinvoke (0.3.0)
8787
liferaft (~> 0.0.6)
88-
xcodeproj (1.5.6)
89-
CFPropertyList (~> 2.3.3)
90-
atomos (~> 0.1.2)
88+
xcodeproj (1.8.0)
89+
CFPropertyList (>= 2.3.3, < 4.0)
90+
atomos (~> 0.1.3)
9191
claide (>= 1.0.2, < 2.0)
9292
colored2 (~> 3.1)
93-
nanaimo (~> 0.2.3)
93+
nanaimo (~> 0.2.6)
9494
xcpretty (0.2.2)
9595
rouge (~> 1.8)
9696

9797
PLATFORMS
9898
ruby
9999

100100
DEPENDENCIES
101-
cocoapods (= 1.4.0)
101+
cocoapods (= 1.5.3)
102102
jazzy
103103
xcpretty
104104

105105
BUNDLED WITH
106-
1.16.1
106+
1.17.3

0 commit comments

Comments
 (0)