Bump puma from 5.6.5 to 6.0.0
Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.0.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.6.5...v6.0.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Ryan Williams
parent
9a8a1a1be7
commit
6099ce9b50
@@ -15,7 +15,7 @@ gem "sprockets-rails"
|
|||||||
gem "pg", "~> 1.4"
|
gem "pg", "~> 1.4"
|
||||||
|
|
||||||
# Use the Puma web server [https://github.com/puma/puma]
|
# Use the Puma web server [https://github.com/puma/puma]
|
||||||
gem "puma", "~> 5.6"
|
gem "puma", "~> 6.0"
|
||||||
|
|
||||||
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
|
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
|
||||||
gem "importmap-rails"
|
gem "importmap-rails"
|
||||||
|
|||||||
+2
-2
@@ -152,7 +152,7 @@ GEM
|
|||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.4.4)
|
pg (1.4.4)
|
||||||
public_suffix (5.0.0)
|
public_suffix (5.0.0)
|
||||||
puma (5.6.5)
|
puma (6.0.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.6.0)
|
racc (1.6.0)
|
||||||
rack (2.2.4)
|
rack (2.2.4)
|
||||||
@@ -292,7 +292,7 @@ DEPENDENCIES
|
|||||||
importmap-rails
|
importmap-rails
|
||||||
jbuilder
|
jbuilder
|
||||||
pg (~> 1.4)
|
pg (~> 1.4)
|
||||||
puma (~> 5.6)
|
puma (~> 6.0)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.0.3)
|
rails (~> 7.0.3)
|
||||||
redis (~> 5.0)
|
redis (~> 5.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user