Skip to content

Commit 7588375

Browse files
v1.9.5
1 parent dbd9294 commit 7588375

2 files changed

Lines changed: 74 additions & 65 deletions

File tree

Gemfile.lock

Lines changed: 73 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
code-ruby (1.9.4)
4+
code-ruby (1.9.5)
55
activesupport
66
base64
77
bigdecimal
@@ -19,40 +19,39 @@ PATH
1919
GEM
2020
remote: https://rubygems.org/
2121
specs:
22-
activesupport (8.0.2.1)
22+
activesupport (8.1.2)
2323
base64
24-
benchmark (>= 0.3)
2524
bigdecimal
2625
concurrent-ruby (~> 1.0, >= 1.3.1)
2726
connection_pool (>= 2.2.5)
2827
drb
2928
i18n (>= 1.6, < 2)
29+
json
3030
logger (>= 1.4.2)
3131
minitest (>= 5.1)
3232
securerandom (>= 0.3)
3333
tzinfo (~> 2.0, >= 2.0.5)
3434
uri (>= 0.13.1)
35-
addressable (2.8.7)
36-
public_suffix (>= 2.0.2, < 7.0)
35+
addressable (2.8.9)
36+
public_suffix (>= 2.0.2, < 8.0)
3737
ast (2.4.3)
3838
base64 (0.3.0)
39-
benchmark (0.4.1)
40-
bigdecimal (3.2.3)
41-
bundler-audit (0.9.2)
42-
bundler (>= 1.2.0, < 3)
39+
bigdecimal (4.0.1)
40+
bundler-audit (0.9.3)
41+
bundler (>= 1.2.0)
4342
thor (~> 1.0)
4443
cmdparse (3.0.7)
45-
concurrent-ruby (1.3.5)
46-
connection_pool (2.5.4)
47-
crack (1.0.0)
44+
concurrent-ruby (1.3.6)
45+
connection_pool (3.0.2)
46+
crack (1.0.1)
4847
bigdecimal
4948
rexml
5049
csv (3.3.5)
51-
date (3.4.1)
50+
date (3.5.1)
5251
did-you-mean (0.1.1)
5352
levenshtein (>= 0.2.0)
5453
diff-lcs (1.6.2)
55-
dorian (2.6.7)
54+
dorian (2.6.8)
5655
csv
5756
dorian-arguments
5857
dorian-eval
@@ -79,47 +78,55 @@ GEM
7978
dorian-to_struct (2.0.2)
8079
drb (2.2.3)
8180
geom2d (0.4.1)
82-
git (4.0.5)
81+
git (4.3.1)
8382
activesupport (>= 5.0)
8483
addressable (~> 2.8)
8584
process_executer (~> 4.0)
8685
rchardet (~> 1.9)
87-
haml (6.3.0)
86+
haml (7.2.0)
8887
temple (>= 0.8.2)
8988
thor
9089
tilt
9190
hashdiff (1.2.1)
92-
hexapdf (1.4.0)
91+
hexapdf (1.6.0)
9392
cmdparse (~> 3.0, >= 3.0.3)
9493
geom2d (~> 0.4, >= 0.4.1)
9594
openssl (>= 2.2.1)
9695
strscan (>= 3.1.2)
97-
i18n (1.14.7)
96+
i18n (1.14.8)
9897
concurrent-ruby (~> 1.0)
99-
json (2.13.2)
98+
json (2.18.1)
99+
json-schema (6.1.0)
100+
addressable (~> 2.8)
101+
bigdecimal (>= 3.1, < 5)
100102
language-ruby (1.2.0)
101103
dorian-arguments
102104
zeitwerk
103105
language_server-protocol (3.17.0.5)
104106
levenshtein (0.2.2)
105-
libv8-node (24.1.0.0-arm64-darwin)
106-
libv8-node (24.1.0.0-x86_64-linux)
107+
libv8-node (24.12.0.1-arm64-darwin)
108+
libv8-node (24.12.0.1-x86_64-linux)
107109
lint_roller (1.1.0)
108110
logger (1.7.0)
109-
mail (2.8.1)
111+
mail (2.9.0)
112+
logger
110113
mini_mime (>= 0.1.1)
111114
net-imap
112115
net-pop
113116
net-smtp
117+
mcp (0.7.1)
118+
json-schema (>= 4.1)
114119
mini_mime (1.1.5)
115-
mini_racer (0.19.0)
116-
libv8-node (~> 24.1.0.0)
117-
minitest (5.25.5)
120+
mini_racer (0.20.0)
121+
libv8-node (~> 24.12.0.1)
122+
minitest (6.0.2)
123+
drb (~> 2.0)
124+
prism (~> 1.5)
118125
mustermann (3.0.4)
119126
ruby2_keywords (~> 0.0.1)
120-
net-http (0.6.0)
121-
uri
122-
net-imap (0.5.10)
127+
net-http (0.9.1)
128+
uri (>= 0.11.1)
129+
net-imap (0.6.3)
123130
date
124131
net-protocol
125132
net-pop (0.1.2)
@@ -128,73 +135,74 @@ GEM
128135
timeout
129136
net-smtp (0.5.1)
130137
net-protocol
131-
nokogiri (1.18.10-arm64-darwin)
138+
nokogiri (1.19.1-arm64-darwin)
132139
racc (~> 1.4)
133-
nokogiri (1.18.10-x86_64-linux-gnu)
140+
nokogiri (1.19.1-x86_64-linux-gnu)
134141
racc (~> 1.4)
135-
openssl (3.3.0)
142+
openssl (4.0.1)
136143
ostruct (0.6.3)
137144
parallel (1.27.0)
138-
parser (3.3.9.0)
145+
parser (3.3.10.2)
139146
ast (~> 2.4.1)
140147
racc
141148
prettier_print (1.2.1)
142-
prism (1.5.1)
143-
process_executer (4.0.0)
149+
prism (1.9.0)
150+
process_executer (4.0.2)
144151
track_open_instances (~> 0.1)
145-
public_suffix (6.0.2)
152+
public_suffix (7.0.2)
146153
racc (1.8.1)
147-
rack (3.2.1)
148-
rack-protection (4.1.1)
154+
rack (3.2.5)
155+
rack-protection (4.2.1)
149156
base64 (>= 0.1.0)
150157
logger (>= 1.6.0)
151158
rack (>= 3.0.0, < 4)
152159
rack-session (2.1.1)
153160
base64 (>= 0.1.0)
154161
rack (>= 3.0.0)
155162
rainbow (3.1.1)
156-
rake (13.3.0)
163+
rake (13.3.1)
157164
rchardet (1.10.0)
158165
regexp_parser (2.11.3)
159166
rexml (3.4.4)
160-
rspec (3.13.1)
167+
rspec (3.13.2)
161168
rspec-core (~> 3.13.0)
162169
rspec-expectations (~> 3.13.0)
163170
rspec-mocks (~> 3.13.0)
164-
rspec-core (3.13.5)
171+
rspec-core (3.13.6)
165172
rspec-support (~> 3.13.0)
166173
rspec-expectations (3.13.5)
167174
diff-lcs (>= 1.2.0, < 2.0)
168175
rspec-support (~> 3.13.0)
169-
rspec-mocks (3.13.5)
176+
rspec-mocks (3.13.8)
170177
diff-lcs (>= 1.2.0, < 2.0)
171178
rspec-support (~> 3.13.0)
172-
rspec-support (3.13.6)
173-
rubocop (1.80.2)
179+
rspec-support (3.13.7)
180+
rubocop (1.85.0)
174181
json (~> 2.3)
175182
language_server-protocol (~> 3.17.0.2)
176183
lint_roller (~> 1.1.0)
184+
mcp (~> 0.6)
177185
parallel (~> 1.10)
178186
parser (>= 3.3.0.2)
179187
rainbow (>= 2.2.2, < 4.0)
180188
regexp_parser (>= 2.9.3, < 3.0)
181-
rubocop-ast (>= 1.46.0, < 2.0)
189+
rubocop-ast (>= 1.49.0, < 2.0)
182190
ruby-progressbar (~> 1.7)
183191
unicode-display_width (>= 2.4.0, < 4.0)
184-
rubocop-ast (1.46.0)
192+
rubocop-ast (1.49.0)
185193
parser (>= 3.3.7.2)
186-
prism (~> 1.4)
194+
prism (~> 1.7)
187195
rubocop-capybara (2.22.1)
188196
lint_roller (~> 1.1)
189197
rubocop (~> 1.72, >= 1.72.1)
190-
rubocop-factory_bot (2.27.1)
198+
rubocop-factory_bot (2.28.0)
191199
lint_roller (~> 1.1)
192200
rubocop (~> 1.72, >= 1.72.1)
193-
rubocop-performance (1.26.0)
201+
rubocop-performance (1.26.1)
194202
lint_roller (~> 1.1)
195203
rubocop (>= 1.75.0, < 2.0)
196-
rubocop-ast (>= 1.44.0, < 2.0)
197-
rubocop-rails (2.33.3)
204+
rubocop-ast (>= 1.47.1, < 2.0)
205+
rubocop-rails (2.34.3)
198206
activesupport (>= 4.2.0)
199207
lint_roller (~> 1.1)
200208
rack (>= 1.1)
@@ -203,26 +211,27 @@ GEM
203211
rubocop-rake (0.7.1)
204212
lint_roller (~> 1.1)
205213
rubocop (>= 1.72.1)
206-
rubocop-rspec (3.7.0)
214+
rubocop-rspec (3.9.0)
207215
lint_roller (~> 1.1)
208-
rubocop (~> 1.72, >= 1.72.1)
209-
rubocop-rspec_rails (2.31.0)
216+
rubocop (~> 1.81)
217+
rubocop-rspec_rails (2.32.0)
210218
lint_roller (~> 1.1)
211219
rubocop (~> 1.72, >= 1.72.1)
212220
rubocop-rspec (~> 3.5)
213-
ruby-prof (1.7.2)
221+
ruby-prof (2.0.3)
214222
base64
223+
ostruct
215224
ruby-progressbar (1.13.0)
216225
ruby2_keywords (0.0.5)
217226
securerandom (0.4.1)
218-
sinatra (4.1.1)
227+
sinatra (4.2.1)
219228
logger (>= 1.6.0)
220229
mustermann (~> 3.0)
221230
rack (>= 3.0.0, < 4)
222-
rack-protection (= 4.1.1)
231+
rack-protection (= 4.2.1)
223232
rack-session (>= 2.0.0, < 3)
224233
tilt (~> 2.0)
225-
strscan (3.1.5)
234+
strscan (3.1.7)
226235
syntax_tree (6.3.0)
227236
prettier_print (>= 1.2.0)
228237
syntax_tree-haml (4.0.3)
@@ -235,25 +244,25 @@ GEM
235244
temple (0.10.4)
236245
terminal-table (4.0.0)
237246
unicode-display_width (>= 1.1.1, < 4)
238-
thor (1.4.0)
239-
tilt (2.6.1)
240-
timeout (0.4.3)
247+
thor (1.5.0)
248+
tilt (2.7.0)
249+
timeout (0.6.0)
241250
track_open_instances (0.1.15)
242251
tzinfo (2.0.6)
243252
concurrent-ruby (~> 1.0)
244253
unicode-display_width (3.2.0)
245254
unicode-emoji (~> 4.1)
246-
unicode-emoji (4.1.0)
247-
uri (1.0.3)
255+
unicode-emoji (4.2.0)
256+
uri (1.1.1)
248257
w_syntax_tree-erb (0.12.0)
249258
prettier_print (~> 1.2, >= 1.2.0)
250259
syntax_tree (~> 6.1, >= 6.1.1)
251-
webmock (3.25.1)
260+
webmock (3.26.1)
252261
addressable (>= 2.8.0)
253262
crack (>= 0.3.2)
254263
hashdiff (>= 0.4.0, < 2.0.0)
255264
yaml (0.4.0)
256-
zeitwerk (2.7.3)
265+
zeitwerk (2.7.5)
257266

258267
PLATFORMS
259268
arm64-darwin-23

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.4
1+
1.9.5

0 commit comments

Comments
 (0)