Skip to content

Commit c1c3a82

Browse files
committed
Update the Gemfile and Gemfile.lock
This updates the Gemfile to match the fastlane version we've been using, and also matches the latest gems included on Travis CI images.
1 parent 6bc6f41 commit c1c3a82

File tree

2 files changed

+39
-49
lines changed

2 files changed

+39
-49
lines changed

Gemfile

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

3-
gem "fastlane"
3+
gem "fastlane", "~> 2.37"

Gemfile.lock

Lines changed: 38 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,42 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.4)
5-
activesupport (4.2.7.1)
6-
i18n (~> 0.7)
7-
json (~> 1.7, >= 1.7.7)
8-
minitest (~> 5.1)
9-
thread_safe (~> 0.3, >= 0.3.4)
10-
tzinfo (~> 1.1)
11-
addressable (2.5.0)
4+
CFPropertyList (2.3.5)
5+
addressable (2.5.1)
126
public_suffix (~> 2.0, >= 2.0.2)
137
babosa (1.0.2)
14-
claide (1.0.1)
8+
claide (1.0.2)
159
colored (1.2)
16-
commander (4.4.3)
10+
colored2 (3.1.2)
11+
commander-fastlane (4.4.4)
1712
highline (~> 1.7.2)
18-
domain_name (0.5.20161129)
13+
domain_name (0.5.20170404)
1914
unf (>= 0.0.5, < 1.0.0)
20-
dotenv (2.1.1)
21-
excon (0.54.0)
22-
faraday (0.10.1)
15+
dotenv (2.2.1)
16+
excon (0.56.0)
17+
faraday (0.12.1)
2318
multipart-post (>= 1.2, < 3)
2419
faraday-cookie_jar (0.0.6)
2520
faraday (>= 0.7.4)
2621
http-cookie (~> 1.0.0)
27-
faraday_middleware (0.10.1)
22+
faraday_middleware (0.11.0.1)
2823
faraday (>= 0.7.4, < 1.0)
29-
fastimage (2.0.1)
30-
addressable (~> 2)
31-
fastlane (2.4.0)
32-
activesupport (< 5)
24+
fastimage (2.1.0)
25+
fastlane (2.37.0)
26+
CFPropertyList (>= 2.3, < 3.0.0)
3327
addressable (>= 2.3, < 3.0.0)
3428
babosa (>= 1.0.2, < 2.0.0)
35-
bundler (~> 1.12)
29+
bundler (>= 1.12.0, < 2.0.0)
3630
colored
37-
commander (>= 4.4.0, < 5.0.0)
31+
commander-fastlane (>= 4.4.0, < 5.0.0)
3832
dotenv (>= 2.1.1, < 3.0.0)
3933
excon (>= 0.45.0, < 1.0.0)
4034
faraday (~> 0.9)
4135
faraday-cookie_jar (~> 0.0.6)
4236
faraday_middleware (~> 0.9)
4337
fastimage (>= 1.6)
4438
gh_inspector (>= 1.0.1, < 2.0.0)
45-
google-api-client (~> 0.9.1)
39+
google-api-client (~> 0.9.2)
4640
highline (>= 1.7.2, < 2.0.0)
4741
json (< 3.0.0)
4842
mini_magick (~> 4.5.1)
@@ -55,12 +49,13 @@ GEM
5549
slack-notifier (>= 1.3, < 2.0.0)
5650
terminal-notifier (>= 1.6.2, < 2.0.0)
5751
terminal-table (>= 1.4.5, < 2.0.0)
52+
tty-screen (~> 0.5.0)
5853
word_wrap (~> 1.0.0)
59-
xcodeproj (>= 0.20, < 2.0.0)
54+
xcodeproj (>= 1.4.4, < 2.0.0)
6055
xcpretty (>= 0.2.4, < 1.0.0)
6156
xcpretty-travis-formatter (>= 0.0.3)
62-
gh_inspector (1.0.2)
63-
google-api-client (0.9.20)
57+
gh_inspector (1.0.3)
58+
google-api-client (0.9.28)
6459
addressable (~> 2.3)
6560
googleauth (~> 0.5)
6661
httpclient (~> 2.7)
@@ -82,66 +77,61 @@ GEM
8277
domain_name (~> 0.5)
8378
httpclient (2.8.3)
8479
hurley (0.2)
85-
i18n (0.7.0)
86-
json (1.8.3)
80+
json (2.1.0)
8781
jwt (1.5.6)
8882
little-plugger (1.1.4)
89-
logging (2.1.0)
83+
logging (2.2.2)
9084
little-plugger (~> 1.1)
9185
multi_json (~> 1.10)
9286
memoist (0.15.0)
9387
mime-types (3.1)
9488
mime-types-data (~> 3.2015)
9589
mime-types-data (3.2016.0521)
9690
mini_magick (4.5.1)
97-
minitest (5.10.1)
9891
multi_json (1.12.1)
9992
multi_xml (0.6.0)
10093
multipart-post (2.0.0)
10194
nanaimo (0.2.3)
10295
os (0.9.6)
103-
plist (3.2.0)
96+
plist (3.3.0)
10497
public_suffix (2.0.5)
10598
representable (2.3.0)
10699
uber (~> 0.0.7)
107100
retriable (2.1.0)
108-
rouge (1.11.1)
109-
rubyzip (1.2.0)
101+
rouge (2.0.7)
102+
rubyzip (1.2.1)
110103
security (0.1.3)
111104
signet (0.7.3)
112105
addressable (~> 2.3)
113106
faraday (~> 0.9)
114107
jwt (~> 1.5)
115108
multi_json (~> 1.10)
116109
slack-notifier (1.5.1)
117-
terminal-notifier (1.7.1)
118-
terminal-table (1.7.3)
119-
unicode-display_width (~> 1.1.1)
120-
thread_safe (0.3.5)
121-
tzinfo (1.2.2)
122-
thread_safe (~> 0.1)
110+
terminal-notifier (1.8.0)
111+
terminal-table (1.8.0)
112+
unicode-display_width (~> 1.1, >= 1.1.1)
113+
tty-screen (0.5.0)
123114
uber (0.0.15)
124115
unf (0.1.4)
125116
unf_ext
126-
unf_ext (0.0.7.2)
127-
unicode-display_width (1.1.2)
117+
unf_ext (0.0.7.4)
118+
unicode-display_width (1.2.1)
128119
word_wrap (1.0.0)
129-
xcodeproj (1.4.2)
120+
xcodeproj (1.5.0)
130121
CFPropertyList (~> 2.3.3)
131-
activesupport (>= 3)
132-
claide (>= 1.0.1, < 2.0)
133-
colored (~> 1.2)
122+
claide (>= 1.0.2, < 2.0)
123+
colored2 (~> 3.1)
134124
nanaimo (~> 0.2.3)
135-
xcpretty (0.2.4)
136-
rouge (~> 1.8)
125+
xcpretty (0.2.8)
126+
rouge (~> 2.0.7)
137127
xcpretty-travis-formatter (0.0.4)
138128
xcpretty (~> 0.2, >= 0.0.7)
139129

140130
PLATFORMS
141131
ruby
142132

143133
DEPENDENCIES
144-
fastlane
134+
fastlane (~> 2.37)
145135

146136
BUNDLED WITH
147-
1.13.7
137+
1.15.1

0 commit comments

Comments
 (0)