Skip to content
Draft
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
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false

# Security fix for Thor vulnerability - ensure version >= 1.4.0
gem "thor", ">= 1.4.0"

# Use Sass to process CSS
# gem "sassc-rails"

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
thor (1.3.1)
thor (1.4.0)
tilt (2.3.0)
timeout (0.4.3)
turbo-rails (1.5.0)
Expand Down Expand Up @@ -353,6 +353,7 @@ DEPENDENCIES
sprockets-rails
sqlite3 (~> 1.4)
stimulus-rails
thor (>= 1.4.0)
turbo-rails
tzinfo-data
webdrivers
Expand Down