-
- Downloads
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
... | @@ -49,7 +49,7 @@ end | ... | @@ -49,7 +49,7 @@ end |
group :test do | group :test do | ||
gem 'capybara' | gem 'capybara' | ||
gem 'factory_bot', '>= 6.4.1' | gem 'factory_bot', '>= 6.4.1' | ||
gem 'factory_bot_rails', '>= 6.3.0' | gem 'factory_bot_rails', '>= 6.4.2' | ||
gem 'faker' | gem 'faker' | ||
gem 'rspec-rails', '>= 6.0.4' | gem 'rspec-rails', '>= 6.0.4' | ||
gem 'selenium-webdriver' | gem 'selenium-webdriver' | ||
... | ... |
Please register or sign in to comment