Skip to content

Commit

Permalink
Update sinatra requirement from >= 1.4, < 4.0 to >= 1.4, < 5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@1.4.0...v3.2.0)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 0f8e2ab commit 8cad309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ you push your own private gems as well."
spec.add_runtime_dependency "puma", "~> 6.1"
spec.add_runtime_dependency "sequel", "~> 5.0"
spec.add_runtime_dependency "server_health_check-rack", "~> 0.1"
spec.add_runtime_dependency "sinatra", ">= 1.4", "< 4.0"
spec.add_runtime_dependency "sinatra", ">= 1.4", "< 5.0"
spec.add_runtime_dependency "terminal-table", "~> 3.0"
spec.add_runtime_dependency "thor", "~> 1.0"

Expand Down

0 comments on commit 8cad309

Please sign in to comment.