Skip to content

Commit e8f87f6

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 bba111d commit e8f87f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.3', '>= 6.0.3.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
@@ -153,7 +153,7 @@ GEM
153153
railties (>= 4.1)
154154
msgpack (1.3.3)
155155
nenv (0.3.0)
156-
nio4r (2.5.2)
156+
nio4r (2.5.8)
157157
nokogiri (1.13.3)
158158
mini_portile2 (~> 2.8.0)
159159
racc (~> 1.4)
@@ -165,7 +165,7 @@ GEM
165165
coderay (~> 1.1)
166166
method_source (~> 1.0)
167167
public_suffix (5.0.0)
168-
puma (4.3.5)
168+
puma (4.3.12)
169169
nio4r (~> 2.0)
170170
racc (1.6.0)
171171
rack (2.2.3.1)
@@ -268,7 +268,7 @@ DEPENDENCIES
268268
jbuilder (~> 2.7)
269269
minitest-spec-rails (~> 6.0.2)
270270
pg (>= 0.18, < 2.0)
271-
puma (~> 4.1)
271+
puma (~> 4.3)
272272
rails (~> 6.0.3, >= 6.0.3.1)
273273
sass-rails (>= 6)
274274
selenium-webdriver

0 commit comments

Comments
 (0)