Skip to content

Commit bb789a5

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 971a17e commit bb789a5

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
@@ -8,7 +8,7 @@ ruby '2.5.3'
88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
99
gem 'rails', '~> 5.2.1'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.12'
11+
gem 'puma', '~> 4.3'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 5.0'
1414
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ GEM
243243
pry (>= 0.10.4)
244244
psych (3.0.3)
245245
public_suffix (4.0.6)
246-
puma (3.12.6)
246+
puma (4.3.12)
247+
nio4r (~> 2.0)
247248
racc (1.5.2)
248249
rack (2.2.3)
249250
rack-cors (1.0.5)
@@ -409,7 +410,7 @@ DEPENDENCIES
409410
pg (>= 0.20.0)
410411
pry-byebug
411412
pry-rails
412-
puma (~> 3.12)
413+
puma (~> 4.3)
413414
rack-cors (>= 1.0.2)
414415
rails (~> 5.2.1)
415416
rails-controller-testing

0 commit comments

Comments
 (0)