Skip to content

Commit 70e48a1

Browse files
authored
Update puma to version 4.2.1
1 parent b7a2c00 commit 70e48a1

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
@@ -92,7 +92,8 @@ GEM
9292
nokogiri (1.10.1)
9393
mini_portile2 (~> 2.4.0)
9494
public_suffix (3.0.2)
95-
puma (3.9.1)
95+
puma (4.2.1)
96+
nio4r (~> 2.0)
9697
rack (2.0.7)
9798
rack-protection (2.0.7)
9899
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.7)
196+
puma (~> 4.2)
196197
rails (~> 5.1.1)
197198
sass-rails (~> 5.0)
198199
selenium-webdriver

0 commit comments

Comments
 (0)