Skip to content

Commit f9206c4

Browse files
Bump puma from 7.0.1 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0f23d1 commit f9206c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ gem 'bridgetown-seo-tag', '~> 7.0' # A Bridgetown plugin to add metadata tags fo
1212
gem 'bridgetown-svg-inliner', '~> 2.0' # Liquid and ERB helper for Bridgetown to inline SVG files within HTML
1313

1414
group :development do
15-
gem 'puma', '~> 7.0' # Puma is a Rack-compatible server used by Bridgetown
15+
gem 'puma', '~> 7.1' # Puma is a Rack-compatible server used by Bridgetown
1616
gem 'rubocop', '~> 1.81' # RuboCop is a Ruby code style checking and code formatting tool.
1717
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GEM
105105
racc
106106
prism (1.5.1)
107107
public_suffix (6.0.2)
108-
puma (7.0.1)
108+
puma (7.1.0)
109109
nio4r (~> 2.0)
110110
racc (1.8.1)
111111
rack (3.2.0)
@@ -157,7 +157,7 @@ DEPENDENCIES
157157
bridgetown-feed (~> 3.1)
158158
bridgetown-seo-tag (~> 7.0)
159159
bridgetown-svg-inliner (~> 2.0)
160-
puma (~> 7.0)
160+
puma (~> 7.1)
161161
rubocop (~> 1.81)
162162

163163
RUBY VERSION

0 commit comments

Comments
 (0)