Skip to content

Commit

Permalink
update puma that has critical vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadn committed Jul 1, 2024
1 parent fb9a744 commit 4d37e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.7', '>= 6.1.7.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 5.0'
gem 'puma', '~> 6.4'
# 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
4 changes: 2 additions & 2 deletions examples/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ GEM
racc (~> 1.4)
openapi_parser (2.1.0)
public_suffix (6.0.0)
puma (5.6.6)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.7)
Expand Down Expand Up @@ -223,7 +223,7 @@ DEPENDENCIES
byebug
firetail (~> 1.0.1)
listen (~> 3.3)
puma (~> 5.0)
puma (~> 6.4)
rails (~> 6.1.7, >= 6.1.7.4)
rspec (= 3.12)
rspec-rails
Expand Down

0 comments on commit 4d37e57

Please sign in to comment.