Skip to content

Commit c0e668a

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 0fdf01a commit c0e668a

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
@@ -95,7 +95,8 @@ GEM
9595
mini_portile2 (~> 2.8.0)
9696
racc (~> 1.4)
9797
public_suffix (3.0.1)
98-
puma (3.11.0)
98+
puma (4.3.12)
99+
nio4r (~> 2.0)
99100
racc (1.6.0)
100101
rack (2.0.3)
101102
rack-test (0.8.2)
@@ -181,7 +182,7 @@ DEPENDENCIES
181182
coffee-rails (~> 4.2)
182183
jbuilder (~> 2.5)
183184
mini_magick
184-
puma (~> 3.7)
185+
puma (~> 4.3)
185186
rails (~> 5.1.4)
186187
sass-rails (~> 5.0)
187188
selenium-webdriver

0 commit comments

Comments
 (0)