fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-THOR-10843853
This commit is contained in:
snyk-bot
2025-07-25 10:02:34 +00:00
parent d55452136a
commit c4acd6e095

View File

@@ -2,5 +2,5 @@ source 'https://rubygems.org'
group :development, :test do
gem 'rake'
gem 'vim-flavor', '~> 4.0'
gem 'vim-flavor', '~> 4.0', '>= 4.0.3'
end