Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.15.0)
json (2.19.5)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

This PR includes updates for several dependencies (json, parallel, prism, regexp_parser, and unicode-emoji) that are not mentioned in the PR title. If these updates were unintentional side effects of a broad bundle update, consider running bundle update rubocop-md instead to isolate the change. Otherwise, please update the PR title and description to reflect that multiple dependencies are being refreshed.

language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
racc (~> 1.4)
packs-specification (0.0.10)
sorbet-runtime
parallel (1.27.0)
parallel (1.28.0)
parse_packwerk (0.26.1)
bigdecimal
sorbet-runtime
Expand All @@ -195,7 +195,7 @@ GEM
syntax_tree-rbs (>= 0.2.0)
prettier_print (1.2.1)
prettyprint (0.2.0)
prism (1.5.1)
prism (1.9.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -251,7 +251,7 @@ GEM
rdoc (6.14.2)
erb
psych (>= 4.0.0)
regexp_parser (2.11.3)
regexp_parser (2.12.0)
reline (0.6.2)
io-console (~> 0.5)
rexml (3.4.4)
Expand Down Expand Up @@ -297,7 +297,7 @@ GEM
rubocop-i18n (3.2.3)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-md (2.0.2)
rubocop-md (2.0.4)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-mdsol (0.3.0)
Expand Down Expand Up @@ -422,7 +422,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
unicode-emoji (4.2.0)
uri (1.0.3)
useragent (0.16.11)
version_gem (1.1.9)
Expand Down
Loading