Skip to content

Commit 9ee2862

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853
1 parent cfff526 commit 9ee2862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ gem 'syntax_suggest'
143143
gem 'tempfile'
144144
gem 'terminal-table'
145145
gem 'test-unit'
146-
gem 'thor'
146+
gem 'thor', '>= 1.4.0'
147147
gem 'time'
148148
gem 'timeout'
149149
gem 'tmpdir'

0 commit comments

Comments
 (0)