fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112
This commit is contained in:
snyk-bot 2025-08-15 09:38:19 +00:00
parent e75cc0d60d
commit e5cae4fdfb
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -8,13 +8,13 @@ group :development, :test do
gem "rake"
gem "pry"
gem "pry-rails"
gem "test-unit-rails"
gem "test-unit-rails", ">= 6.0.0"
gem "test-unit-notify"
end
group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'i18n_generators', '2.1.1'
gem 'i18n_generators', '2.2.0'
gem 'better_errors'
gem 'web-console', '~> 3.6'
gem 'binding_of_caller'