Skip to content

Commit 925f7da

Browse files
authored
Update puma to version 4.2.1
1 parent 40fa421 commit 925f7da

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.1'
1111
# Use sqlite3 as the database for Active Record
1212
gem 'sqlite3'
1313
# Use Puma as the app server
14-
gem 'puma', '~> 3.7'
14+
gem 'puma', '~> 4.2'
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
@@ -90,7 +90,8 @@ GEM
9090
nokogiri (1.10.1)
9191
mini_portile2 (~> 2.4.0)
9292
public_suffix (3.0.2)
93-
puma (3.9.1)
93+
puma (4.2.1)
94+
nio4r (~> 2.0)
9495
rack (2.0.7)
9596
rack-protection (2.0.7)
9697
rack
@@ -189,7 +190,7 @@ DEPENDENCIES
189190
coffee-rails (~> 4.2)
190191
jbuilder (~> 2.5)
191192
listen (>= 3.0.5, <= 3.2.0)
192-
puma (~> 3.7)
193+
puma (~> 4.2)
193194
rails (~> 5.1.1)
194195
sass-rails (~> 5.0)
195196
selenium-webdriver

0 commit comments

Comments
 (0)