Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
  • Loading branch information
snyk-bot committed Nov 24, 2023
1 parent af2b0ed commit 5efd0de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
group :test do
gem 'capybara'
gem 'factory_bot', '>= 6.4.1'
gem 'factory_bot_rails', '>= 6.3.0'
gem 'factory_bot_rails', '>= 6.4.2'
gem 'faker'
gem 'rspec-rails', '>= 6.0.4'
gem 'selenium-webdriver'
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ GEM
drb (2.2.0)
ruby2_keywords
erubi (1.12.0)
factory_bot (6.4.1)
factory_bot (6.4.2)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.0)
factory_bot_rails (6.4.2)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.1.1)
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
debug
dotenv-rails
factory_bot (>= 6.4.1)
factory_bot_rails (>= 6.3.0)
factory_bot_rails (>= 6.4.2)
faker
google-cloud-storage (~> 1.44)
hcaptcha
Expand Down Expand Up @@ -540,3 +540,8 @@ DEPENDENCIES
webdrivers
webmock

RUBY VERSION
ruby 3.0.0p0

BUNDLED WITH
2.2.3

0 comments on commit 5efd0de

Please sign in to comment.