Skip to content

Commit 929a439

Browse files
updates
1 parent b12565f commit 929a439

File tree

1 file changed

+72
-57
lines changed

1 file changed

+72
-57
lines changed

Gemfile.lock

Lines changed: 72 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (8.0.1)
12+
activesupport (8.0.2)
1313
base64
1414
benchmark (>= 0.3)
1515
bigdecimal
@@ -24,18 +24,18 @@ GEM
2424
uri (>= 0.13.1)
2525
addressable (2.8.7)
2626
public_suffix (>= 2.0.2, < 7.0)
27-
ast (2.4.2)
27+
ast (2.4.3)
2828
base64 (0.2.0)
2929
benchmark (0.4.0)
30-
bigdecimal (3.1.8)
30+
bigdecimal (3.1.9)
3131
bundler-audit (0.9.2)
3232
bundler (>= 1.2.0, < 3)
3333
thor (~> 1.0)
3434
cmdparse (3.0.7)
35-
concurrent-ruby (1.3.4)
36-
connection_pool (2.4.1)
37-
csv (3.3.2)
38-
diff-lcs (1.5.1)
35+
concurrent-ruby (1.3.5)
36+
connection_pool (2.5.0)
37+
csv (3.3.3)
38+
diff-lcs (1.6.1)
3939
dorian (2.6.3)
4040
csv
4141
dorian-arguments
@@ -63,49 +63,52 @@ GEM
6363
dorian-to_struct (2.0.2)
6464
drb (2.2.1)
6565
geom2d (0.4.1)
66-
git (2.3.3)
66+
git (3.0.0)
6767
activesupport (>= 5.0)
6868
addressable (~> 2.8)
69-
process_executer (~> 1.1)
70-
rchardet (~> 1.8)
69+
process_executer (~> 1.3)
70+
rchardet (~> 1.9)
7171
haml (6.3.0)
7272
temple (>= 0.8.2)
7373
thor
7474
tilt
75-
hexapdf (1.0.3)
75+
hexapdf (1.2.0)
7676
cmdparse (~> 3.0, >= 3.0.3)
7777
geom2d (~> 0.4, >= 0.4.1)
7878
openssl (>= 2.2.1)
79-
i18n (1.14.6)
79+
strscan (>= 3.1.2)
80+
i18n (1.14.7)
8081
concurrent-ruby (~> 1.0)
81-
json (2.9.1)
82-
language_server-protocol (3.17.0.3)
83-
libv8-node (18.19.0.0)
84-
libv8-node (18.19.0.0-arm64-darwin)
85-
libv8-node (18.19.0.0-x86_64-linux)
86-
logger (1.6.4)
87-
mini_racer (0.16.0)
88-
libv8-node (~> 18.19.0.0)
89-
minitest (5.25.4)
90-
openssl (3.2.1)
82+
json (2.10.2)
83+
language_server-protocol (3.17.0.4)
84+
libv8-node (23.6.1.0)
85+
libv8-node (23.6.1.0-arm64-darwin)
86+
libv8-node (23.6.1.0-x86_64-linux)
87+
lint_roller (1.1.0)
88+
logger (1.7.0)
89+
mini_racer (0.18.1)
90+
libv8-node (~> 23.6.1.0)
91+
minitest (5.25.5)
92+
openssl (3.3.0)
9193
ostruct (0.6.1)
9294
parallel (1.26.3)
93-
parser (3.3.6.0)
95+
parser (3.3.7.4)
9496
ast (~> 2.4.1)
9597
racc
9698
prettier_print (1.2.1)
97-
process_executer (1.2.0)
99+
prism (1.4.0)
100+
process_executer (1.3.0)
98101
public_suffix (6.0.1)
99102
racc (1.8.1)
100-
rack (3.1.8)
103+
rack (3.1.12)
101104
rainbow (3.1.1)
102-
rchardet (1.8.0)
103-
regexp_parser (2.9.3)
105+
rchardet (1.9.0)
106+
regexp_parser (2.10.0)
104107
rspec (3.13.0)
105108
rspec-core (~> 3.13.0)
106109
rspec-expectations (~> 3.13.0)
107110
rspec-mocks (~> 3.13.0)
108-
rspec-core (3.13.2)
111+
rspec-core (3.13.3)
109112
rspec-support (~> 3.13.0)
110113
rspec-expectations (3.13.3)
111114
diff-lcs (>= 1.2.0, < 2.0)
@@ -114,39 +117,49 @@ GEM
114117
diff-lcs (>= 1.2.0, < 2.0)
115118
rspec-support (~> 3.13.0)
116119
rspec-support (3.13.2)
117-
rubocop (1.69.2)
120+
rubocop (1.75.2)
118121
json (~> 2.3)
119-
language_server-protocol (>= 3.17.0)
122+
language_server-protocol (~> 3.17.0.2)
123+
lint_roller (~> 1.1.0)
120124
parallel (~> 1.10)
121125
parser (>= 3.3.0.2)
122126
rainbow (>= 2.2.2, < 4.0)
123127
regexp_parser (>= 2.9.3, < 3.0)
124-
rubocop-ast (>= 1.36.2, < 2.0)
128+
rubocop-ast (>= 1.44.0, < 2.0)
125129
ruby-progressbar (~> 1.7)
126130
unicode-display_width (>= 2.4.0, < 4.0)
127-
rubocop-ast (1.37.0)
128-
parser (>= 3.3.1.0)
129-
rubocop-capybara (2.21.0)
130-
rubocop (~> 1.41)
131-
rubocop-factory_bot (2.26.1)
132-
rubocop (~> 1.61)
133-
rubocop-performance (1.23.0)
134-
rubocop (>= 1.48.1, < 2.0)
135-
rubocop-ast (>= 1.31.1, < 2.0)
136-
rubocop-rails (2.27.0)
131+
rubocop-ast (1.44.0)
132+
parser (>= 3.3.7.2)
133+
prism (~> 1.4)
134+
rubocop-capybara (2.22.1)
135+
lint_roller (~> 1.1)
136+
rubocop (~> 1.72, >= 1.72.1)
137+
rubocop-factory_bot (2.27.1)
138+
lint_roller (~> 1.1)
139+
rubocop (~> 1.72, >= 1.72.1)
140+
rubocop-performance (1.25.0)
141+
lint_roller (~> 1.1)
142+
rubocop (>= 1.75.0, < 2.0)
143+
rubocop-ast (>= 1.38.0, < 2.0)
144+
rubocop-rails (2.31.0)
137145
activesupport (>= 4.2.0)
146+
lint_roller (~> 1.1)
138147
rack (>= 1.1)
139-
rubocop (>= 1.52.0, < 2.0)
140-
rubocop-ast (>= 1.31.1, < 2.0)
141-
rubocop-rake (0.6.0)
142-
rubocop (~> 1.0)
143-
rubocop-rspec (3.3.0)
144-
rubocop (~> 1.61)
145-
rubocop-rspec_rails (2.30.0)
146-
rubocop (~> 1.61)
147-
rubocop-rspec (~> 3, >= 3.0.1)
148+
rubocop (>= 1.75.0, < 2.0)
149+
rubocop-ast (>= 1.38.0, < 2.0)
150+
rubocop-rake (0.7.1)
151+
lint_roller (~> 1.1)
152+
rubocop (>= 1.72.1)
153+
rubocop-rspec (3.5.0)
154+
lint_roller (~> 1.1)
155+
rubocop (~> 1.72, >= 1.72.1)
156+
rubocop-rspec_rails (2.31.0)
157+
lint_roller (~> 1.1)
158+
rubocop (~> 1.72, >= 1.72.1)
159+
rubocop-rspec (~> 3.5)
148160
ruby-progressbar (1.13.0)
149161
securerandom (0.4.1)
162+
strscan (3.1.2)
150163
syntax_tree (6.2.0)
151164
prettier_print (>= 1.2.0)
152165
syntax_tree-haml (4.0.3)
@@ -157,14 +170,16 @@ GEM
157170
prettier_print
158171
syntax_tree (>= 2.0.1)
159172
temple (0.10.3)
160-
terminal-table (3.0.2)
161-
unicode-display_width (>= 1.1.1, < 3)
173+
terminal-table (4.0.0)
174+
unicode-display_width (>= 1.1.1, < 4)
162175
thor (1.3.2)
163-
tilt (2.5.0)
176+
tilt (2.6.0)
164177
tzinfo (2.0.6)
165178
concurrent-ruby (~> 1.0)
166-
unicode-display_width (2.6.0)
167-
uri (1.0.2)
179+
unicode-display_width (3.1.4)
180+
unicode-emoji (~> 4.0, >= 4.0.4)
181+
unicode-emoji (4.0.4)
182+
uri (1.0.3)
168183
w_syntax_tree-erb (0.12.0)
169184
prettier_print (~> 1.2, >= 1.2.0)
170185
syntax_tree (~> 6.1, >= 6.1.1)
@@ -189,7 +204,7 @@ DEPENDENCIES
189204
rubocop-rspec_rails
190205

191206
RUBY VERSION
192-
ruby 3.3.5p100
207+
ruby 3.4.2p28
193208

194209
BUNDLED WITH
195-
2.6.1
210+
2.6.7

0 commit comments

Comments
 (0)