Skip to content

Commit 869ae3f

Browse files
author
Pedro Piñera
committed
Use CocoaPods 1.6.0.beta.1
1 parent 238c356 commit 869ae3f

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ source "https://rubygems.org"
22

33
gem "rake"
44
gem "jazzy"
5-
gem "cocoapods"
6-
7-
# Added at 2018-10-12 09:20:46 +0200 by pedropinera:
5+
gem "cocoapods", "1.6.0.beta.1"
86
gem "colorize", "~> 0.8.1"

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ GEM
99
tzinfo (~> 1.1)
1010
atomos (0.1.3)
1111
claide (1.0.2)
12-
cocoapods (1.5.3)
12+
cocoapods (1.6.0.beta.1)
1313
activesupport (>= 4.0.2, < 5)
1414
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.5.3)
15+
cocoapods-core (= 1.6.0.beta.1)
1616
cocoapods-deintegrate (>= 1.0.2, < 2.0)
17-
cocoapods-downloader (>= 1.2.0, < 2.0)
17+
cocoapods-downloader (>= 1.2.1, < 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)
21-
cocoapods-trunk (>= 1.3.0, < 2.0)
21+
cocoapods-trunk (>= 1.3.1, < 2.0)
2222
cocoapods-try (>= 1.1.0, < 2.0)
2323
colored2 (~> 3.1)
2424
escape (~> 0.0.4)
2525
fourflusher (~> 2.0.1)
2626
gh_inspector (~> 1.0)
27-
molinillo (~> 0.6.5)
27+
molinillo (~> 0.6.6)
2828
nap (~> 1.0)
29-
ruby-macho (~> 1.1)
30-
xcodeproj (>= 1.5.7, < 2.0)
31-
cocoapods-core (1.5.3)
29+
ruby-macho (~> 1.2)
30+
xcodeproj (>= 1.6.0, < 2.0)
31+
cocoapods-core (1.6.0.beta.1)
3232
activesupport (>= 4.0.2, < 6)
3333
fuzzy_match (~> 2.0.4)
3434
nap (~> 1.0)
@@ -38,7 +38,7 @@ GEM
3838
nap
3939
cocoapods-search (1.0.0)
4040
cocoapods-stats (1.0.0)
41-
cocoapods-trunk (1.3.0)
41+
cocoapods-trunk (1.3.1)
4242
nap (>= 0.8, < 2.0)
4343
netrc (~> 0.11)
4444
cocoapods-try (1.1.0)
@@ -75,7 +75,7 @@ GEM
7575
ffi (>= 0.5.0, < 2)
7676
redcarpet (3.4.0)
7777
rouge (3.2.0)
78-
ruby-macho (1.2.0)
78+
ruby-macho (1.3.1)
7979
sass (3.5.7)
8080
sass-listen (~> 4.0.0)
8181
sass-listen (4.0.0)
@@ -87,18 +87,18 @@ GEM
8787
thread_safe (~> 0.1)
8888
xcinvoke (0.3.0)
8989
liferaft (~> 0.0.6)
90-
xcodeproj (1.5.9)
90+
xcodeproj (1.6.0)
9191
CFPropertyList (>= 2.3.3, < 4.0)
92-
atomos (~> 0.1.2)
92+
atomos (~> 0.1.3)
9393
claide (>= 1.0.2, < 2.0)
9494
colored2 (~> 3.1)
95-
nanaimo (~> 0.2.5)
95+
nanaimo (~> 0.2.6)
9696

9797
PLATFORMS
9898
ruby
9999

100100
DEPENDENCIES
101-
cocoapods
101+
cocoapods (= 1.6.0.beta.1)
102102
colorize (~> 0.8.1)
103103
jazzy
104104
rake

0 commit comments

Comments
 (0)