Skip to content

Commit bffbfc1

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9510795 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9510789
1 parent aa959ce commit bffbfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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)