Skip to content

Commit fcbe315

Browse files
committed
Update thor version
1 parent b093438 commit fcbe315

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
4242
# Reduces boot times through caching; required in config/boot.rb
4343
gem "bootsnap", require: false
4444

45+
# Security fix for Thor vulnerability - ensure version >= 1.4.0
46+
gem "thor", ">= 1.4.0"
47+
4548
# Use Sass to process CSS
4649
# gem "sassc-rails"
4750

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ GEM
306306
stimulus-rails (1.3.3)
307307
railties (>= 6.0.0)
308308
stringio (3.1.0)
309-
thor (1.3.1)
309+
thor (1.4.0)
310310
tilt (2.3.0)
311311
timeout (0.4.3)
312312
turbo-rails (1.5.0)
@@ -353,6 +353,7 @@ DEPENDENCIES
353353
sprockets-rails
354354
sqlite3 (~> 1.4)
355355
stimulus-rails
356+
thor (>= 1.4.0)
356357
turbo-rails
357358
tzinfo-data
358359
webdrivers

0 commit comments

Comments
 (0)