-
- Downloads
fix: Gemfile & Gemfile.lock to reduce vulnerabilities (#4023)
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>
... | @@ -10,7 +10,7 @@ end | ... | @@ -10,7 +10,7 @@ end |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'aws-sdk-s3', '~> 1.88.1' | gem 'aws-sdk-s3', '~> 1.88.1' | ||
gem 'bcrypt', '~> 3.1.7' | gem 'bcrypt', '~> 3.1.7' | ||
gem 'bigbluebutton-api-ruby', '~> 1.9' | gem 'bigbluebutton-api-ruby', '~> 1.9', '>= 1.9.0' | ||
gem 'bn-ldap-authentication', '~> 0.1.4' | gem 'bn-ldap-authentication', '~> 0.1.4' | ||
gem 'bootsnap', '~> 1.7.2', require: false | gem 'bootsnap', '~> 1.7.2', require: false | ||
gem 'bootstrap', '~> 4.3.1' | gem 'bootstrap', '~> 4.3.1' | ||
... | ... |
Please register or sign in to comment