fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-3356639
This commit is contained in:
snyk-bot 2023-03-14 20:06:50 +00:00
parent aa959ceb9d
commit 99f1650a45
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -16,7 +16,7 @@ group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'i18n_generators', '2.1.1'
gem 'better_errors'
gem 'web-console', '~> 3.6'
gem 'web-console', '~> 3.7', '>= 3.7.0'
gem 'binding_of_caller'
end