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

Bump puma from 4.3.3 to 4.3.8 #28

Closed
wants to merge 1 commit into from
Closed
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 @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "6.0.0"
gem "puma", "4.3.3"
gem "puma", "4.3.8"
gem "jbuilder", "2.9.1"
gem "pg", "1.1.4"
gem "redis-rails", "5.0.2"
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,13 @@ GEM
mimemagic (~> 0.3.2)
memory_profiler (0.9.14)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
nio4r (2.5.2)
nio4r (2.5.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
overcommit (0.49.1)
Expand All @@ -146,7 +148,7 @@ GEM
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
puma (4.3.3)
puma (4.3.8)
nio4r (~> 2.0)
rack (2.2.2)
rack-mini-profiler (1.0.2)
Expand Down Expand Up @@ -305,7 +307,7 @@ DEPENDENCIES
pry-nav
pry-rails
pry-remote
puma (= 4.3.3)
puma (= 4.3.8)
rack-mini-profiler
rails (= 6.0.0)
redis-rails (= 5.0.2)
Expand Down