Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock 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-PUMA-6146928
  • Loading branch information
snyk-bot committed Jan 9, 2024
1 parent db5dbea commit 2dd2d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'rails', '~> 7.0.5', '>= 7.0.5.1'
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.1'
# Use Puma as the app server
gem 'puma', '~> 5.6', '>= 5.6.4'
gem 'puma', '~> 5.6', '>= 5.6.8'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ GEM
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
pg (1.4.5)
puma (5.6.5)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -232,7 +232,7 @@ DEPENDENCIES
listen (~> 3.3)
net-smtp (~> 0.3.1)
pg (~> 1.1)
puma (~> 5.6, >= 5.6.4)
puma (~> 5.6, >= 5.6.8)
rack-cors (~> 1.1.1)
rails (~> 7.0.5, >= 7.0.5.1)
rails-erd (~> 1.6.1)
Expand Down

0 comments on commit 2dd2d8e

Please sign in to comment.