Skip to content

Commit 76ceb91

Browse files
committed
Update all development and test dependencies
1 parent 91e44f5 commit 76ceb91

1 file changed

Lines changed: 48 additions & 40 deletions

File tree

Gemfile.lock

Lines changed: 48 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ GEM
99
ast (2.4.2)
1010
byebug (11.1.3)
1111
coderay (1.1.3)
12-
diff-lcs (1.5.0)
13-
ffi (1.15.5)
12+
diff-lcs (1.5.1)
13+
ffi (1.17.0-arm64-darwin)
14+
ffi (1.17.0-x86_64-darwin)
15+
ffi (1.17.0-x86_64-linux-gnu)
1416
formatador (1.1.0)
15-
guard (2.18.0)
17+
guard (2.18.1)
1618
formatador (>= 0.2.4)
1719
listen (>= 2.7, < 4.0)
1820
lumberjack (>= 1.0.12, < 2.0)
@@ -29,62 +31,68 @@ GEM
2931
guard-rubocop (1.5.0)
3032
guard (~> 2.0)
3133
rubocop (< 2.0)
32-
listen (3.7.1)
34+
json (2.7.2)
35+
language_server-protocol (3.17.0.3)
36+
listen (3.9.0)
3337
rb-fsevent (~> 0.10, >= 0.10.3)
3438
rb-inotify (~> 0.9, >= 0.9.10)
35-
lumberjack (1.2.8)
36-
method_source (1.0.0)
39+
lumberjack (1.2.10)
40+
method_source (1.1.0)
3741
nenv (0.3.0)
3842
notiffany (0.1.3)
3943
nenv (~> 0.1)
4044
shellany (~> 0.0)
41-
parallel (1.21.0)
42-
parser (3.1.0.0)
45+
parallel (1.25.1)
46+
parser (3.3.4.0)
4347
ast (~> 2.4.1)
44-
pry (0.13.1)
48+
racc
49+
pry (0.14.2)
4550
coderay (~> 1.1)
4651
method_source (~> 1.0)
47-
pry-byebug (3.9.0)
52+
pry-byebug (3.10.1)
4853
byebug (~> 11.0)
49-
pry (~> 0.13.0)
54+
pry (>= 0.13, < 0.15)
55+
racc (1.8.1)
5056
rainbow (3.1.1)
51-
rb-fsevent (0.11.1)
52-
rb-inotify (0.10.1)
57+
rb-fsevent (0.11.2)
58+
rb-inotify (0.11.1)
5359
ffi (~> 1.0)
54-
regexp_parser (2.2.0)
55-
rexml (3.2.8)
56-
strscan (>= 3.0.9)
57-
rspec (3.10.0)
58-
rspec-core (~> 3.10.0)
59-
rspec-expectations (~> 3.10.0)
60-
rspec-mocks (~> 3.10.0)
61-
rspec-core (3.10.2)
62-
rspec-support (~> 3.10.0)
63-
rspec-expectations (3.10.2)
60+
regexp_parser (2.9.2)
61+
rexml (3.3.4)
62+
strscan
63+
rspec (3.13.0)
64+
rspec-core (~> 3.13.0)
65+
rspec-expectations (~> 3.13.0)
66+
rspec-mocks (~> 3.13.0)
67+
rspec-core (3.13.0)
68+
rspec-support (~> 3.13.0)
69+
rspec-expectations (3.13.1)
6470
diff-lcs (>= 1.2.0, < 2.0)
65-
rspec-support (~> 3.10.0)
66-
rspec-mocks (3.10.3)
71+
rspec-support (~> 3.13.0)
72+
rspec-mocks (3.13.1)
6773
diff-lcs (>= 1.2.0, < 2.0)
68-
rspec-support (~> 3.10.0)
69-
rspec-support (3.10.3)
70-
rubocop (1.25.1)
74+
rspec-support (~> 3.13.0)
75+
rspec-support (3.13.1)
76+
rubocop (1.65.1)
77+
json (~> 2.3)
78+
language_server-protocol (>= 3.17.0)
7179
parallel (~> 1.10)
72-
parser (>= 3.1.0.0)
80+
parser (>= 3.3.0.2)
7381
rainbow (>= 2.2.2, < 4.0)
74-
regexp_parser (>= 1.8, < 3.0)
75-
rexml
76-
rubocop-ast (>= 1.15.1, < 2.0)
82+
regexp_parser (>= 2.4, < 3.0)
83+
rexml (>= 3.2.5, < 4.0)
84+
rubocop-ast (>= 1.31.1, < 2.0)
7785
ruby-progressbar (~> 1.7)
78-
unicode-display_width (>= 1.4.0, < 3.0)
79-
rubocop-ast (1.15.1)
80-
parser (>= 3.0.1.1)
81-
rubocop-rspec (2.8.0)
82-
rubocop (~> 1.19)
83-
ruby-progressbar (1.11.0)
86+
unicode-display_width (>= 2.4.0, < 3.0)
87+
rubocop-ast (1.31.3)
88+
parser (>= 3.3.1.0)
89+
rubocop-rspec (3.0.3)
90+
rubocop (~> 1.61)
91+
ruby-progressbar (1.13.0)
8492
shellany (0.0.1)
8593
strscan (3.1.0)
86-
thor (1.2.1)
87-
unicode-display_width (2.1.0)
94+
thor (1.3.1)
95+
unicode-display_width (2.5.0)
8896

8997
PLATFORMS
9098
arm64-darwin-23

0 commit comments

Comments
 (0)