Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sinatra requirement from ~> 1.4.7 to ~> 4.0.0 #526

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update sinatra requirement from ~> 1.4.7 to ~> 4.0.0
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@v1.4.7...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
commit 2d1ba1456aeee2e11266232fd18df36d9686b00f
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "bundler", ">= 1.16"
s.add_development_dependency "fakefs", "~> 0.6.0"
s.add_development_dependency "sinatra", "~> 1.4.7"
s.add_development_dependency "sinatra", "~> 4.0.0"
s.add_development_dependency "aruba", "~> 0.13.0"
s.add_development_dependency "capybara", "~> 2.6.2"
s.add_development_dependency "rake", "~> 10.5.0"
Loading
Oops, something went wrong.