Skip to content

Commit c4b35df

Browse files
committed
Fix Gems
1 parent 23e3937 commit c4b35df

2 files changed

Lines changed: 56 additions & 26 deletions

File tree

Gemfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
source 'https://rubygems.org' do
2-
gem 'cocoapods', '1.7.5'
3-
end
1+
# frozen_string_literal: true
2+
3+
source 'https://rubygems.org'
4+
5+
gem 'cocoapods', '~> 1.8.0'
6+
gem 'rubocop', '~> 1.18'

Gemfile.lock

Lines changed: 50 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
1-
GEM
2-
specs:
3-
41
GEM
52
remote: https://rubygems.org/
63
specs:
7-
CFPropertyList (3.0.1)
8-
activesupport (4.2.11.1)
4+
CFPropertyList (3.0.5)
5+
rexml
6+
activesupport (4.2.11.3)
97
i18n (~> 0.7)
108
minitest (~> 5.1)
119
thread_safe (~> 0.3, >= 0.3.4)
1210
tzinfo (~> 1.1)
11+
algoliasearch (1.27.5)
12+
httpclient (~> 2.8, >= 2.8.3)
13+
json (>= 1.5.1)
14+
ast (2.4.2)
1315
atomos (0.1.3)
14-
claide (1.0.3)
15-
cocoapods (1.7.5)
16+
claide (1.1.0)
17+
cocoapods (1.8.4)
1618
activesupport (>= 4.0.2, < 5)
1719
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.7.5)
20+
cocoapods-core (= 1.8.4)
1921
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2022
cocoapods-downloader (>= 1.2.2, < 2.0)
2123
cocoapods-plugins (>= 1.0.0, < 2.0)
2224
cocoapods-search (>= 1.0.0, < 2.0)
2325
cocoapods-stats (>= 1.0.0, < 2.0)
24-
cocoapods-trunk (>= 1.3.1, < 2.0)
26+
cocoapods-trunk (>= 1.4.0, < 2.0)
2527
cocoapods-try (>= 1.1.0, < 2.0)
2628
colored2 (~> 3.1)
2729
escape (~> 0.0.4)
@@ -30,50 +32,75 @@ GEM
3032
molinillo (~> 0.6.6)
3133
nap (~> 1.0)
3234
ruby-macho (~> 1.4)
33-
xcodeproj (>= 1.10.0, < 2.0)
34-
cocoapods-core (1.7.5)
35+
xcodeproj (>= 1.11.1, < 2.0)
36+
cocoapods-core (1.8.4)
3537
activesupport (>= 4.0.2, < 6)
38+
algoliasearch (~> 1.0)
39+
concurrent-ruby (~> 1.1)
3640
fuzzy_match (~> 2.0.4)
3741
nap (~> 1.0)
38-
cocoapods-deintegrate (1.0.4)
39-
cocoapods-downloader (1.2.2)
42+
cocoapods-deintegrate (1.0.5)
43+
cocoapods-downloader (1.5.1)
4044
cocoapods-plugins (1.0.0)
4145
nap
42-
cocoapods-search (1.0.0)
46+
cocoapods-search (1.0.1)
4347
cocoapods-stats (1.1.0)
44-
cocoapods-trunk (1.4.0)
48+
cocoapods-trunk (1.6.0)
4549
nap (>= 0.8, < 2.0)
4650
netrc (~> 0.11)
47-
cocoapods-try (1.1.0)
51+
cocoapods-try (1.2.0)
4852
colored2 (3.1.2)
49-
concurrent-ruby (1.1.5)
53+
concurrent-ruby (1.1.9)
5054
escape (0.0.4)
5155
fourflusher (2.3.1)
5256
fuzzy_match (2.0.4)
5357
gh_inspector (1.1.3)
58+
httpclient (2.8.3)
5459
i18n (0.9.5)
5560
concurrent-ruby (~> 1.0)
56-
minitest (5.12.0)
61+
json (2.6.1)
62+
minitest (5.15.0)
5763
molinillo (0.6.6)
58-
nanaimo (0.2.6)
64+
nanaimo (0.3.0)
5965
nap (1.1.0)
6066
netrc (0.11.0)
67+
parallel (1.21.0)
68+
parser (3.1.0.0)
69+
ast (~> 2.4.1)
70+
rainbow (3.1.1)
71+
regexp_parser (2.2.0)
72+
rexml (3.2.5)
73+
rubocop (1.25.1)
74+
parallel (~> 1.10)
75+
parser (>= 3.1.0.0)
76+
rainbow (>= 2.2.2, < 4.0)
77+
regexp_parser (>= 1.8, < 3.0)
78+
rexml
79+
rubocop-ast (>= 1.15.1, < 2.0)
80+
ruby-progressbar (~> 1.7)
81+
unicode-display_width (>= 1.4.0, < 3.0)
82+
rubocop-ast (1.15.1)
83+
parser (>= 3.0.1.1)
6184
ruby-macho (1.4.0)
85+
ruby-progressbar (1.11.0)
6286
thread_safe (0.3.6)
63-
tzinfo (1.2.5)
87+
tzinfo (1.2.9)
6488
thread_safe (~> 0.1)
65-
xcodeproj (1.12.0)
89+
unicode-display_width (2.1.0)
90+
xcodeproj (1.21.0)
6691
CFPropertyList (>= 2.3.3, < 4.0)
6792
atomos (~> 0.1.3)
6893
claide (>= 1.0.2, < 2.0)
6994
colored2 (~> 3.1)
70-
nanaimo (~> 0.2.6)
95+
nanaimo (~> 0.3.0)
96+
rexml (~> 3.2.4)
7197

7298
PLATFORMS
7399
ruby
74100

75101
DEPENDENCIES
76-
cocoapods (= 1.7.5)!
102+
cocoapods (~> 1.8.0)
103+
rubocop (~> 1.18)
77104

78105
BUNDLED WITH
79106
2.2.33

0 commit comments

Comments
 (0)