Skip to content

Commit a1afa9c

Browse files
committed
Upgrade dependencies
1 parent bb31389 commit a1afa9c

File tree

5 files changed

+1539
-344
lines changed

5 files changed

+1539
-344
lines changed

.yarn/install-state.gz

9.1 KB
Binary file not shown.

Gemfile.lock

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GEM
104104
code_analyzer (0.5.5)
105105
sexp_processor
106106
concurrent-ruby (1.3.4)
107-
connection_pool (2.4.1)
107+
connection_pool (2.5.0)
108108
crack (1.0.0)
109109
bigdecimal
110110
rexml
@@ -126,28 +126,29 @@ GEM
126126
dotenv (= 3.1.7)
127127
railties (>= 6.1)
128128
drb (2.2.1)
129-
dry-configurable (1.2.0)
130-
dry-core (~> 1.0, < 2)
129+
dry-configurable (1.3.0)
130+
dry-core (~> 1.1)
131131
zeitwerk (~> 2.6)
132-
dry-core (1.0.2)
132+
dry-core (1.1.0)
133133
concurrent-ruby (~> 1.0)
134134
logger
135135
zeitwerk (~> 2.6)
136-
dry-inflector (1.1.0)
136+
dry-inflector (1.2.0)
137137
dry-initializer (3.2.0)
138-
dry-logic (1.5.0)
138+
dry-logic (1.6.0)
139+
bigdecimal
139140
concurrent-ruby (~> 1.0)
140-
dry-core (~> 1.0, < 2)
141+
dry-core (~> 1.1)
141142
zeitwerk (~> 2.6)
142-
dry-schema (1.13.4)
143+
dry-schema (1.14.0)
143144
concurrent-ruby (~> 1.0)
144145
dry-configurable (~> 1.0, >= 1.0.1)
145-
dry-core (~> 1.0, < 2)
146-
dry-initializer (~> 3.0)
147-
dry-logic (>= 1.4, < 2)
148-
dry-types (>= 1.7, < 2)
146+
dry-core (~> 1.1)
147+
dry-initializer (~> 3.2)
148+
dry-logic (~> 1.5)
149+
dry-types (~> 1.8)
149150
zeitwerk (~> 2.6)
150-
dry-types (1.7.2)
151+
dry-types (1.8.0)
151152
bigdecimal (~> 3.0)
152153
concurrent-ruby (~> 1.0)
153154
dry-core (~> 1.0)
@@ -179,7 +180,7 @@ GEM
179180
raabro (~> 1.4)
180181
globalid (1.2.1)
181182
activesupport (>= 6.1)
182-
google-protobuf (4.29.2)
183+
google-protobuf (4.29.3)
183184
bigdecimal
184185
rake (>= 13)
185186
graphql (2.4.8)
@@ -221,7 +222,7 @@ GEM
221222
mini_portile2 (2.8.8)
222223
minitest (5.25.4)
223224
msgpack (1.7.5)
224-
net-imap (0.5.4)
225+
net-imap (0.5.5)
225226
date
226227
net-protocol
227228
net-pop (0.1.2)
@@ -261,7 +262,8 @@ GEM
261262
rack (3.1.8)
262263
rack-cors (2.0.2)
263264
rack (>= 2.0.0)
264-
rack-session (2.0.0)
265+
rack-session (2.1.0)
266+
base64 (>= 0.1.0)
265267
rack (>= 3.0.0)
266268
rack-test (2.2.0)
267269
rack (>= 1.3)
@@ -351,7 +353,7 @@ GEM
351353
rubocop-obsession (0.1.13)
352354
activesupport
353355
rubocop (~> 1.41)
354-
rubocop-performance (1.23.0)
356+
rubocop-performance (1.23.1)
355357
rubocop (>= 1.48.1, < 2.0)
356358
rubocop-ast (>= 1.31.1, < 2.0)
357359
rubocop-rails (2.28.0)
@@ -372,7 +374,7 @@ GEM
372374
ruby_parser (3.21.1)
373375
racc (~> 1.5)
374376
sexp_processor (~> 4.16)
375-
rubyzip (2.3.2)
377+
rubyzip (2.4.1)
376378
securerandom (0.4.1)
377379
selenium-webdriver (4.27.0)
378380
base64 (~> 0.2)
@@ -425,7 +427,8 @@ GEM
425427
crack (>= 0.3.2)
426428
hashdiff (>= 0.4.0, < 2.0.0)
427429
websocket (1.2.11)
428-
websocket-driver (0.7.6)
430+
websocket-driver (0.7.7)
431+
base64
429432
websocket-extensions (>= 0.1.0)
430433
websocket-extensions (0.1.5)
431434
xpath (3.2.0)

0 commit comments

Comments
 (0)