Skip to content

Commit 9ff3c99

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 9149cc6 commit 9ff3c99

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.13.4'
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
@@ -321,7 +321,8 @@ GEM
321321
pry (0.11.3)
322322
coderay (~> 1.1.0)
323323
method_source (~> 0.9.0)
324-
puma (3.12.6)
324+
puma (4.3.12)
325+
nio4r (~> 2.0)
325326
racc (1.6.0)
326327
rack (2.2.3)
327328
rack-test (0.8.2)
@@ -472,7 +473,7 @@ DEPENDENCIES
472473
nicescroll-rails (~> 3.5, >= 3.5.4.1)
473474
nokogiri (= 1.13.4)
474475
pg (= 0.18.4)
475-
puma (= 3.12.6)
476+
puma (= 4.3.12)
476477
rails (= 5.1.4)
477478
rails-controller-testing (= 1.0.2)
478479
rubocop

0 commit comments

Comments
 (0)