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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ GEM
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (3.1.0)
rubyzip (3.3.0)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 HIGH RISK

The version 3.3.0 for rubyzip is not available on the official RubyGems registry (latest is 2.3.2). This update will cause bundle install to fail in environments relying on public sources and may represent a security risk. Please verify the intended version and source.

safe_yaml (1.0.5)
sanitize_email (2.0.10)
mail (~> 2.0)
Expand Down
Loading