Skip to content

Commit 7f03b0e

Browse files
author
Vidas P
committed
Upate puma (CVE-2020-5249)
1 parent 28c295e commit 7f03b0e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [current]
9+
### Fixed
10+
- Update puma (CVE-2020-5249)
911

1012

1113
## [0.9.7] - 2020-02-28

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.1'
140+
gem 'puma', '~> 4.3.3'
141141

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1)
370+
puma (4.3.3)
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.1)
644+
puma (~> 4.3.3)
645645
rack-livereload (~> 0.3.17)
646646
rack-timeout (~> 0.5.1)
647647
rails (~> 5.2.3)

0 commit comments

Comments
 (0)