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

[Snyk] Security upgrade factory_bot_rails from 6.4.2 to 6.4.3 (#5642)

* 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 8453dbae
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ end
group :test do
gem 'capybara'
gem 'factory_bot', '>= 6.4.1'
gem 'factory_bot_rails', '>= 6.4.2'
gem 'factory_bot_rails', '>= 6.4.3'
gem 'faker'
gem 'rspec-rails', '>= 6.0.4'
gem 'selenium-webdriver'
......
......@@ -115,7 +115,7 @@ GEM
rack (>= 1.6.11)
rubyzip (>= 1.3.0)
xml-simple (~> 1.1)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
bindata (2.4.15)
bindex (0.8.1)
bootsnap (1.16.0)
......@@ -159,9 +159,9 @@ GEM
drb (2.2.0)
ruby2_keywords
erubi (1.12.0)
factory_bot (6.4.2)
factory_bot (6.4.5)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.2)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.1.1)
......@@ -221,8 +221,8 @@ GEM
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.6.0)
irb (1.9.1)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
......@@ -274,10 +274,10 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.5)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
omniauth (2.1.2)
hashie (>= 3.4.6)
......@@ -309,7 +309,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.4.5)
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (5.6.7)
......@@ -325,7 +325,7 @@ GEM
rack (>= 2.1.0)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-session (1.0.1)
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
......@@ -363,11 +363,11 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.0)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (4.8.0)
regexp_parser (2.8.1)
reline (0.4.0)
reline (0.4.1)
io-console (~> 0.5)
remote_syslog_logger (1.0.4)
syslog_protocol
......@@ -446,7 +446,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringio (3.0.9)
stringio (3.1.0)
swd (2.0.2)
activesupport (>= 3)
attr_required (>= 0.0.5)
......@@ -512,7 +512,7 @@ DEPENDENCIES
debug
dotenv-rails
factory_bot (>= 6.4.1)
factory_bot_rails (>= 6.4.2)
factory_bot_rails (>= 6.4.3)
faker
google-cloud-storage (~> 1.44)
hcaptcha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment