xref: /expo/Gemfile.lock (revision dfd15ebd)
1GEM
2  remote: https://rubygems.org/
3  specs:
4    CFPropertyList (3.0.3)
5    activesupport (6.1.4.1)
6      concurrent-ruby (~> 1.0, >= 1.0.2)
7      i18n (>= 1.6, < 2)
8      minitest (>= 5.1)
9      tzinfo (~> 2.0)
10      zeitwerk (~> 2.3)
11    addressable (2.8.0)
12      public_suffix (>= 2.0.2, < 5.0)
13    algoliasearch (1.27.5)
14      httpclient (~> 2.8, >= 2.8.3)
15      json (>= 1.5.1)
16    artifactory (3.0.15)
17    atomos (0.1.3)
18    aws-eventstream (1.2.0)
19    aws-partitions (1.579.0)
20    aws-sdk-core (3.130.2)
21      aws-eventstream (~> 1, >= 1.0.2)
22      aws-partitions (~> 1, >= 1.525.0)
23      aws-sigv4 (~> 1.1)
24      jmespath (~> 1.0)
25    aws-sdk-kms (1.56.0)
26      aws-sdk-core (~> 3, >= 3.127.0)
27      aws-sigv4 (~> 1.1)
28    aws-sdk-s3 (1.113.1)
29      aws-sdk-core (~> 3, >= 3.127.0)
30      aws-sdk-kms (~> 1)
31      aws-sigv4 (~> 1.4)
32    aws-sigv4 (1.5.0)
33      aws-eventstream (~> 1, >= 1.0.2)
34    babosa (1.0.4)
35    claide (1.0.3)
36    cocoapods (1.11.2)
37      addressable (~> 2.8)
38      claide (>= 1.0.2, < 2.0)
39      cocoapods-core (= 1.11.2)
40      cocoapods-deintegrate (>= 1.0.3, < 2.0)
41      cocoapods-downloader (>= 1.4.0, < 2.0)
42      cocoapods-plugins (>= 1.0.0, < 2.0)
43      cocoapods-search (>= 1.0.0, < 2.0)
44      cocoapods-trunk (>= 1.4.0, < 2.0)
45      cocoapods-try (>= 1.1.0, < 2.0)
46      colored2 (~> 3.1)
47      escape (~> 0.0.4)
48      fourflusher (>= 2.3.0, < 3.0)
49      gh_inspector (~> 1.0)
50      molinillo (~> 0.8.0)
51      nap (~> 1.0)
52      ruby-macho (>= 1.0, < 3.0)
53      xcodeproj (>= 1.21.0, < 2.0)
54    cocoapods-core (1.11.2)
55      activesupport (>= 5.0, < 7)
56      addressable (~> 2.8)
57      algoliasearch (~> 1.0)
58      concurrent-ruby (~> 1.1)
59      fuzzy_match (~> 2.0.4)
60      nap (~> 1.0)
61      netrc (~> 0.11)
62      public_suffix (~> 4.0)
63      typhoeus (~> 1.0)
64    cocoapods-deintegrate (1.0.5)
65    cocoapods-downloader (1.5.1)
66    cocoapods-plugins (1.0.0)
67      nap
68    cocoapods-search (1.0.1)
69    cocoapods-trunk (1.6.0)
70      nap (>= 0.8, < 2.0)
71      netrc (~> 0.11)
72    cocoapods-try (1.2.0)
73    colored (1.2)
74    colored2 (3.1.2)
75    commander (4.6.0)
76      highline (~> 2.0.0)
77    concurrent-ruby (1.1.9)
78    declarative (0.0.20)
79    digest-crc (0.6.4)
80      rake (>= 12.0.0, < 14.0.0)
81    domain_name (0.5.20190701)
82      unf (>= 0.0.5, < 1.0.0)
83    dotenv (2.7.6)
84    emoji_regex (3.2.3)
85    escape (0.0.4)
86    ethon (0.14.0)
87      ffi (>= 1.15.0)
88    excon (0.92.2)
89    faraday (1.10.0)
90      faraday-em_http (~> 1.0)
91      faraday-em_synchrony (~> 1.0)
92      faraday-excon (~> 1.1)
93      faraday-httpclient (~> 1.0)
94      faraday-multipart (~> 1.0)
95      faraday-net_http (~> 1.0)
96      faraday-net_http_persistent (~> 1.0)
97      faraday-patron (~> 1.0)
98      faraday-rack (~> 1.0)
99      faraday-retry (~> 1.0)
100      ruby2_keywords (>= 0.0.4)
101    faraday-cookie_jar (0.0.7)
102      faraday (>= 0.8.0)
103      http-cookie (~> 1.0.0)
104    faraday-em_http (1.0.0)
105    faraday-em_synchrony (1.0.0)
106    faraday-excon (1.1.0)
107    faraday-httpclient (1.0.1)
108    faraday-multipart (1.0.3)
109      multipart-post (>= 1.2, < 3)
110    faraday-net_http (1.0.1)
111    faraday-net_http_persistent (1.2.0)
112    faraday-patron (1.0.0)
113    faraday-rack (1.0.0)
114    faraday-retry (1.0.3)
115    faraday_middleware (1.2.0)
116      faraday (~> 1.0)
117    fastimage (2.2.6)
118    fastlane (2.205.2)
119      CFPropertyList (>= 2.3, < 4.0.0)
120      addressable (>= 2.8, < 3.0.0)
121      artifactory (~> 3.0)
122      aws-sdk-s3 (~> 1.0)
123      babosa (>= 1.0.3, < 2.0.0)
124      bundler (>= 1.12.0, < 3.0.0)
125      colored
126      commander (~> 4.6)
127      dotenv (>= 2.1.1, < 3.0.0)
128      emoji_regex (>= 0.1, < 4.0)
129      excon (>= 0.71.0, < 1.0.0)
130      faraday (~> 1.0)
131      faraday-cookie_jar (~> 0.0.6)
132      faraday_middleware (~> 1.0)
133      fastimage (>= 2.1.0, < 3.0.0)
134      gh_inspector (>= 1.1.2, < 2.0.0)
135      google-apis-androidpublisher_v3 (~> 0.3)
136      google-apis-playcustomapp_v1 (~> 0.1)
137      google-cloud-storage (~> 1.31)
138      highline (~> 2.0)
139      json (< 3.0.0)
140      jwt (>= 2.1.0, < 3)
141      mini_magick (>= 4.9.4, < 5.0.0)
142      multipart-post (~> 2.0.0)
143      naturally (~> 2.2)
144      optparse (~> 0.1.1)
145      plist (>= 3.1.0, < 4.0.0)
146      rubyzip (>= 2.0.0, < 3.0.0)
147      security (= 0.1.3)
148      simctl (~> 1.6.3)
149      terminal-notifier (>= 2.0.0, < 3.0.0)
150      terminal-table (>= 1.4.5, < 2.0.0)
151      tty-screen (>= 0.6.3, < 1.0.0)
152      tty-spinner (>= 0.8.0, < 1.0.0)
153      word_wrap (~> 1.0.0)
154      xcodeproj (>= 1.13.0, < 2.0.0)
155      xcpretty (~> 0.3.0)
156      xcpretty-travis-formatter (>= 0.0.3)
157    ffi (1.15.4)
158    fourflusher (2.3.1)
159    fuzzy_match (2.0.4)
160    gh_inspector (1.1.3)
161    google-apis-androidpublisher_v3 (0.19.0)
162      google-apis-core (>= 0.4, < 2.a)
163    google-apis-core (0.4.2)
164      addressable (~> 2.5, >= 2.5.1)
165      googleauth (>= 0.16.2, < 2.a)
166      httpclient (>= 2.8.1, < 3.a)
167      mini_mime (~> 1.0)
168      representable (~> 3.0)
169      retriable (>= 2.0, < 4.a)
170      rexml
171      webrick
172    google-apis-iamcredentials_v1 (0.10.0)
173      google-apis-core (>= 0.4, < 2.a)
174    google-apis-playcustomapp_v1 (0.7.0)
175      google-apis-core (>= 0.4, < 2.a)
176    google-apis-storage_v1 (0.13.0)
177      google-apis-core (>= 0.4, < 2.a)
178    google-cloud-core (1.6.0)
179      google-cloud-env (~> 1.0)
180      google-cloud-errors (~> 1.0)
181    google-cloud-env (1.6.0)
182      faraday (>= 0.17.3, < 3.0)
183    google-cloud-errors (1.2.0)
184    google-cloud-storage (1.36.2)
185      addressable (~> 2.8)
186      digest-crc (~> 0.4)
187      google-apis-iamcredentials_v1 (~> 0.1)
188      google-apis-storage_v1 (~> 0.1)
189      google-cloud-core (~> 1.6)
190      googleauth (>= 0.16.2, < 2.a)
191      mini_mime (~> 1.0)
192    googleauth (1.1.3)
193      faraday (>= 0.17.3, < 3.a)
194      jwt (>= 1.4, < 3.0)
195      memoist (~> 0.16)
196      multi_json (~> 1.11)
197      os (>= 0.9, < 2.0)
198      signet (>= 0.16, < 2.a)
199    highline (2.0.3)
200    http-cookie (1.0.4)
201      domain_name (~> 0.5)
202    httpclient (2.8.3)
203    i18n (1.8.11)
204      concurrent-ruby (~> 1.0)
205    jmespath (1.6.1)
206    json (2.6.1)
207    jwt (2.3.0)
208    memoist (0.16.2)
209    mini_magick (4.11.0)
210    mini_mime (1.1.2)
211    minitest (5.14.4)
212    molinillo (0.8.0)
213    multi_json (1.15.0)
214    multipart-post (2.0.0)
215    nanaimo (0.3.0)
216    nap (1.1.0)
217    naturally (2.2.1)
218    netrc (0.11.0)
219    optparse (0.1.1)
220    os (1.1.4)
221    plist (3.6.0)
222    public_suffix (4.0.6)
223    rake (13.0.6)
224    representable (3.1.1)
225      declarative (< 0.1.0)
226      trailblazer-option (>= 0.1.1, < 0.2.0)
227      uber (< 0.2.0)
228    retriable (3.1.2)
229    rexml (3.2.5)
230    rouge (2.0.7)
231    ruby-macho (2.5.1)
232    ruby2_keywords (0.0.5)
233    rubyzip (2.3.2)
234    security (0.1.3)
235    signet (0.16.1)
236      addressable (~> 2.8)
237      faraday (>= 0.17.5, < 3.0)
238      jwt (>= 1.5, < 3.0)
239      multi_json (~> 1.10)
240    simctl (1.6.8)
241      CFPropertyList
242      naturally
243    terminal-notifier (2.0.0)
244    terminal-table (1.8.0)
245      unicode-display_width (~> 1.1, >= 1.1.1)
246    trailblazer-option (0.1.2)
247    tty-cursor (0.7.1)
248    tty-screen (0.8.1)
249    tty-spinner (0.9.3)
250      tty-cursor (~> 0.7)
251    typhoeus (1.4.0)
252      ethon (>= 0.9.0)
253    tzinfo (2.0.4)
254      concurrent-ruby (~> 1.0)
255    uber (0.1.0)
256    unf (0.1.4)
257      unf_ext
258    unf_ext (0.0.8.1)
259    unicode-display_width (1.8.0)
260    webrick (1.7.0)
261    word_wrap (1.0.0)
262    xcodeproj (1.21.0)
263      CFPropertyList (>= 2.3.3, < 4.0)
264      atomos (~> 0.1.3)
265      claide (>= 1.0.2, < 2.0)
266      colored2 (~> 3.1)
267      nanaimo (~> 0.3.0)
268      rexml (~> 3.2.4)
269    xcpretty (0.3.0)
270      rouge (~> 2.0.7)
271    xcpretty-travis-formatter (1.0.1)
272      xcpretty (~> 0.2, >= 0.0.7)
273    zeitwerk (2.5.1)
274
275PLATFORMS
276  ruby
277
278DEPENDENCIES
279  cocoapods (~> 1.11.2)
280  ethon (>= 0.13.0)
281  fastlane (~> 2.205.2)
282  xcpretty (~> 0.3.0)
283
284BUNDLED WITH
285   2.2.32
286