Skip to content

Commit 662639b

Browse files
authored
Merge pull request #1658 from coderdojo-japan/update-gem
update gems
2 parents df48594 + 325afd4 commit 662639b

File tree

2 files changed

+98
-76
lines changed

2 files changed

+98
-76
lines changed

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ gem 'sass-rails', '>= 5'
1919
gem 'simple_grid_rails'
2020
gem 'uglifier'
2121

22+
# Specify to 1.3.4 to prevent error
23+
# TODO: This can be removed on Rails 7.1
24+
# https://github.com/rails/rails/issues/54260
25+
# https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
26+
gem 'concurrent-ruby', '1.3.4'
27+
2228
# For handling error
2329
# https://github.com/yuki24/rambulance
2430
# Using patch gem due to NameError: uninitialized constant ApplicationHelper

Gemfile.lock

Lines changed: 92 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,27 @@ GEM
8080
ast (2.4.2)
8181
autoprefixer-rails (10.4.19.0)
8282
execjs (~> 2)
83-
aws-eventstream (1.3.0)
84-
aws-partitions (1.976.0)
85-
aws-sdk-core (3.206.0)
83+
aws-eventstream (1.3.1)
84+
aws-partitions (1.1059.0)
85+
aws-sdk-core (3.219.0)
8686
aws-eventstream (~> 1, >= 1.3.0)
87-
aws-partitions (~> 1, >= 1.651.0)
87+
aws-partitions (~> 1, >= 1.992.0)
8888
aws-sigv4 (~> 1.9)
89+
base64
8990
jmespath (~> 1, >= 1.6.1)
90-
aws-sdk-kms (1.91.0)
91-
aws-sdk-core (~> 3, >= 3.205.0)
91+
aws-sdk-kms (1.99.0)
92+
aws-sdk-core (~> 3, >= 3.216.0)
9293
aws-sigv4 (~> 1.5)
93-
aws-sdk-s3 (1.162.0)
94-
aws-sdk-core (~> 3, >= 3.205.0)
94+
aws-sdk-s3 (1.182.0)
95+
aws-sdk-core (~> 3, >= 3.216.0)
9596
aws-sdk-kms (~> 1)
9697
aws-sigv4 (~> 1.5)
97-
aws-sigv4 (1.10.0)
98+
aws-sigv4 (1.11.0)
9899
aws-eventstream (~> 1, >= 1.0.2)
99100
backport (1.2.0)
100101
base64 (0.2.0)
101-
benchmark (0.3.0)
102-
bigdecimal (3.1.8)
102+
benchmark (0.4.0)
103+
bigdecimal (3.1.9)
103104
bindex (0.8.1)
104105
binding_of_caller (1.0.1)
105106
debug_inspector (>= 1.2.0)
@@ -134,20 +135,19 @@ GEM
134135
date (3.4.1)
135136
debug_inspector (1.2.0)
136137
declarative (0.0.20)
137-
diff-lcs (1.5.1)
138-
dotenv (3.1.4)
139-
dotenv-rails (3.1.4)
140-
dotenv (= 3.1.4)
138+
diff-lcs (1.6.0)
139+
dotenv (3.1.7)
140+
dotenv-rails (3.1.7)
141+
dotenv (= 3.1.7)
141142
railties (>= 6.1)
142-
e2mmap (0.1.0)
143-
erubi (1.13.0)
144-
execjs (2.9.1)
145-
factory_bot (6.5.0)
146-
activesupport (>= 5.0.0)
147-
factory_bot_rails (6.4.3)
148-
factory_bot (~> 6.4)
143+
erubi (1.13.1)
144+
execjs (2.10.0)
145+
factory_bot (6.5.1)
146+
activesupport (>= 6.1.0)
147+
factory_bot_rails (6.4.4)
148+
factory_bot (~> 6.5)
149149
railties (>= 5.0.0)
150-
faraday (1.10.3)
150+
faraday (1.10.4)
151151
faraday-em_http (~> 1.0)
152152
faraday-em_synchrony (~> 1.0)
153153
faraday-excon (~> 1.1)
@@ -163,19 +163,19 @@ GEM
163163
faraday-em_synchrony (1.0.0)
164164
faraday-excon (1.1.0)
165165
faraday-httpclient (1.0.1)
166-
faraday-multipart (1.0.4)
167-
multipart-post (~> 2)
166+
faraday-multipart (1.1.0)
167+
multipart-post (~> 2.0)
168168
faraday-net_http (1.0.2)
169169
faraday-net_http_persistent (1.2.0)
170170
faraday-patron (1.0.0)
171171
faraday-rack (1.0.0)
172172
faraday-retry (1.0.3)
173-
faraday_middleware (1.2.0)
173+
faraday_middleware (1.2.1)
174174
faraday (~> 1.0)
175-
ffi (1.17.0)
175+
ffi (1.17.1)
176176
flamegraph (0.9.5)
177-
font-awesome-rails (4.7.0.8)
178-
railties (>= 3.2, < 8.0)
177+
font-awesome-rails (4.7.0.9)
178+
railties (>= 3.2, < 9.0)
179179
get_process_mem (1.0.0)
180180
bigdecimal (>= 2.0)
181181
ffi (~> 1.0)
@@ -215,8 +215,9 @@ GEM
215215
haml (>= 4.0.6)
216216
railties (>= 5.1)
217217
hash-deep-merge (0.1.1)
218-
httpclient (2.8.3)
219-
i18n (1.14.6)
218+
httpclient (2.9.0)
219+
mutex_m
220+
i18n (1.14.7)
220221
concurrent-ruby (~> 1.0)
221222
jaro_winkler (1.6.0)
222223
jbuilder (2.13.0)
@@ -227,8 +228,8 @@ GEM
227228
rails-dom-testing (>= 1, < 3)
228229
railties (>= 4.2.0)
229230
thor (>= 0.14, < 2.0)
230-
json (2.7.2)
231-
jwt (2.9.0)
231+
json (2.10.1)
232+
jwt (2.10.1)
232233
base64
233234
koala (3.6.0)
234235
addressable
@@ -237,14 +238,15 @@ GEM
237238
faraday-multipart
238239
json (>= 1.8)
239240
rexml
240-
kramdown (2.4.0)
241-
rexml
241+
kramdown (2.5.1)
242+
rexml (>= 3.3.9)
242243
kramdown-parser-gfm (1.1.0)
243244
kramdown (~> 2.0)
244-
language_server-protocol (3.17.0.3)
245-
launchy (3.0.1)
245+
language_server-protocol (3.17.0.4)
246+
launchy (3.1.1)
246247
addressable (~> 2.8)
247248
childprocess (~> 5.0)
249+
logger (~> 1.6)
248250
lazy_high_charts (1.5.8)
249251
hash-deep-merge
250252
letter_opener (1.10.0)
@@ -255,11 +257,12 @@ GEM
255257
railties (>= 6.1)
256258
rexml
257259
libv8-node (18.19.0.0)
260+
lint_roller (1.1.0)
258261
listen (3.9.0)
259262
rb-fsevent (~> 0.10, >= 0.10.3)
260263
rb-inotify (~> 0.9, >= 0.9.10)
261-
logger (1.6.1)
262-
loofah (2.23.1)
264+
logger (1.6.6)
265+
loofah (2.24.0)
263266
crass (~> 1.0.2)
264267
nokogiri (>= 1.12.0)
265268
mail (2.8.1)
@@ -277,12 +280,13 @@ GEM
277280
mini_racer (0.16.0)
278281
libv8-node (~> 18.19.0.0)
279282
minitest (5.25.4)
280-
minitest-retry (0.2.3)
283+
minitest-retry (0.2.5)
281284
minitest (>= 5.0)
282-
msgpack (1.7.2)
285+
msgpack (1.8.0)
283286
multi_json (1.15.0)
284287
multipart-post (2.4.1)
285-
net-http (0.4.1)
288+
mutex_m (0.3.0)
289+
net-http (0.6.0)
286290
uri
287291
net-imap (0.5.6)
288292
date
@@ -291,18 +295,20 @@ GEM
291295
net-protocol
292296
net-protocol (0.2.2)
293297
timeout
294-
net-smtp (0.5.0)
298+
net-smtp (0.5.1)
295299
net-protocol
296300
nio4r (2.7.4)
297301
nokogiri (1.18.3)
298302
mini_portile2 (~> 2.8.2)
299303
racc (~> 1.4)
304+
observer (0.1.2)
300305
os (1.1.4)
306+
ostruct (0.6.1)
301307
parallel (1.26.3)
302-
parser (3.3.5.0)
308+
parser (3.3.7.1)
303309
ast (~> 2.4.1)
304310
racc
305-
pg (1.5.8)
311+
pg (1.5.9)
306312
pry (0.14.2)
307313
coderay (~> 1.1)
308314
method_source (~> 1.0)
@@ -318,21 +324,21 @@ GEM
318324
binding_of_caller (~> 1.0)
319325
pry (~> 0.13)
320326
public_suffix (6.0.1)
321-
puma (6.4.3)
327+
puma (6.6.0)
322328
nio4r (~> 2.0)
323329
puma_worker_killer (1.0.0)
324330
bigdecimal (>= 2.0)
325331
get_process_mem (>= 0.2)
326332
puma (>= 2.7)
327333
racc (1.8.1)
328-
rack (2.2.11)
334+
rack (2.2.12)
329335
rack-attack (6.7.0)
330336
rack (>= 1.0, < 4)
331337
rack-host-redirect (1.3.0)
332338
rack
333339
rack-mini-profiler (3.3.1)
334340
rack (>= 1.2.0)
335-
rack-test (2.1.0)
341+
rack-test (2.2.0)
336342
rack (>= 1.3)
337343
rack-user_agent (0.5.3)
338344
rack (>= 1.5)
@@ -373,22 +379,23 @@ GEM
373379
rb-fsevent (0.11.2)
374380
rb-inotify (0.11.1)
375381
ffi (~> 1.0)
376-
rbs (2.8.4)
377-
regexp_parser (2.9.2)
382+
rbs (3.8.1)
383+
logger
384+
regexp_parser (2.10.0)
378385
representable (3.2.0)
379386
declarative (< 0.1.0)
380387
trailblazer-option (>= 0.1.1, < 0.2.0)
381388
uber (< 0.2.0)
382389
retriable (3.1.2)
383-
reverse_markdown (2.1.1)
390+
reverse_markdown (3.0.0)
384391
nokogiri
385-
rexml (3.3.9)
386-
rspec-core (3.13.1)
392+
rexml (3.4.1)
393+
rspec-core (3.13.3)
387394
rspec-support (~> 3.13.0)
388395
rspec-expectations (3.13.3)
389396
diff-lcs (>= 1.2.0, < 2.0)
390397
rspec-support (~> 3.13.0)
391-
rspec-mocks (3.13.1)
398+
rspec-mocks (3.13.2)
392399
diff-lcs (>= 1.2.0, < 2.0)
393400
rspec-support (~> 3.13.0)
394401
rspec-rails (4.1.2)
@@ -401,26 +408,26 @@ GEM
401408
rspec-support (~> 3.10)
402409
rspec-retry (0.6.2)
403410
rspec-core (> 3.3)
404-
rspec-support (3.13.1)
411+
rspec-support (3.13.2)
405412
rss (0.3.1)
406413
rexml
407-
rubocop (1.65.1)
414+
rubocop (1.73.2)
408415
json (~> 2.3)
409-
language_server-protocol (>= 3.17.0)
416+
language_server-protocol (~> 3.17.0.2)
417+
lint_roller (~> 1.1.0)
410418
parallel (~> 1.10)
411419
parser (>= 3.3.0.2)
412420
rainbow (>= 2.2.2, < 4.0)
413-
regexp_parser (>= 2.4, < 3.0)
414-
rexml (>= 3.2.5, < 4.0)
415-
rubocop-ast (>= 1.31.1, < 2.0)
421+
regexp_parser (>= 2.9.3, < 3.0)
422+
rubocop-ast (>= 1.38.0, < 2.0)
416423
ruby-progressbar (~> 1.7)
417-
unicode-display_width (>= 2.4.0, < 3.0)
418-
rubocop-ast (1.32.3)
424+
unicode-display_width (>= 2.4.0, < 4.0)
425+
rubocop-ast (1.38.1)
419426
parser (>= 3.3.1.0)
420427
ruby-mp3info (0.8.10)
421428
ruby-progressbar (1.13.0)
422429
ruby2_keywords (0.0.5)
423-
rubyzip (2.3.2)
430+
rubyzip (2.4.1)
424431
sass-rails (6.0.0)
425432
sassc-rails (~> 2.1, >= 2.1.1)
426433
sassc (2.4.0)
@@ -431,8 +438,8 @@ GEM
431438
sprockets (> 3.0)
432439
sprockets-rails
433440
tilt
434-
secure_headers (6.7.0)
435-
selenium-webdriver (4.24.0)
441+
secure_headers (7.1.0)
442+
selenium-webdriver (4.29.1)
436443
base64 (~> 0.2)
437444
logger (~> 1.4)
438445
rexml (~> 3.2, >= 3.2.5)
@@ -446,22 +453,25 @@ GEM
446453
simple_grid_rails (0.1.0)
447454
sitemap_generator (6.3.0)
448455
builder (~> 3.0)
449-
solargraph (0.50.0)
456+
solargraph (0.52.0)
450457
backport (~> 1.2)
451458
benchmark
452459
bundler (~> 2.0)
453460
diff-lcs (~> 1.4)
454-
e2mmap
455-
jaro_winkler (~> 1.5)
461+
jaro_winkler (~> 1.6)
456462
kramdown (~> 2.3)
457463
kramdown-parser-gfm (~> 1.1)
464+
logger (~> 1.6)
465+
observer (~> 0.1)
466+
ostruct (~> 0.6)
458467
parser (~> 3.0)
459-
rbs (~> 2.0)
460-
reverse_markdown (~> 2.0)
468+
rbs (~> 3.0)
469+
reverse_markdown (>= 2.0, < 4)
461470
rubocop (~> 1.38)
462471
thor (~> 1.0)
463472
tilt (~> 2.0)
464473
yard (~> 0.9, >= 0.9.24)
474+
yard-solargraph (~> 0.1)
465475
spring (4.2.1)
466476
sprockets (4.2.1)
467477
concurrent-ruby (~> 1.0)
@@ -470,32 +480,37 @@ GEM
470480
actionpack (>= 6.1)
471481
activesupport (>= 6.1)
472482
sprockets (>= 3.0.0)
473-
stackprof (0.2.26)
483+
stackprof (0.2.27)
474484
temple (0.10.3)
475485
thor (1.3.2)
476-
tilt (2.4.0)
486+
tilt (2.6.0)
477487
timeout (0.4.3)
478488
trailblazer-option (0.1.2)
479489
tzinfo (2.0.6)
480490
concurrent-ruby (~> 1.0)
481491
uber (0.1.0)
482-
uglifier (4.2.0)
492+
uglifier (4.2.1)
483493
execjs (>= 0.3.0, < 3)
484-
unicode-display_width (2.6.0)
485-
uri (0.13.1)
494+
unicode-display_width (3.1.4)
495+
unicode-emoji (~> 4.0, >= 4.0.4)
496+
unicode-emoji (4.0.4)
497+
uri (1.0.3)
486498
web-console (4.2.1)
487499
actionview (>= 6.0.0)
488500
activemodel (>= 6.0.0)
489501
bindex (>= 0.4.0)
490502
railties (>= 6.0.0)
491503
websocket (1.2.11)
492-
websocket-driver (0.7.6)
504+
websocket-driver (0.7.7)
505+
base64
493506
websocket-extensions (>= 0.1.0)
494507
websocket-extensions (0.1.5)
495508
woothee (1.13.0)
496509
xpath (3.2.0)
497510
nokogiri (~> 1.8)
498511
yard (0.9.37)
512+
yard-solargraph (0.1.0)
513+
yard (~> 0.9)
499514
zeitwerk (2.6.18)
500515

501516
PLATFORMS
@@ -507,6 +522,7 @@ DEPENDENCIES
507522
bootstrap-sass
508523
capybara
509524
coffee-rails
525+
concurrent-ruby (= 1.3.4)
510526
dotenv-rails
511527
factory_bot_rails
512528
faraday

0 commit comments

Comments
 (0)