Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: bump puma in rails 5.2 test app to fix security warning
  • Loading branch information
pkuczynski committed Jul 11, 2025
commit e4bea8c5c59946f4f3055846408775a9995342b1
2 changes: 1 addition & 1 deletion spec/app/rails_5.2/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rails', '~> 5.2.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 4.3.8'
gem 'puma', '~> 5.6.9'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down