Skip to content

Commit 107dcc7

Browse files
committed
Update dependency puma to v4 [SECURITY]
1 parent c823554 commit 107dcc7

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
@@ -5,7 +5,7 @@ gem 'rails', '~> 5.1.4'
55
# Use postgresql as the database for Active Record
66
gem 'pg', '~> 0.18'
77
# Use Puma as the app server
8-
gem 'puma', '~> 3.7'
8+
gem 'puma', '~> 4.0'
99
# Use SCSS for stylesheets
1010
gem 'sass-rails', '~> 5.0'
1111
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ GEM
8585
nokogiri (1.10.7)
8686
mini_portile2 (~> 2.4.0)
8787
pg (0.21.0)
88-
puma (3.12.2)
88+
puma (4.3.10)
89+
nio4r (~> 2.0)
8990
rack (2.0.8)
9091
rack-proxy (0.6.5)
9192
rack
@@ -178,7 +179,7 @@ DEPENDENCIES
178179
jbuilder (~> 2.5)
179180
listen (>= 3.0.5, < 3.2)
180181
pg (~> 0.18)
181-
puma (~> 3.7)
182+
puma (~> 4.0)
182183
rails (~> 5.1.4)
183184
sass-rails (~> 5.0)
184185
spring

0 commit comments

Comments
 (0)