Skip to content

Commit 43473d7

Browse files
Update puma requirement from ~> 6.1 to >= 6.1, < 8.0 (#419)
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/master/History.md) - [Commits](puma/puma@v6.1.0...v7.0.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37264df commit 43473d7

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"
40+
spec.add_runtime_dependency "puma", ">= 6.1", "< 8.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)