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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'pg'
# Use the Puma web server [https://github.com/puma/puma]
gem 'puma'

gem 'importmap-rails', '>= 2.2.0'
gem 'importmap-rails', '>= 2.2.3'
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

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

The Gemfile.lock file needs to be updated to reflect this version constraint change. According to the PR description, Snyk failed to update the Gemfile.lock automatically. The lock file currently pins importmap-rails to version 2.2.2, which will prevent the security fix from being applied when dependencies are installed. You should run bundle update importmap-rails to update the lock file and ensure that version 2.2.3 or later is installed.

Copilot uses AI. Check for mistakes.

# Hotwire"s SPA-like page accelerator [https://turbo.hotwired.dev]
gem 'turbo-rails', '>= 2.0.14'
Expand Down