Skip to content

Commit

Permalink
Merge pull request #1370 from DFE-Digital/dependabot/bundler/puma-6.3.1
Browse files Browse the repository at this point in the history
Bump puma from 6.0.0 to 6.3.1
  • Loading branch information
plisovin authored Aug 22, 2023
2 parents 7e584be + df18f52 commit 827f059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "net-smtp", require: false
gem "pg"

# Use Puma as the app server
gem "puma", "~> 6.0"
gem "puma", "~> 6.3"

gem "shakapacker", "6.6.0"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -278,7 +278,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
puma (6.0.0)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -491,7 +491,7 @@ DEPENDENCIES
pg
prometheus-client
pry-byebug
puma (~> 6.0)
puma (~> 6.3)
rack-attack
rack-cors
rails (~> 7.0.3)
Expand Down

0 comments on commit 827f059

Please sign in to comment.