Skip to content

Commit a483a23

Browse files
Bump puma from 4.3.5 to 6.5.0
Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 6.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v4.3.5...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6062d7c commit a483a23

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
# gem "rails"
88

9-
gem "puma", "~> 4.3"
9+
gem "puma", "~> 6.5"
1010

1111
gem "sinatra", "~> 2.0"
1212

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GEM
44
cowsay (0.3.0)
55
mustermann (1.1.1)
66
ruby2_keywords (~> 0.0.1)
7-
nio4r (2.5.2)
8-
puma (4.3.5)
7+
nio4r (2.7.4)
8+
puma (6.5.0)
99
nio4r (~> 2.0)
1010
rack (2.2.3)
1111
rack-protection (2.0.8.1)
@@ -23,7 +23,7 @@ PLATFORMS
2323

2424
DEPENDENCIES
2525
cowsay (~> 0.3.0)
26-
puma (~> 4.3)
26+
puma (~> 6.5)
2727
sinatra (~> 2.0)
2828

2929
BUNDLED WITH

0 commit comments

Comments
 (0)