fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-BETTERERRORS-1583446
This commit is contained in:
snyk-bot 2021-09-15 05:06:49 +00:00
parent a4883e7d17
commit 83725f5a36
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

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