Skip to content

Commit 78142ac

Browse files
committed
Run bundle exec rake examples:bundle_update
1 parent 48e1d16 commit 78142ac

File tree

1 file changed

+65
-61
lines changed

1 file changed

+65
-61
lines changed

Gemfile.lock

Lines changed: 65 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activesupport (8.0.2.1)
13+
activesupport (8.1.1)
1414
base64
15-
benchmark (>= 0.3)
1615
bigdecimal
1716
concurrent-ruby (~> 1.0, >= 1.3.1)
1817
connection_pool (>= 2.2.5)
1918
drb
2019
i18n (>= 1.6, < 2)
20+
json
2121
logger (>= 1.4.2)
2222
minitest (>= 5.1)
2323
securerandom (>= 0.3)
@@ -27,25 +27,24 @@ GEM
2727
ast (2.4.3)
2828
awesome_print (1.9.2)
2929
base64 (0.3.0)
30-
benchmark (0.4.1)
31-
bigdecimal (3.2.3)
32-
bundler-audit (0.9.2)
33-
bundler (>= 1.2.0, < 3)
30+
bigdecimal (3.3.1)
31+
bundler-audit (0.9.3)
32+
bundler (>= 1.2.0)
3433
thor (~> 1.0)
3534
childprocess (5.1.0)
3635
logger (~> 1.5)
3736
coderay (1.1.3)
38-
concurrent-ruby (1.3.5)
39-
connection_pool (2.5.4)
37+
concurrent-ruby (1.3.6)
38+
connection_pool (3.0.2)
4039
csv (3.3.5)
41-
date (3.4.1)
40+
date (3.5.1)
4241
diff-lcs (1.6.2)
4342
docile (1.4.1)
4443
drb (2.2.3)
4544
dry-configurable (1.3.0)
4645
dry-core (~> 1.1)
4746
zeitwerk (~> 2.6)
48-
dry-core (1.1.0)
47+
dry-core (1.2.0)
4948
concurrent-ruby (~> 1.0)
5049
logger
5150
zeitwerk (~> 2.6)
@@ -82,22 +81,22 @@ GEM
8281
dry-initializer (~> 3.2)
8382
dry-schema (~> 1.14)
8483
zeitwerk (~> 2.6)
85-
erb (5.0.2)
86-
factory_bot (6.5.5)
84+
erb (6.0.1)
85+
factory_bot (6.5.6)
8786
activesupport (>= 6.1.0)
88-
ffi (1.17.2)
89-
ffi (1.17.2-aarch64-linux-gnu)
90-
ffi (1.17.2-aarch64-linux-musl)
91-
ffi (1.17.2-arm-linux-gnu)
92-
ffi (1.17.2-arm-linux-musl)
93-
ffi (1.17.2-arm64-darwin)
94-
ffi (1.17.2-x86-linux-gnu)
95-
ffi (1.17.2-x86-linux-musl)
96-
ffi (1.17.2-x86_64-darwin)
97-
ffi (1.17.2-x86_64-linux-gnu)
98-
ffi (1.17.2-x86_64-linux-musl)
99-
fileutils (1.7.3)
100-
formatador (1.2.0)
87+
ffi (1.17.3)
88+
ffi (1.17.3-aarch64-linux-gnu)
89+
ffi (1.17.3-aarch64-linux-musl)
90+
ffi (1.17.3-arm-linux-gnu)
91+
ffi (1.17.3-arm-linux-musl)
92+
ffi (1.17.3-arm64-darwin)
93+
ffi (1.17.3-x86-linux-gnu)
94+
ffi (1.17.3-x86-linux-musl)
95+
ffi (1.17.3-x86_64-darwin)
96+
ffi (1.17.3-x86_64-linux-gnu)
97+
ffi (1.17.3-x86_64-linux-musl)
98+
fileutils (1.8.0)
99+
formatador (1.2.3)
101100
reline
102101
guard (2.19.1)
103102
formatador (>= 0.2.4)
@@ -125,16 +124,16 @@ GEM
125124
guard-rubocop (1.5.0)
126125
guard (~> 2.0)
127126
rubocop (< 2.0)
128-
i18n (1.14.7)
127+
i18n (1.14.8)
129128
concurrent-ruby (~> 1.0)
130129
ice_nine (0.11.2)
131130
iniparse (1.5.0)
132-
io-console (0.8.1)
133-
irb (1.15.2)
131+
io-console (0.8.2)
132+
irb (1.16.0)
134133
pp (>= 0.6.0)
135134
rdoc (>= 4.0.0)
136135
reline (>= 0.4.2)
137-
json (2.13.2)
136+
json (2.18.0)
138137
language_server-protocol (3.17.0.5)
139138
lint_roller (1.1.0)
140139
listen (3.9.0)
@@ -143,8 +142,9 @@ GEM
143142
logger (1.7.0)
144143
lumberjack (1.4.2)
145144
method_source (1.1.0)
146-
minitest (5.25.5)
147-
multi_json (1.17.0)
145+
minitest (6.0.1)
146+
prism (~> 1.5)
147+
multi_json (1.19.1)
148148
mutex_m (0.3.0)
149149
nenv (0.3.0)
150150
notiffany (0.1.3)
@@ -156,79 +156,81 @@ GEM
156156
iniparse (~> 1.4)
157157
rexml (>= 3.3.9)
158158
parallel (1.27.0)
159-
parser (3.3.9.0)
159+
parser (3.3.10.0)
160160
ast (~> 2.4.1)
161161
racc
162-
pp (0.6.2)
162+
pp (0.6.3)
163163
prettyprint
164164
prettyprint (0.2.0)
165-
prism (1.5.1)
166-
pry (0.15.2)
165+
prism (1.7.0)
166+
pry (0.16.0)
167167
coderay (~> 1.1)
168168
method_source (~> 1.0)
169-
psych (5.2.6)
169+
reline (>= 0.6.0)
170+
psych (5.3.1)
170171
date
171172
stringio
172173
racc (1.8.1)
173-
rack (3.2.1)
174+
rack (3.2.4)
174175
rack-test (2.2.0)
175176
rack (>= 1.3)
176-
rackup (2.2.1)
177+
rackup (2.3.1)
177178
rack (>= 3)
178179
rainbow (3.1.1)
179-
rake (13.3.0)
180+
rake (13.3.1)
180181
rb-fsevent (0.11.2)
181182
rb-inotify (0.11.1)
182183
ffi (~> 1.0)
183-
rbs (3.9.5)
184+
rbs (3.10.0)
184185
logger
185-
rdoc (6.14.2)
186+
rdoc (7.0.3)
186187
erb
187188
psych (>= 4.0.0)
189+
tsort
188190
regexp_parser (2.11.3)
189-
reline (0.6.2)
191+
reline (0.6.3)
190192
io-console (~> 0.5)
191193
rexml (3.4.4)
192-
rspec (3.13.1)
194+
rspec (3.13.2)
193195
rspec-core (~> 3.13.0)
194196
rspec-expectations (~> 3.13.0)
195197
rspec-mocks (~> 3.13.0)
196-
rspec-core (3.13.5)
198+
rspec-core (3.13.6)
197199
rspec-support (~> 3.13.0)
198200
rspec-expectations (3.13.5)
199201
diff-lcs (>= 1.2.0, < 2.0)
200202
rspec-support (~> 3.13.0)
201-
rspec-mocks (3.13.5)
203+
rspec-mocks (3.13.7)
202204
diff-lcs (>= 1.2.0, < 2.0)
203205
rspec-support (~> 3.13.0)
204206
rspec-support (3.13.6)
205-
rubocop (1.80.2)
207+
rubocop (1.82.1)
206208
json (~> 2.3)
207209
language_server-protocol (~> 3.17.0.2)
208210
lint_roller (~> 1.1.0)
209211
parallel (~> 1.10)
210212
parser (>= 3.3.0.2)
211213
rainbow (>= 2.2.2, < 4.0)
212214
regexp_parser (>= 2.9.3, < 3.0)
213-
rubocop-ast (>= 1.46.0, < 2.0)
215+
rubocop-ast (>= 1.48.0, < 2.0)
214216
ruby-progressbar (~> 1.7)
215217
unicode-display_width (>= 2.4.0, < 4.0)
216-
rubocop-ast (1.46.0)
218+
rubocop-ast (1.49.0)
217219
parser (>= 3.3.7.2)
218-
prism (~> 1.4)
219-
rubocop-factory_bot (2.27.1)
220+
prism (~> 1.7)
221+
rubocop-factory_bot (2.28.0)
220222
lint_roller (~> 1.1)
221223
rubocop (~> 1.72, >= 1.72.1)
222-
rubocop-performance (1.26.0)
224+
rubocop-performance (1.26.1)
223225
lint_roller (~> 1.1)
224226
rubocop (>= 1.75.0, < 2.0)
225-
rubocop-ast (>= 1.44.0, < 2.0)
227+
rubocop-ast (>= 1.47.1, < 2.0)
226228
rubocop-rake (0.7.1)
227229
lint_roller (~> 1.1)
228230
rubocop (>= 1.72.1)
229-
rubocop-rspec (3.7.0)
231+
rubocop-rspec (3.8.0)
230232
lint_roller (~> 1.1)
231-
rubocop (~> 1.72, >= 1.72.1)
233+
rubocop (~> 1.81)
232234
rubocop-yard (1.0.0)
233235
lint_roller
234236
rubocop (~> 1.72)
@@ -263,24 +265,26 @@ GEM
263265
strscan (>= 1.0.0)
264266
terminal-table (>= 2, < 5)
265267
uri (>= 0.12.0)
266-
stringio (3.1.7)
267-
strscan (3.1.5)
268+
stringio (3.2.0)
269+
strscan (3.1.6)
268270
terminal-table (4.0.0)
269271
unicode-display_width (>= 1.1.1, < 4)
270272
thor (1.4.0)
271-
typeprof (0.30.1)
273+
tsort (0.2.0)
274+
typeprof (0.31.1)
275+
prism (>= 1.4.0)
272276
rbs (>= 3.6.0)
273277
tzinfo (2.0.6)
274278
concurrent-ruby (~> 1.0)
275279
unicode-display_width (3.2.0)
276280
unicode-emoji (~> 4.1)
277-
unicode-emoji (4.1.0)
278-
uri (1.0.3)
279-
yard (0.9.37)
281+
unicode-emoji (4.2.0)
282+
uri (1.1.1)
283+
yard (0.9.38)
280284
yard-lint (1.3.0)
281285
yard (~> 0.9)
282286
zeitwerk (~> 2.6)
283-
zeitwerk (2.7.3)
287+
zeitwerk (2.7.4)
284288

285289
PLATFORMS
286290
aarch64-linux-gnu

0 commit comments

Comments
 (0)