Skip to content

Commit

Permalink
Update puma version to >= 5.6.8
Browse files Browse the repository at this point in the history
This addresses security vulnerabilities.
  • Loading branch information
dtoms committed Jun 25, 2024
1 parent dd151a5 commit 885d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_apps/6.1/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '~> 6.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '>= 5.6.8'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down

0 comments on commit 885d59e

Please sign in to comment.