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 Jun 6, 2024
1 parent aa959ce commit 002abf9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ group :development, :test do
gem "rake"
gem "pry"
gem "pry-rails"
gem "test-unit-rails"
gem "test-unit-rails", ">= 6.0.0"
gem "test-unit-notify"
end

group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'i18n_generators', '2.1.1'
gem 'i18n_generators', '2.2.0'
gem 'better_errors'
gem 'web-console', '~> 3.6'
gem 'web-console', '~> 4.0', '>= 4.0.0'
gem 'binding_of_caller'
end

group :test do
gem "factory_bot_rails"
gem "capybara", "~> 3.4.2"
gem "capybara-screenshot"
gem "webdrivers"
gem "factory_bot_rails", ">= 5.0.0"
gem "capybara", "~> 3.5.0"
gem "capybara-screenshot", ">= 1.0.23"
gem "webdrivers", ">= 4.1.3"
gem "simplecov", "~> 0.16.1", require: false
gem "webmock", "~> 3.12.2"
gem "timecop"
Expand Down

0 comments on commit 002abf9

Please sign in to comment.