Skip to content

Commit

Permalink
Upgrde to latest Puma version
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert committed Sep 14, 2023
1 parent 1e61f91 commit 756c8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 "bridgetown", "~> 1.1.0"

# Puma is a Rack-compatible server used by Bridgetown
# (you can optionally limit this to the "development" group)
gem "puma", "~> 5.6"
gem "puma"

group :test do
# Test rendered HTML files to make sure they are accurate
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
racc (~> 1.4)
parallel (1.22.1)
public_suffix (5.0.0)
puma (5.6.7)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (3.0.6.1)
Expand Down Expand Up @@ -151,7 +151,7 @@ PLATFORMS
DEPENDENCIES
bridgetown (~> 1.1.0)
html-proofer
puma (~> 5.6)
puma

RUBY VERSION
ruby 3.1.1p18
Expand Down

0 comments on commit 756c8c9

Please sign in to comment.