Skip to content
Snippets Groups Projects
Unverified Commit 8453dbae authored by Jesus Federico's avatar Jesus Federico Committed by GitHub
Browse files

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: default avatarsnyk-bot <snyk-bot@snyk.io>
parent ffd5af20
No related branches found
No related tags found
No related merge requests found
...@@ -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'
......
...@@ -279,7 +279,7 @@ GEM ...@@ -279,7 +279,7 @@ GEM
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux) nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
omniauth (2.1.1) omniauth (2.1.2)
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 2.2.3) rack (>= 2.2.3)
rack-protection rack-protection
...@@ -524,7 +524,7 @@ DEPENDENCIES ...@@ -524,7 +524,7 @@ DEPENDENCIES
jwt jwt
lograge (~> 0.14.0) lograge (~> 0.14.0)
mini_magick (>= 4.9.5) mini_magick (>= 4.9.5)
omniauth (~> 2.1.0) omniauth (~> 2.1.2)
omniauth-rails_csrf_protection (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1)
omniauth_openid_connect (>= 0.6.1) omniauth_openid_connect (>= 0.6.1)
pagy (~> 6.0, >= 6.0.0) pagy (~> 6.0, >= 6.0.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment