Skip to content

Commit ab4c568

Browse files
Update sinatra requirement from ~> 1.4.7 to ~> 2.0.8
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...v2.0.8.1) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be391f7 commit ab4c568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec_api_documentation.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020

2121
s.add_development_dependency "bundler", ">= 1.16"
2222
s.add_development_dependency "fakefs", "~> 0.6.0"
23-
s.add_development_dependency "sinatra", "~> 1.4.7"
23+
s.add_development_dependency "sinatra", "~> 2.0.8"
2424
s.add_development_dependency "aruba", "~> 0.14.14"
2525
s.add_development_dependency "capybara", "~> 3.39.2"
2626
s.add_development_dependency "rake", "~> 10.5.0"

0 commit comments

Comments
 (0)