Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 7afb8a0

Browse files
committed
chore(Gemfile): Update deps
1 parent 4cea424 commit 7afb8a0

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

Gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.6)
4+
CFPropertyList (3.0.0)
55
addressable (2.5.2)
66
public_suffix (>= 2.0.2, < 4.0)
77
atomos (0.1.2)
@@ -15,8 +15,8 @@ GEM
1515
declarative-option (0.1.0)
1616
domain_name (0.5.20170404)
1717
unf (>= 0.0.5, < 1.0.0)
18-
dotenv (2.2.1)
19-
excon (0.60.0)
18+
dotenv (2.2.2)
19+
excon (0.62.0)
2020
faraday (0.14.0)
2121
multipart-post (>= 1.2, < 3)
2222
faraday-cookie_jar (0.0.6)
@@ -25,7 +25,7 @@ GEM
2525
faraday_middleware (0.12.2)
2626
faraday (>= 0.7.4, < 1.0)
2727
fastimage (2.1.1)
28-
fastlane (2.83.0)
28+
fastlane (2.90.0)
2929
CFPropertyList (>= 2.3, < 4.0.0)
3030
addressable (>= 2.3, < 3.0.0)
3131
babosa (>= 1.0.2, < 2.0.0)
@@ -50,17 +50,18 @@ GEM
5050
public_suffix (~> 2.0.0)
5151
rubyzip (>= 1.1.0, < 2.0.0)
5252
security (= 0.1.3)
53+
simctl (~> 1.6.3)
5354
slack-notifier (>= 2.0.0, < 3.0.0)
5455
terminal-notifier (>= 1.6.2, < 2.0.0)
5556
terminal-table (>= 1.4.5, < 2.0.0)
5657
tty-screen (>= 0.6.3, < 1.0.0)
5758
tty-spinner (>= 0.8.0, < 1.0.0)
5859
word_wrap (~> 1.0.0)
59-
xcodeproj (>= 1.5.2, < 2.0.0)
60+
xcodeproj (>= 1.5.7, < 2.0.0)
6061
xcpretty (>= 0.2.4, < 1.0.0)
6162
xcpretty-travis-formatter (>= 0.0.3)
6263
fastlane-plugin-get_version_name (0.2.2)
63-
gh_inspector (1.1.2)
64+
gh_inspector (1.1.3)
6465
google-api-client (0.13.6)
6566
addressable (~> 2.5, >= 2.5.1)
6667
googleauth (~> 0.5)
@@ -95,7 +96,8 @@ GEM
9596
multi_json (1.13.1)
9697
multi_xml (0.6.0)
9798
multipart-post (2.0.0)
98-
nanaimo (0.2.3)
99+
nanaimo (0.2.5)
100+
naturally (2.1.0)
99101
os (0.9.6)
100102
plist (3.4.0)
101103
public_suffix (2.0.5)
@@ -112,6 +114,9 @@ GEM
112114
faraday (~> 0.9)
113115
jwt (>= 1.5, < 3.0)
114116
multi_json (~> 1.10)
117+
simctl (1.6.3)
118+
CFPropertyList
119+
naturally
115120
slack-notifier (2.3.2)
116121
terminal-notifier (1.8.0)
117122
terminal-table (1.8.0)
@@ -126,12 +131,12 @@ GEM
126131
unf_ext (0.0.7.5)
127132
unicode-display_width (1.3.0)
128133
word_wrap (1.0.0)
129-
xcodeproj (1.5.6)
130-
CFPropertyList (~> 2.3.3)
134+
xcodeproj (1.5.7)
135+
CFPropertyList (>= 2.3.3, < 4.0)
131136
atomos (~> 0.1.2)
132137
claide (>= 1.0.2, < 2.0)
133138
colored2 (~> 3.1)
134-
nanaimo (~> 0.2.3)
139+
nanaimo (~> 0.2.4)
135140
xcpretty (0.2.8)
136141
rouge (~> 2.0.7)
137142
xcpretty-travis-formatter (1.0.0)

0 commit comments

Comments
 (0)