Skip to content

Commit

Permalink
[Snyk] Security upgrade data_migrate from 9.2.0 to 9.3.0 (#5732)
Browse files Browse the repository at this point in the history
* 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: snyk-bot <[email protected]>
Co-authored-by: Ahmad Farhat <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2024
1 parent 9d76dd5 commit c5a16e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'bigbluebutton-api-ruby', '1.9.1'
gem 'bootsnap', require: false
gem 'clamby', '~> 1.6.10'
gem 'cssbundling-rails', '>= 1.3.3'
gem 'data_migrate', '>= 9.2.0'
gem 'data_migrate', '>= 9.3.0'
gem 'dotenv-rails'
gem 'google-cloud-storage', '~> 1.44', require: false
gem 'hcaptcha'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GEM
crass (1.0.6)
cssbundling-rails (1.3.3)
railties (>= 6.0.0)
data_migrate (9.2.0)
data_migrate (9.3.0)
activerecord (>= 6.1)
railties (>= 6.1)
date (3.3.4)
Expand Down Expand Up @@ -512,7 +512,7 @@ DEPENDENCIES
capybara
clamby (~> 1.6.10)
cssbundling-rails (>= 1.3.3)
data_migrate (>= 9.2.0)
data_migrate (>= 9.3.0)
debug
dotenv-rails
factory_bot (>= 6.4.1)
Expand Down

0 comments on commit c5a16e7

Please sign in to comment.