Skip to content

Commit a7d7e06

Browse files
authored
Update puma to version 4.3.3
1 parent 6db3dbb commit a7d7e06

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.2.4'
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.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
@@ -97,7 +97,8 @@ GEM
9797
nokogiri (1.10.9)
9898
mini_portile2 (~> 2.4.0)
9999
public_suffix (3.0.2)
100-
puma (3.9.1)
100+
puma (4.3.3)
101+
nio4r (~> 2.0)
101102
rack (2.2.2)
102103
rack-protection (2.0.7)
103104
rack
@@ -197,7 +198,7 @@ DEPENDENCIES
197198
coffee-rails (~> 4.2)
198199
jbuilder (~> 2.5)
199200
listen (>= 3.0.5, <= 3.2.0)
200-
puma (~> 3.7)
201+
puma (~> 4.3)
201202
rails (~> 5.2.4)
202203
sass-rails (~> 5.0)
203204
selenium-webdriver

0 commit comments

Comments
 (0)