Skip to content

Commit 4172359

Browse files
Bump puma from 4.3.5 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 4.3.5 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.5...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe39462 commit 4172359

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
@@ -7,7 +7,7 @@ ruby '2.6.6'
77
gem 'rails', '~> 6.0.3', '>= 6.0.3.2'
88

99
# Use Puma as the app server
10-
gem 'puma', '~> 4.1'
10+
gem 'puma', '~> 4.3'
1111
# Use SCSS for stylesheets
1212
gem 'sass-rails', '>= 6'
1313
# 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
@@ -124,7 +124,7 @@ GEM
124124
multi_json (1.15.0)
125125
multi_xml (0.6.0)
126126
multipart-post (2.1.1)
127-
nio4r (2.5.2)
127+
nio4r (2.5.8)
128128
nokogiri (1.13.9)
129129
mini_portile2 (~> 2.8.0)
130130
racc (~> 1.4)
@@ -145,7 +145,7 @@ GEM
145145
omniauth-oauth2 (~> 1.5.0)
146146
pg (1.2.3)
147147
public_suffix (4.0.5)
148-
puma (4.3.5)
148+
puma (4.3.12)
149149
nio4r (~> 2.0)
150150
racc (1.6.0)
151151
rack (2.2.3)
@@ -262,7 +262,7 @@ DEPENDENCIES
262262
jbuilder (~> 2.7)
263263
listen (~> 3.2)
264264
pg
265-
puma (~> 4.1)
265+
puma (~> 4.3)
266266
rails (~> 6.0.3, >= 6.0.3.2)
267267
react-rails
268268
sass-rails (>= 6)

0 commit comments

Comments
 (0)