Skip to content

Commit 8e24bb9

Browse files
Bump puma from 6.6.0 to 6.6.1
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: puma dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87e1cd8 commit 8e24bb9

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
@@ -7,7 +7,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
77

88
# gem "rails"
99

10-
gem "puma", "~> 6.4"
10+
gem "puma", "~> 6.6"
1111

1212
gem "sinatra", "~> 3.1"
1313

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
mustermann (3.0.3)
77
ruby2_keywords (~> 0.0.1)
88
nio4r (2.7.4)
9-
puma (6.6.0)
9+
puma (6.6.1)
1010
nio4r (~> 2.0)
1111
rack (2.2.13)
1212
rack-protection (3.2.0)
@@ -26,7 +26,7 @@ PLATFORMS
2626
DEPENDENCIES
2727
base64 (~> 0.2.0)
2828
cowsay (~> 0.3.0)
29-
puma (~> 6.4)
29+
puma (~> 6.6)
3030
sinatra (~> 3.1)
3131

3232
RUBY VERSION

0 commit comments

Comments
 (0)