Skip to content

Commit

Permalink
fix: Gemfile 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-NOKOGIRI-7164639
  • Loading branch information
snyk-bot committed May 31, 2024
1 parent 9d568e0 commit 13325f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec

group :test do
gem 'activerecord', '>= 5.2'
gem 'actionmailer', '>= 5.2'
gem 'actionmailer', '>= 6.0.1'
gem 'bson_ext', '~> 1.3'
gem 'sqlite3', '~> 1.4'

Expand All @@ -28,14 +28,14 @@ group :test do

gem 'shoulda'
gem 'rb-fsevent'
gem 'factory_bot_rails'
gem 'factory_bot_rails', '>= 5.2.0'
gem 'database_cleaner', '< 1.1.0'
gem 'cucumber'
gem 'cucumber-rails'
gem 'capybara'
gem 'cucumber-rails', '>= 2.0.0'
gem 'capybara', '>= 3.38.0'
gem 'selenium-webdriver'
gem 'chromedriver-helper'
gem 'launchy'

gem "nokogiri", ">= 1.10.8"
gem "nokogiri", ">= 1.16.5"
end

0 comments on commit 13325f1

Please sign in to comment.