Skip to content

Commit 6c1c728

Browse files
committed
Use Ruby 2.4.2 with updated Gems
1 parent a22e2dd commit 6c1c728

File tree

3 files changed

+106
-101
lines changed

3 files changed

+106
-101
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.2

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
source "http://rubygems.org"
2-
ruby "2.3.1"
32

4-
gem "cocoapods", "~> 1.1.0"
3+
gem "cocoapods"
54
gem "cocoapods-keys"
6-
gem "danger", "~> 4.0.0"
5+
gem "danger"
76
gem "fastlane"
87
gem "slather"

Gemfile.lock

Lines changed: 103 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,236 +1,242 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.4)
4+
CFPropertyList (2.3.6)
55
RubyInline (3.12.4)
66
ZenTest (~> 4.3)
77
ZenTest (4.11.1)
8-
activesupport (4.2.7.1)
8+
activesupport (4.2.10)
99
i18n (~> 0.7)
10-
json (~> 1.7, >= 1.7.7)
1110
minitest (~> 5.1)
1211
thread_safe (~> 0.3, >= 0.3.4)
1312
tzinfo (~> 1.1)
14-
addressable (2.5.0)
15-
public_suffix (~> 2.0, >= 2.0.2)
13+
addressable (2.5.2)
14+
public_suffix (>= 2.0.2, < 4.0)
1615
babosa (1.0.2)
17-
claide (1.0.1)
16+
claide (1.0.2)
1817
claide-plugins (0.9.2)
1918
cork
2019
nap
2120
open4 (~> 1.3)
2221
clamp (0.6.5)
23-
cocoapods (1.1.1)
22+
cocoapods (1.3.1)
2423
activesupport (>= 4.0.2, < 5)
25-
claide (>= 1.0.1, < 2.0)
26-
cocoapods-core (= 1.1.1)
24+
claide (>= 1.0.2, < 2.0)
25+
cocoapods-core (= 1.3.1)
2726
cocoapods-deintegrate (>= 1.0.1, < 2.0)
28-
cocoapods-downloader (>= 1.1.2, < 2.0)
27+
cocoapods-downloader (>= 1.1.3, < 2.0)
2928
cocoapods-plugins (>= 1.0.0, < 2.0)
3029
cocoapods-search (>= 1.0.0, < 2.0)
3130
cocoapods-stats (>= 1.0.0, < 2.0)
32-
cocoapods-trunk (>= 1.1.1, < 2.0)
31+
cocoapods-trunk (>= 1.2.0, < 2.0)
3332
cocoapods-try (>= 1.1.0, < 2.0)
34-
colored (~> 1.2)
33+
colored2 (~> 3.1)
3534
escape (~> 0.0.4)
3635
fourflusher (~> 2.0.1)
3736
gh_inspector (~> 1.0)
38-
molinillo (~> 0.5.1)
37+
molinillo (~> 0.5.7)
3938
nap (~> 1.0)
40-
xcodeproj (>= 1.3.3, < 2.0)
41-
cocoapods-core (1.1.1)
42-
activesupport (>= 4.0.2, < 5)
39+
ruby-macho (~> 1.1)
40+
xcodeproj (>= 1.5.1, < 2.0)
41+
cocoapods-core (1.3.1)
42+
activesupport (>= 4.0.2, < 6)
4343
fuzzy_match (~> 2.0.4)
4444
nap (~> 1.0)
4545
cocoapods-deintegrate (1.0.1)
4646
cocoapods-downloader (1.1.3)
47-
cocoapods-keys (1.7.0)
47+
cocoapods-keys (2.0.0)
4848
dotenv
4949
osx_keychain
5050
cocoapods-plugins (1.0.0)
5151
nap
5252
cocoapods-search (1.0.0)
5353
cocoapods-stats (1.0.0)
54-
cocoapods-trunk (1.1.2)
54+
cocoapods-trunk (1.3.0)
5555
nap (>= 0.8, < 2.0)
56-
netrc (= 0.7.8)
56+
netrc (~> 0.11)
5757
cocoapods-try (1.1.0)
5858
colored (1.2)
59-
commander (4.4.3)
59+
colored2 (3.1.2)
60+
commander-fastlane (4.4.5)
6061
highline (~> 1.7.2)
61-
cork (0.2.0)
62-
colored (~> 1.2)
63-
danger (4.0.3)
62+
concurrent-ruby (1.0.5)
63+
cork (0.3.0)
64+
colored2 (~> 3.1)
65+
danger (5.5.5)
6466
claide (~> 1.0)
6567
claide-plugins (>= 0.9.2)
66-
colored (~> 1.2)
68+
colored2 (~> 3.1)
6769
cork (~> 0.1)
6870
faraday (~> 0.9)
6971
faraday-http-cache (~> 1.0)
7072
git (~> 1)
7173
kramdown (~> 1.5)
72-
octokit (~> 4.2)
74+
no_proxy_fix
75+
octokit (~> 4.7)
7376
terminal-table (~> 1)
74-
domain_name (0.5.20161129)
77+
declarative (0.0.10)
78+
declarative-option (0.1.0)
79+
domain_name (0.5.20170404)
7580
unf (>= 0.0.5, < 1.0.0)
76-
dotenv (2.1.1)
81+
dotenv (2.2.1)
7782
escape (0.0.4)
78-
excon (0.54.0)
79-
faraday (0.10.0)
83+
excon (0.60.0)
84+
faraday (0.13.1)
8085
multipart-post (>= 1.2, < 3)
8186
faraday-cookie_jar (0.0.6)
8287
faraday (>= 0.7.4)
8388
http-cookie (~> 1.0.0)
8489
faraday-http-cache (1.3.1)
8590
faraday (~> 0.8)
86-
faraday_middleware (0.10.1)
91+
faraday_middleware (0.12.2)
8792
faraday (>= 0.7.4, < 1.0)
88-
fastimage (2.0.1)
89-
addressable (~> 2)
90-
fastlane (2.3.0)
91-
activesupport (< 5)
93+
fastimage (2.1.1)
94+
fastlane (2.71.0)
95+
CFPropertyList (>= 2.3, < 3.0.0)
9296
addressable (>= 2.3, < 3.0.0)
9397
babosa (>= 1.0.2, < 2.0.0)
94-
bundler (~> 1.12)
98+
bundler (>= 1.12.0, < 2.0.0)
9599
colored
96-
commander (>= 4.4.0, < 5.0.0)
100+
commander-fastlane (>= 4.4.5, < 5.0.0)
97101
dotenv (>= 2.1.1, < 3.0.0)
98102
excon (>= 0.45.0, < 1.0.0)
99103
faraday (~> 0.9)
100104
faraday-cookie_jar (~> 0.0.6)
101105
faraday_middleware (~> 0.9)
102-
fastimage (>= 1.6)
106+
fastimage (>= 2.1.0, < 3.0.0)
103107
gh_inspector (>= 1.0.1, < 2.0.0)
104-
google-api-client (~> 0.9.1)
108+
google-api-client (>= 0.13.1, < 0.14.0)
105109
highline (>= 1.7.2, < 2.0.0)
106110
json (< 3.0.0)
107111
mini_magick (~> 4.5.1)
108112
multi_json
109113
multi_xml (~> 0.5)
110114
multipart-post (~> 2.0.0)
111115
plist (>= 3.1.0, < 4.0.0)
116+
public_suffix (~> 2.0.0)
112117
rubyzip (>= 1.1.0, < 2.0.0)
113118
security (= 0.1.3)
114119
slack-notifier (>= 1.3, < 2.0.0)
115120
terminal-notifier (>= 1.6.2, < 2.0.0)
116121
terminal-table (>= 1.4.5, < 2.0.0)
122+
tty-screen (~> 0.6.3)
117123
word_wrap (~> 1.0.0)
118-
xcodeproj (>= 0.20, < 2.0.0)
124+
xcodeproj (>= 1.5.2, < 2.0.0)
119125
xcpretty (>= 0.2.4, < 1.0.0)
120126
xcpretty-travis-formatter (>= 0.0.3)
121127
fourflusher (2.0.1)
122128
fuzzy_match (2.0.4)
123-
gh_inspector (1.0.2)
129+
gh_inspector (1.0.3)
124130
git (1.3.0)
125-
google-api-client (0.9.20)
126-
addressable (~> 2.3)
131+
google-api-client (0.13.6)
132+
addressable (~> 2.5, >= 2.5.1)
127133
googleauth (~> 0.5)
128-
httpclient (~> 2.7)
129-
hurley (~> 0.1)
130-
memoist (~> 0.11)
131-
mime-types (>= 1.6)
132-
representable (~> 2.3.0)
133-
retriable (~> 2.0)
134-
googleauth (0.5.1)
135-
faraday (~> 0.9)
136-
jwt (~> 1.4)
134+
httpclient (>= 2.8.1, < 3.0)
135+
mime-types (~> 3.0)
136+
representable (~> 3.0)
137+
retriable (>= 2.0, < 4.0)
138+
googleauth (0.6.2)
139+
faraday (~> 0.12)
140+
jwt (>= 1.4, < 3.0)
137141
logging (~> 2.0)
138142
memoist (~> 0.12)
139143
multi_json (~> 1.11)
140144
os (~> 0.9)
141145
signet (~> 0.7)
142-
highline (1.7.8)
146+
highline (1.7.10)
143147
http-cookie (1.0.3)
144148
domain_name (~> 0.5)
145149
httpclient (2.8.3)
146-
hurley (0.2)
147-
i18n (0.7.0)
148-
json (1.8.3)
149-
jwt (1.5.6)
150-
kramdown (1.13.1)
150+
i18n (0.9.1)
151+
concurrent-ruby (~> 1.0)
152+
json (2.1.0)
153+
jwt (2.1.0)
154+
kramdown (1.16.2)
151155
little-plugger (1.1.4)
152-
logging (2.1.0)
156+
logging (2.2.2)
153157
little-plugger (~> 1.1)
154158
multi_json (~> 1.10)
155-
memoist (0.15.0)
159+
memoist (0.16.0)
156160
mime-types (3.1)
157161
mime-types-data (~> 3.2015)
158162
mime-types-data (3.2016.0521)
159163
mini_magick (4.5.1)
160164
mini_portile2 (2.1.0)
161-
minitest (5.10.1)
162-
molinillo (0.5.4)
163-
multi_json (1.12.1)
165+
minitest (5.10.3)
166+
molinillo (0.5.7)
167+
multi_json (1.12.2)
164168
multi_xml (0.6.0)
165169
multipart-post (2.0.0)
166170
nanaimo (0.2.3)
167171
nap (1.1.0)
168-
netrc (0.7.8)
172+
netrc (0.11.0)
173+
no_proxy_fix (0.1.2)
169174
nokogiri (1.6.8.1)
170175
mini_portile2 (~> 2.1.0)
171-
octokit (4.6.2)
176+
octokit (4.8.0)
172177
sawyer (~> 0.8.0, >= 0.5.3)
173178
open4 (1.3.4)
174179
os (0.9.6)
175180
osx_keychain (1.0.1)
176181
RubyInline (~> 3)
177-
plist (3.2.0)
178-
public_suffix (2.0.4)
179-
representable (2.3.0)
180-
uber (~> 0.0.7)
181-
retriable (2.1.0)
182-
rouge (1.11.1)
183-
rubyzip (1.2.0)
182+
plist (3.4.0)
183+
public_suffix (2.0.5)
184+
representable (3.0.4)
185+
declarative (< 0.1.0)
186+
declarative-option (< 0.2.0)
187+
uber (< 0.2.0)
188+
retriable (3.1.1)
189+
rouge (2.0.7)
190+
ruby-macho (1.1.0)
191+
rubyzip (1.2.1)
184192
sawyer (0.8.1)
185193
addressable (>= 2.3.5, < 2.6)
186194
faraday (~> 0.8, < 1.0)
187195
security (0.1.3)
188-
signet (0.7.3)
196+
signet (0.8.1)
189197
addressable (~> 2.3)
190198
faraday (~> 0.9)
191-
jwt (~> 1.5)
199+
jwt (>= 1.5, < 3.0)
192200
multi_json (~> 1.10)
193201
slack-notifier (1.5.1)
194-
slather (2.3.0)
202+
slather (2.4.4)
203+
CFPropertyList (~> 2.2)
195204
activesupport (>= 4.0.2, < 5)
196205
clamp (~> 0.6)
197-
nokogiri (~> 1.6.3)
198-
xcodeproj (>= 0.20, < 2.0.0)
199-
terminal-notifier (1.7.1)
200-
terminal-table (1.7.3)
201-
unicode-display_width (~> 1.1.1)
202-
thread_safe (0.3.5)
203-
tzinfo (1.2.2)
206+
nokogiri (>= 1.6, < 1.7)
207+
xcodeproj (~> 1.4)
208+
terminal-notifier (1.8.0)
209+
terminal-table (1.8.0)
210+
unicode-display_width (~> 1.1, >= 1.1.1)
211+
thread_safe (0.3.6)
212+
tty-screen (0.6.4)
213+
tzinfo (1.2.4)
204214
thread_safe (~> 0.1)
205-
uber (0.0.15)
215+
uber (0.1.0)
206216
unf (0.1.4)
207217
unf_ext
208-
unf_ext (0.0.7.2)
209-
unicode-display_width (1.1.2)
218+
unf_ext (0.0.7.4)
219+
unicode-display_width (1.3.0)
210220
word_wrap (1.0.0)
211-
xcodeproj (1.4.2)
221+
xcodeproj (1.5.4)
212222
CFPropertyList (~> 2.3.3)
213-
activesupport (>= 3)
214-
claide (>= 1.0.1, < 2.0)
215-
colored (~> 1.2)
223+
claide (>= 1.0.2, < 2.0)
224+
colored2 (~> 3.1)
216225
nanaimo (~> 0.2.3)
217-
xcpretty (0.2.4)
218-
rouge (~> 1.8)
219-
xcpretty-travis-formatter (0.0.4)
226+
xcpretty (0.2.8)
227+
rouge (~> 2.0.7)
228+
xcpretty-travis-formatter (1.0.0)
220229
xcpretty (~> 0.2, >= 0.0.7)
221230

222231
PLATFORMS
223232
ruby
224233

225234
DEPENDENCIES
226-
cocoapods (~> 1.1.0)
235+
cocoapods
227236
cocoapods-keys
228-
danger (~> 4.0.0)
237+
danger
229238
fastlane
230239
slather
231240

232-
RUBY VERSION
233-
ruby 2.3.1p112
234-
235241
BUNDLED WITH
236-
1.13.6
242+
1.16.1

0 commit comments

Comments
 (0)