Skip to content

Commit 9bb506b

Browse files
Bump puma from 3.11.0 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 3.11.0 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.11.0...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a71f58 commit 9bb506b

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
@@ -13,7 +13,7 @@ gem 'rails', '~> 5.1.4'
1313
# Use sqlite3 as the database for Active Record
1414
gem 'sqlite3'
1515
# Use Puma as the app server
16-
gem 'puma', '~> 3.7'
16+
gem 'puma', '~> 4.3'
1717
# Use SCSS for stylesheets
1818
gem 'sass-rails', '~> 5.0'
1919
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ GEM
9494
nokogiri (1.8.1)
9595
mini_portile2 (~> 2.3.0)
9696
public_suffix (3.0.1)
97-
puma (3.11.0)
97+
puma (4.3.12)
98+
nio4r (~> 2.0)
9899
rack (2.0.3)
99100
rack-test (0.8.2)
100101
rack (>= 1.0, < 3)
@@ -179,7 +180,7 @@ DEPENDENCIES
179180
coffee-rails (~> 4.2)
180181
jbuilder (~> 2.5)
181182
mini_magick
182-
puma (~> 3.7)
183+
puma (~> 4.3)
183184
rails (~> 5.1.4)
184185
sass-rails (~> 5.0)
185186
selenium-webdriver

0 commit comments

Comments
 (0)