Skip to content

[Snyk] Fix for 7 vulnerabilities #713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
8 changes: 4 additions & 4 deletions play-with-docker/Portus/Portus.1/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "rails", "~> 5.2.7", ">= 5.2.7.1"
gem "sass-rails", ">= 5.0.5"
gem "rails", "~> 7.0.0"
Copy link
Preview

Copilot AI Jul 10, 2025

Choose a reason for hiding this comment

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

The Gemfile.lock was not updated alongside this change. Please run bundle update rails or bundle update and commit the updated Gemfile.lock to ensure your dependencies are consistent.

Copilot uses AI. Check for mistakes.

gem "sass-rails", ">= 6.0.0"
gem "bootstrap-sass", "~> 3.3.4"
gem "slim"
gem "pundit"
Expand All @@ -15,7 +15,7 @@ gem "public_activity"
gem "active_record_union"
gem "mysql2"
gem "search_cop"
gem "kaminari"
gem "kaminari", ">= 1.0.0"
gem "crono"
gem "net-ldap"
gem "redcarpet"
Expand Down Expand Up @@ -76,7 +76,7 @@ unless packaging?
group :development, :test do
gem "rspec-rails", ">= 3.5.0"
gem "byebug"
gem "web-console", "~> 2.1.3"
gem "web-console", "~> 3.0.0"
gem "awesome_print"
gem "hirb"
gem "wirb"
Expand Down
Loading