Skip to content

Commit e5cae4f

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112
1 parent e75cc0d commit e5cae4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ group :development, :test do
88
gem "rake"
99
gem "pry"
1010
gem "pry-rails"
11-
gem "test-unit-rails"
11+
gem "test-unit-rails", ">= 6.0.0"
1212
gem "test-unit-notify"
1313
end
1414

1515
group :development do
1616
gem 'listen', '>= 3.0.5', '< 3.2'
17-
gem 'i18n_generators', '2.1.1'
17+
gem 'i18n_generators', '2.2.0'
1818
gem 'better_errors'
1919
gem 'web-console', '~> 3.6'
2020
gem 'binding_of_caller'

0 commit comments

Comments
 (0)