Skip to content

Commit 743bfb7

Browse files
committed
Pin Gemfile dependencies.
1 parent 949b0d5 commit 743bfb7

File tree

2 files changed

+53
-42
lines changed

2 files changed

+53
-42
lines changed

Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'xcpretty'
4-
gem 'cocoapods'
5-
gem 'danger'
6-
gem 'danger-swiftlint'
3+
gem 'xcpretty', '0.3.0'
4+
gem 'cocoapods', '1.14.3'
5+
gem 'danger', '8.3.1'
6+
gem 'danger-swiftlint', '0.26.0'

Gemfile.lock

+49-38
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.6)
4+
CFPropertyList (3.0.6)
5+
rexml
6+
activesupport (7.1.2)
7+
base64
8+
bigdecimal
69
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
10+
connection_pool (>= 2.2.5)
11+
drb
12+
i18n (>= 1.6, < 2)
13+
minitest (>= 5.1)
14+
mutex_m
15+
tzinfo (~> 2.0)
1016
addressable (2.8.0)
1117
public_suffix (>= 2.0.2, < 5.0)
1218
algoliasearch (1.27.5)
1319
httpclient (~> 2.8, >= 2.8.3)
1420
json (>= 1.5.1)
1521
atomos (0.1.3)
22+
base64 (0.2.0)
23+
bigdecimal (3.1.5)
1624
claide (1.0.3)
1725
claide-plugins (0.9.2)
1826
cork
1927
nap
2028
open4 (~> 1.3)
21-
cocoapods (1.10.1)
22-
addressable (~> 2.6)
29+
cocoapods (1.14.3)
30+
addressable (~> 2.8)
2331
claide (>= 1.0.2, < 2.0)
24-
cocoapods-core (= 1.10.1)
32+
cocoapods-core (= 1.14.3)
2533
cocoapods-deintegrate (>= 1.0.3, < 2.0)
26-
cocoapods-downloader (>= 1.4.0, < 2.0)
34+
cocoapods-downloader (>= 2.1, < 3.0)
2735
cocoapods-plugins (>= 1.0.0, < 2.0)
2836
cocoapods-search (>= 1.0.0, < 2.0)
29-
cocoapods-trunk (>= 1.4.0, < 2.0)
37+
cocoapods-trunk (>= 1.6.0, < 2.0)
3038
cocoapods-try (>= 1.1.0, < 2.0)
3139
colored2 (~> 3.1)
3240
escape (~> 0.0.4)
3341
fourflusher (>= 2.3.0, < 3.0)
3442
gh_inspector (~> 1.0)
35-
molinillo (~> 0.6.6)
43+
molinillo (~> 0.8.0)
3644
nap (~> 1.0)
37-
ruby-macho (~> 1.4)
38-
xcodeproj (>= 1.19.0, < 2.0)
39-
cocoapods-core (1.10.1)
40-
activesupport (> 5.0, < 6)
41-
addressable (~> 2.6)
45+
ruby-macho (>= 2.3.0, < 3.0)
46+
xcodeproj (>= 1.23.0, < 2.0)
47+
cocoapods-core (1.14.3)
48+
activesupport (>= 5.0, < 8)
49+
addressable (~> 2.8)
4250
algoliasearch (~> 1.0)
4351
concurrent-ruby (~> 1.1)
4452
fuzzy_match (~> 2.0.4)
4553
nap (~> 1.0)
4654
netrc (~> 0.11)
47-
public_suffix
55+
public_suffix (~> 4.0)
4856
typhoeus (~> 1.0)
49-
cocoapods-deintegrate (1.0.4)
50-
cocoapods-downloader (1.4.0)
57+
cocoapods-deintegrate (1.0.5)
58+
cocoapods-downloader (2.1)
5159
cocoapods-plugins (1.0.0)
5260
nap
53-
cocoapods-search (1.0.0)
54-
cocoapods-trunk (1.5.0)
61+
cocoapods-search (1.0.1)
62+
cocoapods-trunk (1.6.0)
5563
nap (>= 0.8, < 2.0)
5664
netrc (~> 0.11)
5765
cocoapods-try (1.2.0)
5866
colored2 (3.1.2)
59-
concurrent-ruby (1.1.9)
67+
concurrent-ruby (1.2.2)
68+
connection_pool (2.4.1)
6069
cork (0.3.0)
6170
colored2 (~> 3.1)
6271
danger (8.3.1)
@@ -76,8 +85,10 @@ GEM
7685
danger
7786
rake (> 10)
7887
thor (~> 0.19)
88+
drb (2.2.0)
89+
ruby2_keywords
7990
escape (0.0.4)
80-
ethon (0.14.0)
91+
ethon (0.16.0)
8192
ffi (>= 1.15.0)
8293
faraday (1.5.1)
8394
faraday-em_http (~> 1.0)
@@ -98,23 +109,24 @@ GEM
98109
faraday-net_http (1.0.1)
99110
faraday-net_http_persistent (1.2.0)
100111
faraday-patron (1.0.0)
101-
ffi (1.15.3)
112+
ffi (1.16.3)
102113
fourflusher (2.3.1)
103114
fuzzy_match (2.0.4)
104115
gh_inspector (1.1.3)
105116
git (1.9.1)
106117
rchardet (~> 1.8)
107118
httpclient (2.8.3)
108-
i18n (1.8.10)
119+
i18n (1.14.1)
109120
concurrent-ruby (~> 1.0)
110-
json (2.5.1)
121+
json (2.7.1)
111122
kramdown (2.3.1)
112123
rexml
113124
kramdown-parser-gfm (1.1.0)
114125
kramdown (~> 2.0)
115-
minitest (5.14.4)
116-
molinillo (0.6.6)
126+
minitest (5.21.1)
127+
molinillo (0.8.0)
117128
multipart-post (2.1.1)
129+
mutex_m (0.2.0)
118130
nanaimo (0.3.0)
119131
nap (1.1.0)
120132
netrc (0.11.0)
@@ -128,21 +140,20 @@ GEM
128140
rchardet (1.8.0)
129141
rexml (3.2.5)
130142
rouge (2.0.7)
131-
ruby-macho (1.4.0)
143+
ruby-macho (2.5.1)
132144
ruby2_keywords (0.0.4)
133145
sawyer (0.8.2)
134146
addressable (>= 2.3.5)
135147
faraday (> 0.8, < 2.0)
136148
terminal-table (3.0.1)
137149
unicode-display_width (>= 1.1.1, < 3)
138150
thor (0.20.3)
139-
thread_safe (0.3.6)
140-
typhoeus (1.4.0)
151+
typhoeus (1.4.1)
141152
ethon (>= 0.9.0)
142-
tzinfo (1.2.9)
143-
thread_safe (~> 0.1)
153+
tzinfo (2.0.6)
154+
concurrent-ruby (~> 1.0)
144155
unicode-display_width (2.0.0)
145-
xcodeproj (1.20.0)
156+
xcodeproj (1.23.0)
146157
CFPropertyList (>= 2.3.3, < 4.0)
147158
atomos (~> 0.1.3)
148159
claide (>= 1.0.2, < 2.0)
@@ -156,10 +167,10 @@ PLATFORMS
156167
ruby
157168

158169
DEPENDENCIES
159-
cocoapods
160-
danger
161-
danger-swiftlint
162-
xcpretty
170+
cocoapods (= 1.14.3)
171+
danger (= 8.3.1)
172+
danger-swiftlint (= 0.26.0)
173+
xcpretty (= 0.3.0)
163174

164175
BUNDLED WITH
165176
2.1.4

0 commit comments

Comments
 (0)