Skip to content

Commit 890f264

Browse files
committed
update dependencies, rubocop
1 parent 5041ad5 commit 890f264

1 file changed

Lines changed: 31 additions & 32 deletions

File tree

Gemfile.lock

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activesupport (7.2.2.2)
9+
activesupport (7.2.3.1)
1010
base64
1111
benchmark (>= 0.3)
1212
bigdecimal
@@ -15,11 +15,11 @@ GEM
1515
drb
1616
i18n (>= 1.6, < 2)
1717
logger (>= 1.4.2)
18-
minitest (>= 5.1)
18+
minitest (>= 5.1, < 6)
1919
securerandom (>= 0.3)
2020
tzinfo (~> 2.0, >= 2.0.5)
21-
addressable (2.8.7)
22-
public_suffix (>= 2.0.2, < 7.0)
21+
addressable (2.8.9)
22+
public_suffix (>= 2.0.2, < 8.0)
2323
ast (2.4.3)
2424
async (2.24.0)
2525
console (~> 1.29)
@@ -28,15 +28,15 @@ GEM
2828
metrics (~> 0.12)
2929
traces (~> 0.15)
3030
base64 (0.3.0)
31-
benchmark (0.4.1)
32-
bigdecimal (3.2.3)
33-
concurrent-ruby (1.3.5)
34-
connection_pool (2.5.4)
31+
benchmark (0.5.0)
32+
bigdecimal (4.1.0)
33+
concurrent-ruby (1.3.6)
34+
connection_pool (2.5.5)
3535
console (1.30.2)
3636
fiber-annotation
3737
fiber-local (~> 1.1)
3838
json
39-
crack (1.0.0)
39+
crack (1.0.1)
4040
bigdecimal
4141
rexml
4242
diff-lcs (1.6.2)
@@ -46,77 +46,76 @@ GEM
4646
fiber-storage
4747
fiber-storage (1.0.1)
4848
hashdiff (1.2.1)
49-
i18n (1.14.7)
49+
i18n (1.14.8)
5050
concurrent-ruby (~> 1.0)
5151
io-event (1.11.2)
52-
json (2.15.0)
52+
json (2.19.3)
5353
language_server-protocol (3.17.0.5)
5454
lint_roller (1.1.0)
5555
logger (1.7.0)
5656
metrics (0.12.2)
57-
minitest (5.25.5)
57+
minitest (5.27.0)
5858
parallel (1.27.0)
59-
parser (3.3.9.0)
59+
parser (3.3.11.1)
6060
ast (~> 2.4.1)
6161
racc
62-
prism (1.5.1)
62+
prism (1.9.0)
6363
public_suffix (6.0.2)
6464
racc (1.8.1)
6565
rainbow (3.1.1)
66-
rake (13.3.0)
66+
rake (13.3.1)
6767
regexp_parser (2.11.3)
6868
rexml (3.4.4)
69-
rspec (3.13.1)
69+
rspec (3.13.2)
7070
rspec-core (~> 3.13.0)
7171
rspec-expectations (~> 3.13.0)
7272
rspec-mocks (~> 3.13.0)
73-
rspec-core (3.13.5)
73+
rspec-core (3.13.6)
7474
rspec-support (~> 3.13.0)
7575
rspec-expectations (3.13.5)
7676
diff-lcs (>= 1.2.0, < 2.0)
7777
rspec-support (~> 3.13.0)
78-
rspec-mocks (3.13.5)
78+
rspec-mocks (3.13.8)
7979
diff-lcs (>= 1.2.0, < 2.0)
8080
rspec-support (~> 3.13.0)
81-
rspec-support (3.13.6)
82-
rubocop (1.81.1)
81+
rspec-support (3.13.7)
82+
rubocop (1.86.0)
8383
json (~> 2.3)
8484
language_server-protocol (~> 3.17.0.2)
8585
lint_roller (~> 1.1.0)
8686
parallel (~> 1.10)
8787
parser (>= 3.3.0.2)
8888
rainbow (>= 2.2.2, < 4.0)
8989
regexp_parser (>= 2.9.3, < 3.0)
90-
rubocop-ast (>= 1.47.1, < 2.0)
90+
rubocop-ast (>= 1.49.0, < 2.0)
9191
ruby-progressbar (~> 1.7)
9292
unicode-display_width (>= 2.4.0, < 4.0)
93-
rubocop-ast (1.47.1)
93+
rubocop-ast (1.49.1)
9494
parser (>= 3.3.7.2)
95-
prism (~> 1.4)
95+
prism (~> 1.7)
9696
rubocop-capybara (2.22.1)
9797
lint_roller (~> 1.1)
9898
rubocop (~> 1.72, >= 1.72.1)
99-
rubocop-factory_bot (2.27.1)
99+
rubocop-factory_bot (2.28.0)
100100
lint_roller (~> 1.1)
101101
rubocop (~> 1.72, >= 1.72.1)
102-
rubocop-performance (1.26.0)
102+
rubocop-performance (1.26.1)
103103
lint_roller (~> 1.1)
104104
rubocop (>= 1.75.0, < 2.0)
105-
rubocop-ast (>= 1.44.0, < 2.0)
106-
rubocop-rspec (3.7.0)
105+
rubocop-ast (>= 1.47.1, < 2.0)
106+
rubocop-rspec (3.9.0)
107107
lint_roller (~> 1.1)
108-
rubocop (~> 1.72, >= 1.72.1)
108+
rubocop (~> 1.81)
109109
ruby-progressbar (1.13.0)
110110
securerandom (0.4.1)
111111
traces (0.15.2)
112112
tzinfo (2.0.6)
113113
concurrent-ruby (~> 1.0)
114114
unicode-display_width (3.2.0)
115115
unicode-emoji (~> 4.1)
116-
unicode-emoji (4.1.0)
117-
vcr (6.3.1)
118-
base64
119-
webmock (3.25.1)
116+
unicode-emoji (4.2.0)
117+
vcr (6.4.0)
118+
webmock (3.26.2)
120119
addressable (>= 2.8.0)
121120
crack (>= 0.3.2)
122121
hashdiff (>= 0.4.0, < 2.0.0)

0 commit comments

Comments
 (0)