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

Bump puma from 4.3.8 to 4.3.11 in /docker #197

Open
wants to merge 1 commit into
base: main
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 docker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby '2.7.3'

gem 'rails', '~> 6.1.3', '>= 6.1.3'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
gem 'bootsnap', '>= 1.4.2', require: false
gem 'rack-cors', '~> 1.1'

Expand Down
6 changes: 3 additions & 3 deletions docker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
nio4r (2.5.7)
nio4r (2.5.8)
nokogiri (1.11.5)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (4.3.8)
puma (4.3.11)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -403,7 +403,7 @@ DEPENDENCIES
parallel (~> 1.20)
pg (>= 0.18, < 2.0)
pry (~> 0.13.1)
puma (~> 4.1)
puma (~> 4.3)
pundit (~> 2.1)
rack-cors (~> 1.1)
rails (~> 6.1.3, >= 6.1.3)
Expand Down