Skip to content

Commit 480ae7a

Browse files
author
Vidas P
committed
Update puma (CVE-2019-16770)
1 parent 52a7685 commit 480ae7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ group :development do
137137
end
138138
end
139139

140-
gem 'puma', '~> 4.3.0'
140+
gem 'puma', '~> 4.3.1'
141141

142142
ENV['DATABASE_ADAPTER'] ||=
143143
if ENV['RAILS_ENV'] == 'production'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ GEM
312312
nenv (0.3.0)
313313
net-ftp-list (3.2.8)
314314
netrc (0.11.0)
315-
nio4r (2.3.1)
315+
nio4r (2.5.2)
316316
nokogiri (1.10.5)
317317
mini_portile2 (~> 2.4.0)
318318
notiffany (0.1.3)
@@ -367,7 +367,7 @@ GEM
367367
pry (>= 0.10.4)
368368
psych (3.1.0)
369369
public_suffix (4.0.1)
370-
puma (4.3.0)
370+
puma (4.3.1)
371371
nio4r (~> 2.0)
372372
rack (2.0.8)
373373
rack-accept (0.4.5)
@@ -641,7 +641,7 @@ DEPENDENCIES
641641
pg (~> 1.1.4)
642642
pry-byebug (~> 3.7.0)
643643
pry-rails (~> 0.3.9)
644-
puma (~> 4.3.0)
644+
puma (~> 4.3.1)
645645
rack-livereload (~> 0.3.17)
646646
rack-timeout (~> 0.5.1)
647647
rails (~> 5.2.3)

0 commit comments

Comments
 (0)