Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 19, 2024
1 parent 9d568e0 commit ab24fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.7.9'
gem 'bson_ext', '~> 1.3'
gem 'sqlite3', '~> 1.4'

Expand All @@ -31,7 +31,7 @@ group :test do
gem 'factory_bot_rails'
gem 'database_cleaner', '< 1.1.0'
gem 'cucumber'
gem 'cucumber-rails'
gem 'cucumber-rails', '>= 2.1.0'
gem 'capybara'
gem 'selenium-webdriver'
gem 'chromedriver-helper'
Expand Down

0 comments on commit ab24fb7

Please sign in to comment.