Skip to content

Commit 6281a55

Browse files
committed
⬆️ Upgrade deps
1 parent d118143 commit 6281a55

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

Gemfile.lock

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GEM
3838
rake
3939
thor (>= 0.14.0)
4040
ast (2.4.3)
41-
backports (3.25.0)
41+
backports (3.25.1)
4242
base64 (0.2.0)
4343
bcrypt (3.1.20)
4444
benchmark (0.4.0)
@@ -90,16 +90,16 @@ GEM
9090
dry-inflector (~> 1.0)
9191
dry-logic (~> 1.4)
9292
zeitwerk (~> 2.6)
93-
ffi (1.17.1-aarch64-linux-gnu)
94-
ffi (1.17.1-aarch64-linux-musl)
95-
ffi (1.17.1-arm-linux-gnu)
96-
ffi (1.17.1-arm-linux-musl)
97-
ffi (1.17.1-arm64-darwin)
98-
ffi (1.17.1-x86-linux-gnu)
99-
ffi (1.17.1-x86-linux-musl)
100-
ffi (1.17.1-x86_64-darwin)
101-
ffi (1.17.1-x86_64-linux-gnu)
102-
ffi (1.17.1-x86_64-linux-musl)
93+
ffi (1.17.2-aarch64-linux-gnu)
94+
ffi (1.17.2-aarch64-linux-musl)
95+
ffi (1.17.2-arm-linux-gnu)
96+
ffi (1.17.2-arm-linux-musl)
97+
ffi (1.17.2-arm64-darwin)
98+
ffi (1.17.2-x86-linux-gnu)
99+
ffi (1.17.2-x86-linux-musl)
100+
ffi (1.17.2-x86_64-darwin)
101+
ffi (1.17.2-x86_64-linux-gnu)
102+
ffi (1.17.2-x86_64-linux-musl)
103103
formatador (1.1.0)
104104
github-markup (5.0.1)
105105
growl (1.0.3)
@@ -124,7 +124,8 @@ GEM
124124
guard-compat (~> 1.1)
125125
rspec (>= 2.99.0, < 4.0)
126126
hashie (5.0.0)
127-
httpclient (2.8.3)
127+
httpclient (2.9.0)
128+
mutex_m
128129
i18n (1.14.7)
129130
concurrent-ruby (~> 1.0)
130131
json (2.11.3)
@@ -146,12 +147,13 @@ GEM
146147
lumberjack (1.2.10)
147148
method_source (1.1.0)
148149
middleware (0.1.0)
149-
mime-types (3.6.0)
150+
mime-types (3.6.2)
150151
logger
151152
mime-types-data (~> 3.2015)
152-
mime-types-data (3.2025.0204)
153+
mime-types-data (3.2025.0506)
153154
minitest (5.25.5)
154-
mongo (2.21.0)
155+
mongo (2.21.1)
156+
base64
155157
bson (>= 4.14.1, < 6.0.0)
156158
mongoid (9.0.6)
157159
activemodel (>= 5.1, < 8.1, != 7.0.0)
@@ -189,11 +191,11 @@ GEM
189191
pry (0.15.2)
190192
coderay (~> 1.1)
191193
method_source (~> 1.0)
192-
psych (5.2.3)
194+
psych (5.2.4)
193195
date
194196
stringio
195197
racc (1.8.1)
196-
rack (2.2.13)
198+
rack (2.2.14)
197199
rack-protection (3.2.0)
198200
base64 (>= 0.1.0)
199201
rack (~> 2.2, >= 2.2.4)
@@ -221,15 +223,15 @@ GEM
221223
rspec-expectations (~> 3.13.0)
222224
rspec-mocks (~> 3.13.0)
223225
rspec-block_is_expected (1.0.6)
224-
rspec-core (3.13.2)
226+
rspec-core (3.13.3)
225227
rspec-support (~> 3.13.0)
226-
rspec-expectations (3.13.3)
228+
rspec-expectations (3.13.4)
227229
diff-lcs (>= 1.2.0, < 2.0)
228230
rspec-support (~> 3.13.0)
229-
rspec-mocks (3.13.2)
231+
rspec-mocks (3.13.4)
230232
diff-lcs (>= 1.2.0, < 2.0)
231233
rspec-support (~> 3.13.0)
232-
rspec-support (3.13.2)
234+
rspec-support (3.13.3)
233235
rubocop (1.75.5)
234236
json (~> 2.3)
235237
language_server-protocol (~> 3.17.0.2)
@@ -351,7 +353,7 @@ GEM
351353
unicode-display_width (3.1.4)
352354
unicode-emoji (~> 4.0, >= 4.0.4)
353355
unicode-emoji (4.0.4)
354-
version_gem (1.1.7)
356+
version_gem (1.1.8)
355357
yard (0.9.37)
356358
yard-junk (0.0.10)
357359
backports (>= 3.18)

0 commit comments

Comments
 (0)