Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade puma from 4.3.12 to 5.6.9 #196

Open
wants to merge 1 commit into
base: develop
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 @@ -7,7 +7,7 @@ gem 'ffi', '~> 1.9.24' # CVS-2018-1000201
gem 'jbuilder', '~> 2.5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'newrelic_rpm', '~> 4.5' # NewRelic Application Performance Monitoring
gem 'pg', '~> 0.18' # Use postgresql as the database for Active Record
gem 'puma', '~> 4.3' # Use Puma as the app server
gem 'puma', '~> 5.6', '>= 5.6.9' # Use Puma as the app server
gem 'rails', '~> 5.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'strong_migrations', '~> 0.3' # Catch unsafe migrations at dev time
# Use Redis adapter to run Action Cable in production
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
net-protocol
timeout
newrelic_rpm (4.8.0.341)
nio4r (2.5.9)
nio4r (2.7.3)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
Expand All @@ -118,7 +118,7 @@ GEM
racc
pg (0.21.0)
public_suffix (4.0.7)
puma (4.3.12)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -244,7 +244,7 @@ DEPENDENCIES
listen (~> 3.0.5)
newrelic_rpm (~> 4.5)
pg (~> 0.18)
puma (~> 4.3)
puma (~> 5.6, >= 5.6.9)
rails (~> 5.2)
rb-readline
rspec-rails (~> 3.5)
Expand All @@ -257,3 +257,5 @@ DEPENDENCIES
strong_migrations (~> 0.3)
webmock

BUNDLED WITH
2.1.4
Loading