Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 9b9858c

Browse files
Update dependency puma to v6
1 parent 5473125 commit 9b9858c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2'
1010
# Use postgresql as the database for Active Record
1111
gem 'pg', '>= 0.18', '< 2.0'
1212
# Use Puma as the app server
13-
gem 'puma', '~> 4.3'
13+
gem 'puma', '~> 6.0'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '>= 6'
1616
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker

0 commit comments

Comments
 (0)