Skip to content

Commit ca437e7

Browse files
Bump puma from 3.12.6 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 3.12.6 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.6...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61eeb6e commit ca437e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem 'mini_racer', '~> 0.2.4'
1717
gem 'newrelic_rpm'
1818
gem 'orderly'
1919
gem 'pg', '<= 1.0.0'
20-
gem 'puma', '<= 3.12.7'
20+
gem 'puma', '<= 4.3.13'
2121
gem 'pundit'
2222
gem 'rails', '~> 5.2.2.1'
2323
gem 'redis', '<= 4.0.2'

Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ GEM
330330
coderay (~> 1.1.0)
331331
method_source (~> 0.9.0)
332332
public_suffix (3.1.1)
333-
puma (3.12.6)
333+
puma (4.3.12)
334+
nio4r (~> 2.0)
334335
pundit (2.1.0)
335336
activesupport (>= 3.0.0)
336337
rack (2.2.3)
@@ -593,7 +594,7 @@ DEPENDENCIES
593594
pg (<= 1.0.0)
594595
prometheus-client
595596
pry (<= 0.11.3)
596-
puma (<= 3.12.7)
597+
puma (<= 4.3.13)
597598
pundit
598599
rails (~> 5.2.2.1)
599600
redis (<= 4.0.2)

0 commit comments

Comments
 (0)