Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump puma from 6.4.3 to 6.5.0 #266

Merged
merged 1 commit into from
Nov 26, 2024
Merged
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 @@ -12,6 +12,6 @@ gem 'bridgetown-seo-tag', '~> 6.0' # A Bridgetown plugin to add metadata tags fo
gem 'bridgetown-svg-inliner', '~> 2.0' # Liquid and ERB helper for Bridgetown to inline SVG files within HTML

group :development do
gem 'puma', '~> 6.4' # Puma is a Rack-compatible server used by Bridgetown
gem 'puma', '~> 6.5' # Puma is a Rack-compatible server used by Bridgetown
gem 'rubocop', '~> 1.68' # RuboCop is a Ruby code style checking and code formatting tool.
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
nio4r (2.7.3)
nio4r (2.7.4)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -98,7 +98,7 @@ GEM
ast (~> 2.4.1)
racc
public_suffix (5.0.5)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.0.10)
Expand Down Expand Up @@ -147,7 +147,7 @@ DEPENDENCIES
bridgetown-feed (~> 3.1)
bridgetown-seo-tag (~> 6.0)
bridgetown-svg-inliner (~> 2.0)
puma (~> 6.4)
puma (~> 6.5)
rubocop (~> 1.68)

RUBY VERSION
Expand Down