Skip to content

Commit 80cd17c

Browse files
Update puma requirement from >= 6.1, < 8.0 to >= 6.1, < 9.0
Updates the requirements on [puma](https://github.com/puma/puma) to permit the latest version. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v6.1.0...v8.0.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 604930a commit 80cd17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gemstash.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ you push your own private gems as well."
3737
spec.add_runtime_dependency "faraday_middleware", "~> 1.0"
3838
spec.add_runtime_dependency "lru_redux", "~> 1.1"
3939
spec.add_runtime_dependency "psych", ">= 3.2.1"
40-
spec.add_runtime_dependency "puma", ">= 6.1", "< 8.0"
40+
spec.add_runtime_dependency "puma", ">= 6.1", "< 9.0"
4141
spec.add_runtime_dependency "sequel", "~> 5.0"
4242
spec.add_runtime_dependency "server_health_check-rack", "~> 0.1"
4343
spec.add_runtime_dependency "sinatra", ">= 1.4", "< 5.0"

0 commit comments

Comments
 (0)