Skip to content

Commit f424ff2

Browse files
dependabot[bot]simonneutert
authored andcommitted
Bump puma from 6.4.3 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 6.4.3 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@v6.4.3...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3c0af9 commit f424ff2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828

2929
gem 'logger', '~> 1.7'
3030
gem 'ostruct', '~> 0.6.3'
31-
gem 'puma', '~> 6.4.2'
31+
gem 'puma', '~> 7.1.0'
3232
gem 'rack-unreloader', '~> 2.1'
3333
gem 'rackup', '~> 2.2.1'
3434
gem 'rake', '~> 13.3'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ GEM
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
1414
minitest (5.26.0)
15-
nio4r (2.7.4)
16-
nio4r (2.7.4-java)
15+
nio4r (2.7.5)
16+
nio4r (2.7.5-java)
1717
ostruct (0.6.3)
1818
parallel (1.27.0)
1919
parser (3.3.10.0)
2020
ast (~> 2.4.1)
2121
racc
2222
prism (1.6.0)
23-
puma (6.4.3)
23+
puma (7.1.0)
2424
nio4r (~> 2.0)
25-
puma (6.4.3-java)
25+
puma (7.1.0-java)
2626
nio4r (~> 2.0)
2727
racc (1.8.1)
2828
racc (1.8.1-java)
@@ -89,7 +89,7 @@ DEPENDENCIES
8989
minitest (~> 5.26)
9090
ostruct (~> 0.6.3)
9191
prism (~> 1.6)
92-
puma (~> 6.4.2)
92+
puma (~> 7.1.0)
9393
rack-test (~> 2.1)
9494
rack-unreloader (~> 2.1)
9595
rackup (~> 2.2.1)

0 commit comments

Comments
 (0)