Skip to content

Commit 831f63c

Browse files
Update gherkin requirement from ~> 3.2.0 to ~> 9.0.0
Updates the requirements on [gherkin](https://github.com/cucumber/cucumber) to permit the latest version. - [Release notes](https://github.com/cucumber/cucumber/releases) - [Commits](cucumber/common@react/v3.2.0...gherkin/v9.0.0) --- updated-dependencies: - dependency-name: gherkin dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afa5de2 commit 831f63c

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
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
3434
s.add_development_dependency "inch", "~> 0.8.0"
3535
s.add_development_dependency "minitest", "~> 5.8.4"
3636
s.add_development_dependency "contracts", "~> 0.17"
37-
s.add_development_dependency "gherkin", "~> 3.2.0"
37+
s.add_development_dependency "gherkin", "~> 9.0.0"
3838
s.add_development_dependency "multi_json", "~> 1.11.2"
3939
s.add_development_dependency "rspec", "~> 3.0"
4040

0 commit comments

Comments
 (0)