Skip to content

Commit 417009e

Browse files
Bump puma from 6.4.2 to 6.4.3
Bumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.2...v6.4.3) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab4212b commit 417009e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "base64", "~> 0.2.0"
55
gem "bigdecimal", "~> 3.1"
66
gem "csv", "~> 3.3"
77
gem "jekyll", "~> 4.0"
8-
gem "puma", "~> 6.0"
8+
gem "puma", "~> 6.4"
99
gem "rack-jekyll", "~> 0.5.0", github: "adaoraul/rack-jekyll"
1010
gem "rake", "~> 13.0"
1111
gem "sass", "~> 3.7"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ GEM
5858
rb-fsevent (~> 0.10, >= 0.10.3)
5959
rb-inotify (~> 0.9, >= 0.9.10)
6060
mercenary (0.4.0)
61-
nio4r (2.7.1)
61+
nio4r (2.7.3)
6262
pathutil (0.16.2)
6363
forwardable-extended (~> 2.6)
6464
public_suffix (5.0.5)
65-
puma (6.4.2)
65+
puma (6.4.3)
6666
nio4r (~> 2.0)
6767
rack (3.0.10)
6868
rake (13.2.0)
@@ -95,7 +95,7 @@ DEPENDENCIES
9595
bigdecimal (~> 3.1)
9696
csv (~> 3.3)
9797
jekyll (~> 4.0)
98-
puma (~> 6.0)
98+
puma (~> 6.4)
9999
rack-jekyll (~> 0.5.0)!
100100
rake (~> 13.0)
101101
sass (~> 3.7)

0 commit comments

Comments
 (0)