Skip to content

Commit

Permalink
[Snyk] Security upgrade factory_bot_rails from 6.2.0 to 6.3.0 (bigblu…
Browse files Browse the repository at this point in the history
…ebutton#5532)

* 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 and SebastianAppDev committed Dec 20, 2023
1 parent 4074bf8 commit 5ad668a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end

group :test do
gem 'capybara'
gem 'factory_bot_rails'
gem 'factory_bot_rails', '>= 6.3.0'
gem 'faker'
gem 'rspec-rails', '>= 6.0.4'
gem 'selenium-webdriver'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ GEM
drb (2.2.0)
ruby2_keywords
erubi (1.12.0)
factory_bot (6.2.1)
factory_bot (6.4.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.0)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.1.1)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -505,7 +505,7 @@ DEPENDENCIES
data_migrate (>= 9.2.0)
debug
dotenv-rails
factory_bot_rails
factory_bot_rails (>= 6.3.0)
faker
google-cloud-storage (~> 1.44)
hcaptcha
Expand Down

0 comments on commit 5ad668a

Please sign in to comment.