Skip to content

Commit

Permalink
Update sinatra-contrib requirement from ~> 1.4, >= 1.4.6 to >= 1.4.6,…
Browse files Browse the repository at this point in the history
… < 5.0

Updates the requirements on [sinatra-contrib](https://github.com/sinatra/sinatra) to permit the latest version.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v1.4.6...v1.4.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent afaefb7 commit 735dd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxidized-web.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puma', '~> 3.11.4'
s.add_runtime_dependency 'sass', '~> 3.3'
s.add_runtime_dependency 'sinatra', '~> 1.4', '>= 1.4.6'
s.add_runtime_dependency 'sinatra-contrib', '~> 1.4', '>= 1.4.6'
s.add_runtime_dependency 'sinatra-contrib', '>= 1.4.6', '< 5.0'
s.add_runtime_dependency 'json', '~> 2.3'
s.add_runtime_dependency 'rack-test', '~> 0.7.0'

Expand Down

0 comments on commit 735dd42

Please sign in to comment.