Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities (#5399)
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-ACTIVESUPPORT-5851458
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
- https://snyk.io/vuln/SNYK-RUBY-RAILTIES-5851410

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Ahmad Farhat <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2023
1 parent 16bf14f commit cbf717a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :development do
gem 'rubocop-performance', '~> 1.13', require: false
gem 'rubocop-rails', '~> 2.18', '>= 2.18.0', require: false
gem 'rubocop-rspec', '~> 2.9.0', require: false
gem 'web-console'
gem 'web-console', '>= 4.2.1'
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ GEM
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
web-console (4.2.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
Expand Down Expand Up @@ -511,6 +511,6 @@ DEPENDENCIES
shoulda-matchers (~> 5.0)
sprockets-rails
tzinfo-data
web-console
web-console (>= 4.2.1)
webdrivers
webmock

0 comments on commit cbf717a

Please sign in to comment.