Skip to content

Commit 263e66a

Browse files
authored
test: bump puma in rails 5.2 test app to fix security warning (#377)
1 parent c833d19 commit 263e66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/app/rails_5.2/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'rails', '~> 5.2.2'
55
# Use sqlite3 as the database for Active Record
66
gem 'sqlite3'
77
# Use Puma as the app server
8-
gem 'puma', '~> 4.3.8'
8+
gem 'puma', '~> 5.6.9'
99
# Use SCSS for stylesheets
1010
gem 'sass-rails', '~> 5.0'
1111
# Use Uglifier as compressor for JavaScript assets

0 commit comments

Comments
 (0)