Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ gem "gpgme", "~> 2.0", ">= 2.0.12"
gem "pdf-reader", "~> 2.12.0"
gem "net-imap", "0.4.20" # Fixing GHSA-j3g3-5qv5-52m
gem "cgi", ">= 0.4.2" # Fixing GHSA-mhwm-jh88-3gjf
gem "thor", ">= 1.4.0" # Fixing GHSA-mqcp-p2hv-vw6x
Comment thread
patsier-cms marked this conversation as resolved.

group :development, :test do
gem "brakeman"
Expand Down
7 changes: 4 additions & 3 deletions app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -496,13 +496,13 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
solid_queue (1.1.5)
solid_queue (1.2.1)
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (>= 1.3.1)
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
thor (>= 1.3.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand All @@ -516,7 +516,7 @@ GEM
stringio (3.1.2)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.2)
thor (1.4.0)
thread_safe (0.3.6)
timecop (0.9.10)
timeout (0.4.3)
Expand Down Expand Up @@ -628,6 +628,7 @@ DEPENDENCIES
sprockets-rails
stackprof
stimulus-rails
thor (>= 1.4.0)
timecop
turbo-rails
tzinfo-data
Expand Down
Loading