Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-7646852aaa51dc57ae4be15c39a9e391
Browse files Browse the repository at this point in the history
  • Loading branch information
oivoodoo authored Dec 29, 2024
2 parents ab24fb7 + 1b67e5b commit 6f34676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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', '>= 6.1.7.9'
gem 'actionmailer', '>= 7.0.8.7'
gem 'bson_ext', '~> 1.3'
gem 'sqlite3', '~> 1.4'

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

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

0 comments on commit 6f34676

Please sign in to comment.