Skip to content

Commit d1068d8

Browse files
jfedericosnyk-botfarhatahmad
authored
[Snyk] Security upgrade factory_bot_rails from 6.2.0 to 6.3.0 (#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 <snyk-bot@snyk.io> Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
1 parent ea6ee0a commit d1068d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848

4949
group :test do
5050
gem 'capybara'
51-
gem 'factory_bot_rails'
51+
gem 'factory_bot_rails', '>= 6.3.0'
5252
gem 'faker'
5353
gem 'rspec-rails', '>= 6.0.4'
5454
gem 'selenium-webdriver'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ GEM
158158
drb (2.2.0)
159159
ruby2_keywords
160160
erubi (1.12.0)
161-
factory_bot (6.2.1)
161+
factory_bot (6.4.0)
162162
activesupport (>= 5.0.0)
163-
factory_bot_rails (6.2.0)
164-
factory_bot (~> 6.2.0)
163+
factory_bot_rails (6.4.0)
164+
factory_bot (~> 6.4)
165165
railties (>= 5.0.0)
166166
faker (3.1.1)
167167
i18n (>= 1.8.11, < 2)
@@ -505,7 +505,7 @@ DEPENDENCIES
505505
data_migrate (>= 9.2.0)
506506
debug
507507
dotenv-rails
508-
factory_bot_rails
508+
factory_bot_rails (>= 6.3.0)
509509
faker
510510
google-cloud-storage (~> 1.44)
511511
hcaptcha

0 commit comments

Comments
 (0)