Skip to content

Commit ad1e16c

Browse files
committed
chore: align ruby stuff to whatsapp clone
1 parent 795543a commit ad1e16c

File tree

3 files changed

+204
-12
lines changed

3 files changed

+204
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.4
1+
2.7.5

projects/WhatsAppClone/Gemfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
source 'https://rubygems.org'
22

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby '2.7.4'
4+
ruby '2.7.5'
55

6-
gem 'cocoapods', '~> 1.11', '>= 1.11.2'
6+
7+
gem "fastlane"
8+
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
9+
eval_gemfile(plugins_path) if File.exist?(plugins_path)
10+
11+
gem "cocoapods", "~> 1.11"

projects/WhatsAppClone/Gemfile.lock

Lines changed: 196 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.5)
6+
activesupport (6.1.6.1)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -14,7 +14,25 @@ GEM
1414
algoliasearch (1.27.5)
1515
httpclient (~> 2.8, >= 2.8.3)
1616
json (>= 1.5.1)
17+
artifactory (3.0.15)
1718
atomos (0.1.3)
19+
aws-eventstream (1.2.0)
20+
aws-partitions (1.605.0)
21+
aws-sdk-core (3.131.2)
22+
aws-eventstream (~> 1, >= 1.0.2)
23+
aws-partitions (~> 1, >= 1.525.0)
24+
aws-sigv4 (~> 1.1)
25+
jmespath (~> 1, >= 1.6.1)
26+
aws-sdk-kms (1.57.0)
27+
aws-sdk-core (~> 3, >= 3.127.0)
28+
aws-sigv4 (~> 1.1)
29+
aws-sdk-s3 (1.114.0)
30+
aws-sdk-core (~> 3, >= 3.127.0)
31+
aws-sdk-kms (~> 1)
32+
aws-sigv4 (~> 1.4)
33+
aws-sigv4 (1.5.0)
34+
aws-eventstream (~> 1, >= 1.0.2)
35+
babosa (1.0.4)
1836
claide (1.1.0)
1937
cocoapods (1.11.3)
2038
addressable (~> 2.8)
@@ -53,48 +71,217 @@ GEM
5371
nap (>= 0.8, < 2.0)
5472
netrc (~> 0.11)
5573
cocoapods-try (1.2.0)
74+
colored (1.2)
5675
colored2 (3.1.2)
76+
commander (4.6.0)
77+
highline (~> 2.0.0)
5778
concurrent-ruby (1.1.10)
79+
declarative (0.0.20)
80+
digest-crc (0.6.4)
81+
rake (>= 12.0.0, < 14.0.0)
82+
domain_name (0.5.20190701)
83+
unf (>= 0.0.5, < 1.0.0)
84+
dotenv (2.7.6)
85+
emoji_regex (3.2.3)
5886
escape (0.0.4)
5987
ethon (0.15.0)
6088
ffi (>= 1.15.0)
89+
excon (0.92.3)
90+
faraday (1.10.0)
91+
faraday-em_http (~> 1.0)
92+
faraday-em_synchrony (~> 1.0)
93+
faraday-excon (~> 1.1)
94+
faraday-httpclient (~> 1.0)
95+
faraday-multipart (~> 1.0)
96+
faraday-net_http (~> 1.0)
97+
faraday-net_http_persistent (~> 1.0)
98+
faraday-patron (~> 1.0)
99+
faraday-rack (~> 1.0)
100+
faraday-retry (~> 1.0)
101+
ruby2_keywords (>= 0.0.4)
102+
faraday-cookie_jar (0.0.7)
103+
faraday (>= 0.8.0)
104+
http-cookie (~> 1.0.0)
105+
faraday-em_http (1.0.0)
106+
faraday-em_synchrony (1.0.0)
107+
faraday-excon (1.1.0)
108+
faraday-httpclient (1.0.1)
109+
faraday-multipart (1.0.4)
110+
multipart-post (~> 2)
111+
faraday-net_http (1.0.1)
112+
faraday-net_http_persistent (1.2.0)
113+
faraday-patron (1.0.0)
114+
faraday-rack (1.0.0)
115+
faraday-retry (1.0.3)
116+
faraday_middleware (1.2.0)
117+
faraday (~> 1.0)
118+
fastimage (2.2.6)
119+
fastlane (2.207.0)
120+
CFPropertyList (>= 2.3, < 4.0.0)
121+
addressable (>= 2.8, < 3.0.0)
122+
artifactory (~> 3.0)
123+
aws-sdk-s3 (~> 1.0)
124+
babosa (>= 1.0.3, < 2.0.0)
125+
bundler (>= 1.12.0, < 3.0.0)
126+
colored
127+
commander (~> 4.6)
128+
dotenv (>= 2.1.1, < 3.0.0)
129+
emoji_regex (>= 0.1, < 4.0)
130+
excon (>= 0.71.0, < 1.0.0)
131+
faraday (~> 1.0)
132+
faraday-cookie_jar (~> 0.0.6)
133+
faraday_middleware (~> 1.0)
134+
fastimage (>= 2.1.0, < 3.0.0)
135+
gh_inspector (>= 1.1.2, < 2.0.0)
136+
google-apis-androidpublisher_v3 (~> 0.3)
137+
google-apis-playcustomapp_v1 (~> 0.1)
138+
google-cloud-storage (~> 1.31)
139+
highline (~> 2.0)
140+
json (< 3.0.0)
141+
jwt (>= 2.1.0, < 3)
142+
mini_magick (>= 4.9.4, < 5.0.0)
143+
multipart-post (~> 2.0.0)
144+
naturally (~> 2.2)
145+
optparse (~> 0.1.1)
146+
plist (>= 3.1.0, < 4.0.0)
147+
rubyzip (>= 2.0.0, < 3.0.0)
148+
security (= 0.1.3)
149+
simctl (~> 1.6.3)
150+
terminal-notifier (>= 2.0.0, < 3.0.0)
151+
terminal-table (>= 1.4.5, < 2.0.0)
152+
tty-screen (>= 0.6.3, < 1.0.0)
153+
tty-spinner (>= 0.8.0, < 1.0.0)
154+
word_wrap (~> 1.0.0)
155+
xcodeproj (>= 1.13.0, < 2.0.0)
156+
xcpretty (~> 0.3.0)
157+
xcpretty-travis-formatter (>= 0.0.3)
61158
ffi (1.15.5)
62159
fourflusher (2.3.1)
63160
fuzzy_match (2.0.4)
64161
gh_inspector (1.1.3)
162+
google-apis-androidpublisher_v3 (0.25.0)
163+
google-apis-core (>= 0.7, < 2.a)
164+
google-apis-core (0.7.0)
165+
addressable (~> 2.5, >= 2.5.1)
166+
googleauth (>= 0.16.2, < 2.a)
167+
httpclient (>= 2.8.1, < 3.a)
168+
mini_mime (~> 1.0)
169+
representable (~> 3.0)
170+
retriable (>= 2.0, < 4.a)
171+
rexml
172+
webrick
173+
google-apis-iamcredentials_v1 (0.13.0)
174+
google-apis-core (>= 0.7, < 2.a)
175+
google-apis-playcustomapp_v1 (0.10.0)
176+
google-apis-core (>= 0.7, < 2.a)
177+
google-apis-storage_v1 (0.18.0)
178+
google-apis-core (>= 0.7, < 2.a)
179+
google-cloud-core (1.6.0)
180+
google-cloud-env (~> 1.0)
181+
google-cloud-errors (~> 1.0)
182+
google-cloud-env (1.6.0)
183+
faraday (>= 0.17.3, < 3.0)
184+
google-cloud-errors (1.2.0)
185+
google-cloud-storage (1.37.0)
186+
addressable (~> 2.8)
187+
digest-crc (~> 0.4)
188+
google-apis-iamcredentials_v1 (~> 0.1)
189+
google-apis-storage_v1 (~> 0.1)
190+
google-cloud-core (~> 1.6)
191+
googleauth (>= 0.16.2, < 2.a)
192+
mini_mime (~> 1.0)
193+
googleauth (1.2.0)
194+
faraday (>= 0.17.3, < 3.a)
195+
jwt (>= 1.4, < 3.0)
196+
memoist (~> 0.16)
197+
multi_json (~> 1.11)
198+
os (>= 0.9, < 2.0)
199+
signet (>= 0.16, < 2.a)
200+
highline (2.0.3)
201+
http-cookie (1.0.5)
202+
domain_name (~> 0.5)
65203
httpclient (2.8.3)
66-
i18n (1.10.0)
204+
i18n (1.12.0)
67205
concurrent-ruby (~> 1.0)
68-
json (2.6.1)
69-
minitest (5.15.0)
206+
jmespath (1.6.1)
207+
json (2.6.2)
208+
jwt (2.4.1)
209+
memoist (0.16.2)
210+
mini_magick (4.11.0)
211+
mini_mime (1.1.2)
212+
minitest (5.16.2)
70213
molinillo (0.8.0)
214+
multi_json (1.15.0)
215+
multipart-post (2.0.0)
71216
nanaimo (0.3.0)
72217
nap (1.1.0)
218+
naturally (2.2.1)
73219
netrc (0.11.0)
220+
optparse (0.1.1)
221+
os (1.1.4)
222+
plist (3.6.0)
74223
public_suffix (4.0.7)
224+
rake (13.0.6)
225+
representable (3.2.0)
226+
declarative (< 0.1.0)
227+
trailblazer-option (>= 0.1.1, < 0.2.0)
228+
uber (< 0.2.0)
229+
retriable (3.1.2)
75230
rexml (3.2.5)
231+
rouge (2.0.7)
76232
ruby-macho (2.5.1)
233+
ruby2_keywords (0.0.5)
234+
rubyzip (2.3.2)
235+
security (0.1.3)
236+
signet (0.17.0)
237+
addressable (~> 2.8)
238+
faraday (>= 0.17.5, < 3.a)
239+
jwt (>= 1.5, < 3.0)
240+
multi_json (~> 1.10)
241+
simctl (1.6.8)
242+
CFPropertyList
243+
naturally
244+
terminal-notifier (2.0.0)
245+
terminal-table (1.8.0)
246+
unicode-display_width (~> 1.1, >= 1.1.1)
247+
trailblazer-option (0.1.2)
248+
tty-cursor (0.7.1)
249+
tty-screen (0.8.1)
250+
tty-spinner (0.9.3)
251+
tty-cursor (~> 0.7)
77252
typhoeus (1.4.0)
78253
ethon (>= 0.9.0)
79254
tzinfo (2.0.4)
80255
concurrent-ruby (~> 1.0)
81-
xcodeproj (1.21.0)
256+
uber (0.1.0)
257+
unf (0.1.4)
258+
unf_ext
259+
unf_ext (0.0.8.2)
260+
unicode-display_width (1.8.0)
261+
webrick (1.7.0)
262+
word_wrap (1.0.0)
263+
xcodeproj (1.22.0)
82264
CFPropertyList (>= 2.3.3, < 4.0)
83265
atomos (~> 0.1.3)
84266
claide (>= 1.0.2, < 2.0)
85267
colored2 (~> 3.1)
86268
nanaimo (~> 0.3.0)
87269
rexml (~> 3.2.4)
88-
zeitwerk (2.5.4)
270+
xcpretty (0.3.0)
271+
rouge (~> 2.0.7)
272+
xcpretty-travis-formatter (1.0.1)
273+
xcpretty (~> 0.2, >= 0.0.7)
274+
zeitwerk (2.6.0)
89275

90276
PLATFORMS
91277
ruby
92278

93279
DEPENDENCIES
94-
cocoapods (~> 1.11, >= 1.11.2)
280+
cocoapods (~> 1.11)
281+
fastlane
95282

96283
RUBY VERSION
97-
ruby 2.7.4p191
284+
ruby 2.7.5p203
98285

99286
BUNDLED WITH
100-
2.2.27
287+
2.1.4

0 commit comments

Comments
 (0)