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

Commit 0534490

Browse files
Bump puma from 3.12.0 to 4.3.8
Bumps [puma](https://github.com/puma/puma) from 3.12.0 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.0...v4.3.8) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1519411 commit 0534490

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.4'
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.7'
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
@@ -100,7 +100,8 @@ GEM
100100
mini_portile2 (~> 2.4.0)
101101
orm_adapter (0.5.0)
102102
public_suffix (3.0.3)
103-
puma (3.12.0)
103+
puma (4.3.8)
104+
nio4r (~> 2.0)
104105
rack (2.0.6)
105106
rack-test (1.1.0)
106107
rack (>= 1.0, < 3)
@@ -197,7 +198,7 @@ DEPENDENCIES
197198
jbuilder (~> 2.5)
198199
listen (>= 3.0.5, < 3.2)
199200
mysql2 (>= 0.3.18, < 0.5)
200-
puma (~> 3.7)
201+
puma (~> 4.3)
201202
rails (~> 5.1.4)
202203
sass-rails (~> 5.0)
203204
selenium-webdriver

0 commit comments

Comments
 (0)