Skip to content
Snippets Groups Projects
Unverified Commit b36401a5 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

fix: Gemfile & Gemfile.lock to reduce vulnerabilities (#5652)

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 2f8e4bfb
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ gem 'hiredis', '~> 0.6.0'
gem 'i18n-language-mapping'
gem 'image_processing', '~> 1.2'
gem 'jbuilder'
gem 'jsbundling-rails', '>= 1.2.1'
gem 'jsbundling-rails', '>= 1.2.2'
gem 'jwt'
gem 'mini_magick', '>= 4.9.5'
gem 'omniauth', '~> 2.1.2'
......
......@@ -229,7 +229,7 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.2)
jsbundling-rails (1.2.1)
jsbundling-rails (1.2.2)
railties (>= 6.0.0)
json (2.6.3)
json-jwt (1.16.3)
......@@ -367,7 +367,7 @@ GEM
psych (>= 4.0.0)
redis (4.8.0)
regexp_parser (2.8.1)
reline (0.4.1)
reline (0.4.2)
io-console (~> 0.5)
remote_syslog_logger (1.0.4)
syslog_protocol
......@@ -520,7 +520,7 @@ DEPENDENCIES
i18n-language-mapping
image_processing (~> 1.2)
jbuilder
jsbundling-rails (>= 1.2.1)
jsbundling-rails (>= 1.2.2)
jwt
lograge (~> 0.14.0)
mini_magick (>= 4.9.5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment