From e74afb826f7823ce91e5891921d47e0b093921da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:39:20 +0000 Subject: [PATCH] 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](https://github.com/cucumber/aruba/compare/v0.13.0...v0.14.14) --- updated-dependencies: - dependency-name: aruba dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- rspec_api_documentation.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index 20e1258d..1eb768b0 100644 --- a/rspec_api_documentation.gemspec +++ b/rspec_api_documentation.gemspec @@ -21,7 +21,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 "aruba", "~> 0.13.0" + s.add_development_dependency "aruba", "~> 0.14.14" s.add_development_dependency "capybara", "~> 2.6.2" s.add_development_dependency "rake", "~> 10.5.0" s.add_development_dependency "rack-test", "~> 0.6.3"