Skip to content

Commit 540a52d

Browse files
Bump puma from 3.12.6 to 4.3.9
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.9. - [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.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39e7c56 commit 540a52d

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
@@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4'
1111
# Use sqlite3 as the database for Active Record
1212
gem 'sqlite3'
1313
# Use Puma as the app server
14-
gem 'puma', '~> 3.12'
14+
gem 'puma', '~> 4.3'
1515
# Use SCSS for stylesheets
1616
gem 'sass-rails', '~> 5.0'
1717
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ GEM
9595
nokogiri (1.10.8)
9696
mini_portile2 (~> 2.4.0)
9797
public_suffix (3.0.3)
98-
puma (3.12.6)
98+
puma (4.3.9)
99+
nio4r (~> 2.0)
99100
rack (2.2.3)
100101
rack-proxy (0.6.5)
101102
rack
@@ -192,7 +193,7 @@ DEPENDENCIES
192193
coffee-rails (~> 4.2)
193194
jbuilder (~> 2.5)
194195
listen (>= 3.0.5, < 3.2)
195-
puma (~> 3.12)
196+
puma (~> 4.3)
196197
rails (~> 5.1.4)
197198
react-rails
198199
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)