Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Bump puma from 3.12.1 to 4.3.9 in /api #42

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 api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '2.6.3'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'rails', '~> 5.2.3'
# web server
gem 'puma', '~> 3.11'
gem 'puma', '~> 4.3'
# database
gem 'pg'
gem 'pg_search'
Expand Down
5 changes: 3 additions & 2 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ GEM
pry (~> 0.10)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (3.12.1)
puma (4.3.9)
nio4r (~> 2.0)
raabro (1.1.6)
rack (2.0.7)
rack-cors (1.0.3)
Expand Down Expand Up @@ -327,7 +328,7 @@ DEPENDENCIES
pg
pg_search
pry-byebug
puma (~> 3.11)
puma (~> 4.3)
rack
rack-cors
rails (~> 5.2.3)
Expand Down