Skip to content

Commit e74afb8

Browse files
Update aruba requirement from ~> 0.13.0 to ~> 0.14.14
Updates the requirements on [aruba](https://github.com/cucumber/aruba) to permit the latest version. - [Changelog](https://github.com/cucumber/aruba/blob/main/CHANGELOG.md) - [Commits](cucumber/aruba@v0.13.0...v0.14.14) --- updated-dependencies: - dependency-name: aruba dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b721af commit e74afb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec_api_documentation.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.add_development_dependency "bundler", ">= 1.16"
2222
s.add_development_dependency "fakefs", "~> 0.6.0"
2323
s.add_development_dependency "sinatra", "~> 1.4.7"
24-
s.add_development_dependency "aruba", "~> 0.13.0"
24+
s.add_development_dependency "aruba", "~> 0.14.14"
2525
s.add_development_dependency "capybara", "~> 2.6.2"
2626
s.add_development_dependency "rake", "~> 10.5.0"
2727
s.add_development_dependency "rack-test", "~> 0.6.3"

0 commit comments

Comments
 (0)