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-REXML-7577227
- https://snyk.io/vuln/SNYK-RUBY-REXML-7577228
  • Loading branch information
snyk-bot committed Aug 2, 2024
1 parent 4bb5e9a commit 9203901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gem 'factory_bot_rails', '>= 6.4.2'

gem 'faker'

gem "rubycritic", require: false
gem "rubycritic", ">= 4.8.1", require: false

gem 'net-smtp', require: false

Expand Down Expand Up @@ -101,7 +101,7 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver", ">= 4.11.0"
gem "selenium-webdriver", ">= 4.22.0"
gem "webdrivers"
gem 'shoulda-matchers', '~> 5.3', '>= 5.3.0'
# Easy installation and use of web drivers to run system tests with browsers
Expand Down Expand Up @@ -143,8 +143,8 @@ gem 'rails-i18n', '~> 7.0.9'
gem 'rqrcode_png', git: "https://github.com/DCarper/rqrcode_png.git"
gem 'serviceworker-rails'
gem 'rubocop-rails', '>= 2.25.1', require: false
gem 'rubocop-rspec', '>= 2.24.1', require: false
gem 'rubocop-performance', '>= 1.20.0', require: false
gem 'rubocop-rspec', '>= 2.31.0', require: false
gem 'rubocop-performance', '>= 1.21.1', require: false
gem 'bling_api', git: 'https://github.com/Purple-Stock/bling_api'

gem "good_job", github: 'bensheldon/good_job', branch: 'main'
Expand Down

0 comments on commit 9203901

Please sign in to comment.