Skip to content

Commit e3a2e47

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] <support@github.com>
1 parent d847d76 commit e3a2e47

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
@@ -10,7 +10,7 @@ gem 'nokogiri', '1.10.8'
1010
gem 'will_paginate', '3.1.6'
1111
gem 'bootstrap-will_paginate', '1.0.0'
1212
gem 'bootstrap-sass', '3.4.1'
13-
gem 'puma', '3.12.6'
13+
gem 'puma', '4.3.12'
1414
gem 'sass-rails', '5.0.6'
1515
gem 'uglifier', '3.2.0'
1616
gem 'coffee-rails', '4.2.2'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ GEM
319319
pry (0.11.3)
320320
coderay (~> 1.1.0)
321321
method_source (~> 0.9.0)
322-
puma (3.12.6)
322+
puma (4.3.12)
323+
nio4r (~> 2.0)
323324
rack (2.2.3)
324325
rack-test (0.8.2)
325326
rack (>= 1.0, < 3)
@@ -468,7 +469,7 @@ DEPENDENCIES
468469
nicescroll-rails (~> 3.5, >= 3.5.4.1)
469470
nokogiri (= 1.10.8)
470471
pg (= 0.18.4)
471-
puma (= 3.12.6)
472+
puma (= 4.3.12)
472473
rails (= 5.1.4)
473474
rails-controller-testing (= 1.0.2)
474475
rubocop

0 commit comments

Comments
 (0)