-
- Downloads
fix: Gemfile & Gemfile.lock to reduce vulnerabilities (#5630)
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>
... | @@ -24,7 +24,7 @@ gem 'jbuilder' | ... | @@ -24,7 +24,7 @@ gem 'jbuilder' |
gem 'jsbundling-rails', '>= 1.2.1' | gem 'jsbundling-rails', '>= 1.2.1' | ||
gem 'jwt' | gem 'jwt' | ||
gem 'mini_magick', '>= 4.9.5' | gem 'mini_magick', '>= 4.9.5' | ||
gem 'omniauth', '~> 2.1.0' | gem 'omniauth', '~> 2.1.2' | ||
gem 'omniauth_openid_connect', '>= 0.6.1' | gem 'omniauth_openid_connect', '>= 0.6.1' | ||
gem 'omniauth-rails_csrf_protection', '~> 1.0.1' | gem 'omniauth-rails_csrf_protection', '~> 1.0.1' | ||
gem 'pagy', '~> 6.0', '>= 6.0.0' | gem 'pagy', '~> 6.0', '>= 6.0.0' | ||
... | ... |
Please register or sign in to comment