Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

[Snyk] Security upgrade puma from 2.11.1 to 4.3.8 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc

gem 'rails_12factor', group: :production
gem 'puma'
gem 'puma', '>= 4.3.8'

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@ GEM
mini_portile (0.6.2)
minitest (5.5.1)
multi_json (1.11.0)
nio4r (2.5.7)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
pg (0.18.1)
puma (2.11.1)
rack (>= 1.1, < 2.0)
rack (1.6.0)
puma (5.3.1)
nio4r (~> 2.0)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.1)
Expand Down Expand Up @@ -149,7 +150,7 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
pg
puma
puma (>= 4.3.8)
rails (~> 4.2.1)
rails_12factor
sass-rails (~> 5.0)
Expand All @@ -159,4 +160,4 @@ DEPENDENCIES
uglifier (>= 1.3.0)

BUNDLED WITH
1.10.6
1.17.3