Skip to content

Commit 5ec9a4c

Browse files
Bump puma from 3.12.1 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.12. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.1...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f161b7a commit 5ec9a4c

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
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.11'
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
@@ -106,7 +106,8 @@ GEM
106106
mini_portile2 (~> 2.8.0)
107107
racc (~> 1.4)
108108
public_suffix (4.0.7)
109-
puma (3.12.6)
109+
puma (4.3.12)
110+
nio4r (~> 2.0)
110111
racc (1.6.0)
111112
rack (2.2.3)
112113
rack-test (1.1.0)
@@ -202,7 +203,7 @@ DEPENDENCIES
202203
coffee-rails (~> 4.2)
203204
jbuilder (~> 2.5)
204205
listen (>= 3.0.5, < 3.2)
205-
puma (~> 3.11)
206+
puma (~> 4.3)
206207
rails (~> 5.2.3)
207208
sass-rails (~> 5.0)
208209
selenium-webdriver

0 commit comments

Comments
 (0)