Skip to content

Commit 879caa5

Browse files
Bump puma from 3.12.6 to 4.3.8
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.8. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.6...v4.3.8) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d05bfb9 commit 879caa5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.1'
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', '~> 3.12'
13+
gem 'puma', '~> 4.3'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '~> 5.0'
1616
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ GEM
117117
ast (~> 2.4.1)
118118
pg (1.2.3)
119119
public_suffix (4.0.6)
120-
puma (3.12.6)
120+
puma (4.3.8)
121+
nio4r (~> 2.0)
121122
racc (1.5.2)
122123
rack (2.2.3)
123124
rack-proxy (0.6.5)
@@ -260,7 +261,7 @@ DEPENDENCIES
260261
mysql2 (~> 0.5.2)
261262
next_rails
262263
pg (>= 0.18, < 2.0)
263-
puma (~> 3.12)
264+
puma (~> 4.3)
264265
rails (~> 6.0.1)
265266
rspec-rails
266267
rspec_junit_formatter

0 commit comments

Comments
 (0)