Skip to content

Commit 46ca899

Browse files
chore(deps-dev): bump the development-dependencies group with 2 updates (#23)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fc0410 commit 46ca899

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

Gemfile.lock

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ GEM
8181
securerandom (>= 0.3)
8282
tzinfo (~> 2.0, >= 2.0.5)
8383
uri (>= 0.13.1)
84+
addressable (2.8.9)
85+
public_suffix (>= 2.0.2, < 8.0)
8486
ast (2.4.3)
8587
base64 (0.3.0)
8688
bigdecimal (4.0.1)
@@ -107,6 +109,9 @@ GEM
107109
rdoc (>= 4.0.0)
108110
reline (>= 0.4.2)
109111
json (2.18.1)
112+
json-schema (6.1.0)
113+
addressable (~> 2.8)
114+
bigdecimal (>= 3.1, < 5)
110115
language_server-protocol (3.17.0.5)
111116
lint_roller (1.1.0)
112117
logger (1.7.0)
@@ -120,8 +125,11 @@ GEM
120125
net-pop
121126
net-smtp
122127
marcel (1.1.0)
128+
mcp (0.7.1)
129+
json-schema (>= 4.1)
123130
mini_mime (1.1.5)
124-
minitest (6.0.1)
131+
minitest (6.0.2)
132+
drb (~> 2.0)
125133
prism (~> 1.5)
126134
net-imap (0.6.2)
127135
date
@@ -160,6 +168,7 @@ GEM
160168
psych (5.3.1)
161169
date
162170
stringio
171+
public_suffix (7.0.2)
163172
racc (1.8.1)
164173
rack (3.2.5)
165174
rack-session (2.1.1)
@@ -229,10 +238,11 @@ GEM
229238
rspec-mocks (~> 3.13)
230239
rspec-support (~> 3.13)
231240
rspec-support (3.13.7)
232-
rubocop (1.84.2)
241+
rubocop (1.85.0)
233242
json (~> 2.3)
234243
language_server-protocol (~> 3.17.0.2)
235244
lint_roller (~> 1.1.0)
245+
mcp (~> 0.6)
236246
parallel (~> 1.10)
237247
parser (>= 3.3.0.2)
238248
rainbow (>= 2.2.2, < 4.0)
@@ -262,7 +272,7 @@ GEM
262272
rubocop-rspec (3.9.0)
263273
lint_roller (~> 1.1)
264274
rubocop (~> 1.81)
265-
rubocop-skiftle (0.1.0)
275+
rubocop-skiftle (0.1.1)
266276
rubocop (>= 1.75.0, < 2.0)
267277
rubocop-canon (~> 0.1)
268278
rubocop-performance (>= 1.0, < 2.0)
@@ -271,14 +281,14 @@ GEM
271281
rubocop-rspec (>= 3.0, < 4.0)
272282
ruby-progressbar (1.13.0)
273283
securerandom (0.4.1)
274-
sqlite3 (2.9.0-aarch64-linux-gnu)
275-
sqlite3 (2.9.0-aarch64-linux-musl)
276-
sqlite3 (2.9.0-arm-linux-gnu)
277-
sqlite3 (2.9.0-arm-linux-musl)
278-
sqlite3 (2.9.0-arm64-darwin)
279-
sqlite3 (2.9.0-x86_64-darwin)
280-
sqlite3 (2.9.0-x86_64-linux-gnu)
281-
sqlite3 (2.9.0-x86_64-linux-musl)
284+
sqlite3 (2.9.1-aarch64-linux-gnu)
285+
sqlite3 (2.9.1-aarch64-linux-musl)
286+
sqlite3 (2.9.1-arm-linux-gnu)
287+
sqlite3 (2.9.1-arm-linux-musl)
288+
sqlite3 (2.9.1-arm64-darwin)
289+
sqlite3 (2.9.1-x86_64-darwin)
290+
sqlite3 (2.9.1-x86_64-linux-gnu)
291+
sqlite3 (2.9.1-x86_64-linux-musl)
282292
stringio (3.2.0)
283293
thor (1.5.0)
284294
timeout (0.6.0)

0 commit comments

Comments
 (0)