Skip to content

Commit 6b25a10

Browse files
authored
chore(deps-dev): bump puma in test rails 5.2 app to fix security vulnerability warning (#368)
1 parent ac12cd6 commit 6b25a10

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', '~> 3.11'
8+
gem 'puma', '~> 4.3.8'
99
# Use SCSS for stylesheets
1010
gem 'sass-rails', '~> 5.0'
1111
# Use Uglifier as compressor for JavaScript assets

0 commit comments

Comments
 (0)