fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2840634
This commit is contained in:
snyk-bot 2022-05-24 22:03:30 +00:00
parent aa959ceb9d
commit 0d9f75fecb
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

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