Skip to content

Commit 117dba6

Browse files
Bump puma from 3.12.2 to 4.3.8
Bumps [puma](https://github.com/puma/puma) from 3.12.2 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.2...v4.3.8) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f28a2c commit 117dba6

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
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3'
88
# For database
99
gem 'pg'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.12'
11+
gem 'puma', '~> 4.3'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 5.0'
1414
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ GEM
115115
ast (~> 2.4.0)
116116
pg (1.1.4)
117117
public_suffix (4.0.1)
118-
puma (3.12.2)
118+
puma (4.3.8)
119+
nio4r (~> 2.0)
119120
racc (1.5.2)
120121
rack (2.0.8)
121122
rack-test (1.1.0)
@@ -220,7 +221,7 @@ DEPENDENCIES
220221
jbuilder (~> 2.5)
221222
listen (>= 3.0.5, < 3.2)
222223
pg
223-
puma (~> 3.12)
224+
puma (~> 4.3)
224225
rails (~> 5.2.3)
225226
rubocop
226227
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)