Skip to content

Commit 173fc7c

Browse files
Bump puma from 4.3.3 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 4.3.3 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@v4.3.3...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0bb43ba commit 173fc7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.1'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 4.1'
11+
gem 'puma', '~> 4.3'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '>= 6'
1414
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ GEM
8888
mini_portile2 (2.8.0)
8989
minitest (5.14.0)
9090
msgpack (1.3.3)
91-
nio4r (2.5.2)
91+
nio4r (2.5.8)
9292
nokogiri (1.13.10)
9393
mini_portile2 (~> 2.8.0)
9494
racc (~> 1.4)
9595
pg (1.2.3)
96-
puma (4.3.3)
96+
puma (4.3.12)
9797
nio4r (~> 2.0)
9898
racc (1.6.1)
9999
rack (2.2.3)
@@ -186,7 +186,7 @@ DEPENDENCIES
186186
jbuilder (~> 2.7)
187187
listen (>= 3.0.5, < 3.2)
188188
pg (>= 0.18, < 2.0)
189-
puma (~> 4.1)
189+
puma (~> 4.3)
190190
rails (~> 6.0.1)
191191
sass-rails (>= 6)
192192
spring

0 commit comments

Comments
 (0)