Skip to content

Commit be9fc78

Browse files
committed
Update bundle
1 parent 1ed747e commit be9fc78

File tree

2 files changed

+30
-26
lines changed

2 files changed

+30
-26
lines changed

Tests/CocoaPods/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem 'cocoapods', '~> 1.3.1'
3+
gem 'cocoapods', '~> 1.5.0'
44
gem 'minitest'

Tests/CocoaPods/Gemfile.lock

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,77 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.5)
5-
activesupport (4.2.9)
4+
CFPropertyList (3.0.0)
5+
activesupport (4.2.10)
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)
1011
claide (1.0.2)
11-
cocoapods (1.3.1)
12+
cocoapods (1.5.0)
1213
activesupport (>= 4.0.2, < 5)
1314
claide (>= 1.0.2, < 2.0)
14-
cocoapods-core (= 1.3.1)
15-
cocoapods-deintegrate (>= 1.0.1, < 2.0)
16-
cocoapods-downloader (>= 1.1.3, < 2.0)
15+
cocoapods-core (= 1.5.0)
16+
cocoapods-deintegrate (>= 1.0.2, < 2.0)
17+
cocoapods-downloader (>= 1.2.0, < 2.0)
1718
cocoapods-plugins (>= 1.0.0, < 2.0)
1819
cocoapods-search (>= 1.0.0, < 2.0)
1920
cocoapods-stats (>= 1.0.0, < 2.0)
20-
cocoapods-trunk (>= 1.2.0, < 2.0)
21+
cocoapods-trunk (>= 1.3.0, < 2.0)
2122
cocoapods-try (>= 1.1.0, < 2.0)
2223
colored2 (~> 3.1)
2324
escape (~> 0.0.4)
2425
fourflusher (~> 2.0.1)
2526
gh_inspector (~> 1.0)
26-
molinillo (~> 0.5.7)
27+
molinillo (~> 0.6.5)
2728
nap (~> 1.0)
2829
ruby-macho (~> 1.1)
29-
xcodeproj (>= 1.5.1, < 2.0)
30-
cocoapods-core (1.3.1)
30+
xcodeproj (>= 1.5.7, < 2.0)
31+
cocoapods-core (1.5.0)
3132
activesupport (>= 4.0.2, < 6)
3233
fuzzy_match (~> 2.0.4)
3334
nap (~> 1.0)
34-
cocoapods-deintegrate (1.0.1)
35-
cocoapods-downloader (1.1.3)
35+
cocoapods-deintegrate (1.0.2)
36+
cocoapods-downloader (1.2.0)
3637
cocoapods-plugins (1.0.0)
3738
nap
3839
cocoapods-search (1.0.0)
3940
cocoapods-stats (1.0.0)
40-
cocoapods-trunk (1.2.0)
41+
cocoapods-trunk (1.3.0)
4142
nap (>= 0.8, < 2.0)
42-
netrc (= 0.7.8)
43+
netrc (~> 0.11)
4344
cocoapods-try (1.1.0)
4445
colored2 (3.1.2)
46+
concurrent-ruby (1.0.5)
4547
escape (0.0.4)
4648
fourflusher (2.0.1)
4749
fuzzy_match (2.0.4)
48-
gh_inspector (1.0.3)
49-
i18n (0.8.6)
50+
gh_inspector (1.1.3)
51+
i18n (0.9.5)
52+
concurrent-ruby (~> 1.0)
5053
minitest (5.10.1)
51-
molinillo (0.5.7)
52-
nanaimo (0.2.3)
54+
molinillo (0.6.5)
55+
nanaimo (0.2.5)
5356
nap (1.1.0)
54-
netrc (0.7.8)
57+
netrc (0.11.0)
5558
ruby-macho (1.1.0)
5659
thread_safe (0.3.6)
57-
tzinfo (1.2.3)
60+
tzinfo (1.2.5)
5861
thread_safe (~> 0.1)
59-
xcodeproj (1.5.1)
60-
CFPropertyList (~> 2.3.3)
62+
xcodeproj (1.5.7)
63+
CFPropertyList (>= 2.3.3, < 4.0)
64+
atomos (~> 0.1.2)
6165
claide (>= 1.0.2, < 2.0)
6266
colored2 (~> 3.1)
63-
nanaimo (~> 0.2.3)
67+
nanaimo (~> 0.2.4)
6468

6569
PLATFORMS
6670
ruby
6771

6872
DEPENDENCIES
69-
cocoapods (~> 1.3.1)
73+
cocoapods (~> 1.5.0)
7074
minitest
7175

7276
BUNDLED WITH
73-
1.13.6
77+
1.16.1

0 commit comments

Comments
 (0)