Skip to content

Commit adec0e9

Browse files
committed
Exec: bundle update
1 parent c8eaeda commit adec0e9

File tree

1 file changed

+8
-68
lines changed

1 file changed

+8
-68
lines changed

Gemfile.lock

Lines changed: 8 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ GEM
126126
crass (1.0.6)
127127
csv (3.3.4)
128128
date (3.4.1)
129-
declarative (0.0.20)
130129
diff-lcs (1.6.2)
131130
dotenv (3.1.8)
132131
dotenv-rails (3.1.8)
@@ -141,29 +140,14 @@ GEM
141140
factory_bot_rails (6.4.4)
142141
factory_bot (~> 6.5)
143142
railties (>= 5.0.0)
144-
faraday (1.10.4)
145-
faraday-em_http (~> 1.0)
146-
faraday-em_synchrony (~> 1.0)
147-
faraday-excon (~> 1.1)
148-
faraday-httpclient (~> 1.0)
149-
faraday-multipart (~> 1.0)
150-
faraday-net_http (~> 1.0)
151-
faraday-net_http_persistent (~> 1.0)
152-
faraday-patron (~> 1.0)
153-
faraday-rack (~> 1.0)
154-
faraday-retry (~> 1.0)
155-
ruby2_keywords (>= 0.0.4)
156-
faraday-em_http (1.0.0)
157-
faraday-em_synchrony (1.0.0)
158-
faraday-excon (1.1.0)
159-
faraday-httpclient (1.0.1)
143+
faraday (2.13.1)
144+
faraday-net_http (>= 2.0, < 3.5)
145+
json
146+
logger
160147
faraday-multipart (1.1.0)
161148
multipart-post (~> 2.0)
162-
faraday-net_http (1.0.2)
163-
faraday-net_http_persistent (1.2.0)
164-
faraday-patron (1.0.0)
165-
faraday-rack (1.0.0)
166-
faraday-retry (1.0.3)
149+
faraday-net_http (3.4.0)
150+
net-http (>= 0.5.0)
167151
ffi (1.17.2-aarch64-linux-gnu)
168152
ffi (1.17.2-aarch64-linux-musl)
169153
ffi (1.17.2-arm-linux-gnu)
@@ -180,33 +164,7 @@ GEM
180164
ffi (~> 1.0)
181165
globalid (1.2.1)
182166
activesupport (>= 6.1)
183-
google-apis-core (0.11.3)
184-
addressable (~> 2.5, >= 2.5.1)
185-
googleauth (>= 0.16.2, < 2.a)
186-
httpclient (>= 2.8.1, < 3.a)
187-
mini_mime (~> 1.0)
188-
representable (~> 3.0)
189-
retriable (>= 2.0, < 4.a)
190-
rexml
191-
google-apis-drive_v3 (0.46.0)
192-
google-apis-core (>= 0.11.0, < 2.a)
193-
google-apis-sheets_v4 (0.26.0)
194-
google-apis-core (>= 0.11.0, < 2.a)
195-
google_drive (3.0.7)
196-
google-apis-drive_v3 (>= 0.5.0, < 1.0.0)
197-
google-apis-sheets_v4 (>= 0.4.0, < 1.0.0)
198-
googleauth (>= 0.5.0, < 1.0.0)
199-
nokogiri (>= 1.5.3, < 2.0.0)
200-
googleauth (0.17.1)
201-
faraday (>= 0.17.3, < 2.0)
202-
jwt (>= 1.4, < 3.0)
203-
memoist (~> 0.16)
204-
multi_json (~> 1.11)
205-
os (>= 0.9, < 2.0)
206-
signet (~> 0.15)
207167
hash-deep-merge (0.1.1)
208-
httpclient (2.9.0)
209-
mutex_m
210168
i18n (1.14.7)
211169
concurrent-ruby (~> 1.0)
212170
io-console (0.8.0)
@@ -224,8 +182,6 @@ GEM
224182
railties (>= 4.2.0)
225183
thor (>= 0.14, < 2.0)
226184
json (2.12.2)
227-
jwt (2.10.1)
228-
base64
229185
koala (3.6.0)
230186
addressable
231187
base64
@@ -266,14 +222,13 @@ GEM
266222
net-smtp
267223
marcel (1.0.4)
268224
matrix (0.4.2)
269-
memoist (0.16.2)
270225
memory_profiler (1.1.0)
271226
mini_mime (1.1.5)
272227
minitest (5.25.5)
273228
msgpack (1.8.0)
274-
multi_json (1.15.0)
275229
multipart-post (2.4.1)
276-
mutex_m (0.3.0)
230+
net-http (0.6.0)
231+
uri
277232
net-imap (0.5.8)
278233
date
279234
net-protocol
@@ -301,7 +256,6 @@ GEM
301256
nokogiri (1.18.8-x86_64-linux-musl)
302257
racc (~> 1.4)
303258
observer (0.1.2)
304-
os (1.1.4)
305259
ostruct (0.6.1)
306260
parallel (1.27.0)
307261
parser (3.3.8.0)
@@ -391,11 +345,6 @@ GEM
391345
regexp_parser (2.10.0)
392346
reline (0.6.1)
393347
io-console (~> 0.5)
394-
representable (3.2.0)
395-
declarative (< 0.1.0)
396-
trailblazer-option (>= 0.1.1, < 0.2.0)
397-
uber (< 0.2.0)
398-
retriable (3.1.2)
399348
reverse_markdown (3.0.0)
400349
nokogiri
401350
rexml (3.4.1)
@@ -437,7 +386,6 @@ GEM
437386
prism (~> 1.4)
438387
ruby-mp3info (0.8.10)
439388
ruby-progressbar (1.13.0)
440-
ruby2_keywords (0.0.5)
441389
rubyzip (2.4.1)
442390
sass-rails (6.0.0)
443391
sassc-rails (~> 2.1, >= 2.1.1)
@@ -457,11 +405,6 @@ GEM
457405
rexml (~> 3.2, >= 3.2.5)
458406
rubyzip (>= 1.2.2, < 3.0)
459407
websocket (~> 1.0)
460-
signet (0.20.0)
461-
addressable (~> 2.8)
462-
faraday (>= 0.17.5, < 3.a)
463-
jwt (>= 1.5, < 3.0)
464-
multi_json (~> 1.10)
465408
sitemap_generator (6.3.0)
466409
builder (~> 3.0)
467410
solargraph (0.54.5)
@@ -497,10 +440,8 @@ GEM
497440
thor (1.3.2)
498441
tilt (2.6.0)
499442
timeout (0.4.3)
500-
trailblazer-option (0.1.2)
501443
tzinfo (2.0.6)
502444
concurrent-ruby (~> 1.0)
503-
uber (0.1.0)
504445
unicode-display_width (3.1.4)
505446
unicode-emoji (~> 4.0, >= 4.0.4)
506447
unicode-emoji (4.0.4)
@@ -548,7 +489,6 @@ DEPENDENCIES
548489
faraday
549490
flamegraph
550491
font-awesome-rails
551-
google_drive
552492
jbuilder
553493
jquery-rails
554494
koala

0 commit comments

Comments
 (0)