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

[Snyk] Security upgrade active_storage_validations from 1.0.4 to 1.1.0 (#5481)

* fix: Gemfile & Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917



* Update Gemfile.lock

---------

Co-authored-by: default avatarsnyk-bot <snyk-bot@snyk.io>
Co-authored-by: default avatarAhmad Farhat <ahmad.af.farhat@gmail.com>
parent c4378b6f
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '>= 3.0'
gem 'active_model_serializers', '>= 0.10.14'
gem 'active_storage_validations', '>= 1.0.4'
gem 'active_storage_validations', '>= 1.1.0'
gem 'aws-sdk-s3', require: false
gem 'bcrypt', '~> 3.1.7'
gem 'bigbluebutton-api-ruby', '1.9.1'
......
......@@ -54,7 +54,7 @@ GEM
activemodel (>= 4.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
active_storage_validations (1.0.4)
active_storage_validations (1.1.0)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
......@@ -257,7 +257,7 @@ GEM
memoist (0.16.2)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.6.0)
multi_json (1.15.0)
......@@ -489,7 +489,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers (>= 0.10.14)
active_storage_validations (>= 1.0.4)
active_storage_validations (>= 1.1.0)
aws-sdk-s3
bcrypt (~> 3.1.7)
bigbluebutton-api-ruby (= 1.9.1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment