Skip to content

Commit 5e7aef8

Browse files
committed
fix for ruby 3.0
1 parent 8d22176 commit 5e7aef8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Gemfile.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (7.2.1)
10+
activesupport (7.1.4)
1111
base64
1212
bigdecimal
13-
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
concurrent-ruby (~> 1.0, >= 1.0.2)
1414
connection_pool (>= 2.2.5)
1515
drb
1616
i18n (>= 1.6, < 2)
17-
logger (>= 1.4.2)
1817
minitest (>= 5.1)
19-
securerandom (>= 0.3)
20-
tzinfo (~> 2.0, >= 2.0.5)
18+
mutex_m
19+
tzinfo (~> 2.0)
2120
ast (2.4.2)
2221
base64 (0.2.0)
2322
bigdecimal (3.1.8)
@@ -31,9 +30,9 @@ GEM
3130
concurrent-ruby (~> 1.0)
3231
json (2.7.2)
3332
language_server-protocol (3.17.0.3)
34-
logger (1.6.1)
3533
method_source (1.1.0)
3634
minitest (5.25.1)
35+
mutex_m (0.2.0)
3736
parallel (1.26.3)
3837
parser (3.3.5.0)
3938
ast (~> 2.4.1)
@@ -96,7 +95,6 @@ GEM
9695
rubocop-sequel (0.3.4)
9796
rubocop (~> 1.0)
9897
ruby-progressbar (1.13.0)
99-
securerandom (0.3.1)
10098
tzinfo (2.0.6)
10199
concurrent-ruby (~> 1.0)
102100
unicode-display_width (2.6.0)

0 commit comments

Comments
 (0)