Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit b3714cd

Browse files
Bump puma from 3.12.6 to 4.3.8
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.8. - [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.8) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63d63c9 commit b3714cd

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
@@ -12,7 +12,7 @@ gem 'rails', '~> 5.1.3'
1212
# Use mysql as the database for Active Record
1313
gem 'mysql2', '>= 0.3.18', '< 0.5'
1414
# Use Puma as the app server
15-
gem 'puma', '~> 3.12'
15+
gem 'puma', '~> 4.3'
1616
# Use SCSS for stylesheets
1717
gem 'sass-rails', '~> 5.0'
1818
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ GEM
126126
racc (~> 1.4)
127127
orm_adapter (0.5.0)
128128
public_suffix (4.0.6)
129-
puma (3.12.6)
129+
puma (4.3.8)
130+
nio4r (~> 2.0)
130131
racc (1.5.2)
131132
rack (2.2.3)
132133
rack-pjax (1.1.0)
@@ -249,7 +250,7 @@ DEPENDENCIES
249250
jbuilder (~> 2.5)
250251
listen (>= 3.0.5, < 3.2)
251252
mysql2 (>= 0.3.18, < 0.5)
252-
puma (~> 3.12)
253+
puma (~> 4.3)
253254
rails (~> 5.1.3)
254255
rails_admin (~> 1.4)
255256
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)