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

fix: Gemfile to reduce vulnerabilities (#5441)

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>
Co-authored-by: default avatarAhmad Farhat <ahmad.af.farhat@gmail.com>
parent 042cfbeb
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ gem 'hiredis', '~> 0.6.0' ...@@ -20,7 +20,7 @@ gem 'hiredis', '~> 0.6.0'
gem 'i18n-language-mapping' gem 'i18n-language-mapping'
gem 'image_processing', '~> 1.2' gem 'image_processing', '~> 1.2'
gem 'jbuilder' gem 'jbuilder'
gem 'jsbundling-rails', '>= 1.2.0' 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.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment