Skip to content

Commit a485152

Browse files
committed
Update dependencies.
1 parent effdf06 commit a485152

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

Gemfile.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
ast (2.4.3)
8282
base64 (0.3.0)
8383
benchmark (0.4.1)
84-
bigdecimal (3.2.3)
84+
bigdecimal (3.3.1)
8585
bindex (0.8.1)
8686
bootsnap (1.18.6)
8787
msgpack (~> 1.2)
@@ -121,7 +121,7 @@ GEM
121121
dry-inflector (~> 1.0)
122122
dry-logic (~> 1.4)
123123
zeitwerk (~> 2.6)
124-
erb (5.0.2)
124+
erb (5.0.3)
125125
erubi (1.13.1)
126126
globalid (1.3.0)
127127
activesupport (>= 6.1)
@@ -148,7 +148,7 @@ GEM
148148
jbuilder (2.14.1)
149149
actionview (>= 7.0.0)
150150
activesupport (>= 7.0.0)
151-
json (2.15.0)
151+
json (2.15.1)
152152
language_server-protocol (3.17.0.5)
153153
lint_roller (1.1.0)
154154
logger (1.7.0)
@@ -164,14 +164,14 @@ GEM
164164
matrix (0.4.3)
165165
mini_mime (1.1.5)
166166
mini_portile2 (2.8.9)
167-
minitest (5.25.5)
167+
minitest (5.26.0)
168168
msgpack (1.8.0)
169169
mustermann (3.0.4)
170170
ruby2_keywords (~> 0.0.1)
171171
mustermann-grape (1.1.0)
172172
mustermann (>= 1.0.0)
173173
mutex_m (0.3.0)
174-
net-imap (0.5.10)
174+
net-imap (0.5.12)
175175
date
176176
net-protocol
177177
net-pop (0.1.2)
@@ -189,18 +189,18 @@ GEM
189189
ast (~> 2.4.1)
190190
racc
191191
pg (1.6.2)
192-
pp (0.6.2)
192+
pp (0.6.3)
193193
prettyprint
194194
prettyprint (0.2.0)
195-
prism (1.5.1)
195+
prism (1.5.2)
196196
psych (5.2.6)
197197
date
198198
stringio
199199
public_suffix (6.0.2)
200200
puma (7.0.4)
201201
nio4r (~> 2.0)
202202
racc (1.8.1)
203-
rack (3.2.2)
203+
rack (3.2.3)
204204
rack-session (2.1.1)
205205
base64 (>= 0.1.0)
206206
rack (>= 3.0.0)
@@ -240,9 +240,10 @@ GEM
240240
zeitwerk (~> 2.6)
241241
rainbow (3.1.1)
242242
rake (13.3.0)
243-
rdoc (6.14.2)
243+
rdoc (6.15.0)
244244
erb
245245
psych (>= 4.0.0)
246+
tsort
246247
regexp_parser (2.11.3)
247248
reline (0.6.2)
248249
io-console (~> 0.5)
@@ -268,7 +269,7 @@ GEM
268269
rspec-mocks (~> 3.13)
269270
rspec-support (~> 3.13)
270271
rspec-support (3.13.6)
271-
rubocop (1.81.0)
272+
rubocop (1.81.1)
272273
json (~> 2.3)
273274
language_server-protocol (~> 3.17.0.2)
274275
lint_roller (~> 1.1.0)
@@ -285,7 +286,7 @@ GEM
285286
rubocop-capybara (2.22.1)
286287
lint_roller (~> 1.1)
287288
rubocop (~> 1.72, >= 1.72.1)
288-
rubocop-rails (2.33.3)
289+
rubocop-rails (2.33.4)
289290
activesupport (>= 4.2.0)
290291
lint_roller (~> 1.1)
291292
rack (>= 1.1)
@@ -303,7 +304,7 @@ GEM
303304
rubocop-rspec (~> 3.5)
304305
ruby-progressbar (1.13.0)
305306
ruby2_keywords (0.0.5)
306-
rubyzip (3.1.0)
307+
rubyzip (3.1.1)
307308
securerandom (0.4.1)
308309
selenium-webdriver (4.35.0)
309310
base64 (~> 0.2)
@@ -325,15 +326,15 @@ GEM
325326
thor (1.4.0)
326327
timeout (0.4.3)
327328
tsort (0.2.0)
328-
turbo-rails (2.0.16)
329+
turbo-rails (2.0.17)
329330
actionpack (>= 7.1.0)
330331
railties (>= 7.1.0)
331332
tzinfo (2.0.6)
332333
concurrent-ruby (~> 1.0)
333334
unicode-display_width (3.2.0)
334335
unicode-emoji (~> 4.1)
335336
unicode-emoji (4.1.0)
336-
uri (1.0.3)
337+
uri (1.0.4)
337338
useragent (0.16.11)
338339
web-console (4.2.1)
339340
actionview (>= 6.0.0)
@@ -382,4 +383,4 @@ DEPENDENCIES
382383
web-console
383384

384385
BUNDLED WITH
385-
2.5.2
386+
2.7.2

0 commit comments

Comments
 (0)