Skip to content

Commit 641475a

Browse files
jfedericosnyk-botfarhatahmad
authored
fix: Gemfile to reduce vulnerabilities (bigbluebutton#5441)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
1 parent 042cfbe commit 641475a

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
@@ -20,7 +20,7 @@ gem 'hiredis', '~> 0.6.0'
2020
gem 'i18n-language-mapping'
2121
gem 'image_processing', '~> 1.2'
2222
gem 'jbuilder'
23-
gem 'jsbundling-rails', '>= 1.2.0'
23+
gem 'jsbundling-rails', '>= 1.2.1'
2424
gem 'jwt'
2525
gem 'mini_magick', '>= 4.9.5'
2626
gem 'omniauth', '~> 2.1.0'

0 commit comments

Comments
 (0)