Skip to content

Commit

Permalink
Upgrade to gherkin 6.0 in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brasmusson committed Sep 25, 2018
1 parent fe8b4bc commit 7572f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.required_ruby_version = '>= 2.2' # Keep in sync with .travis.yml

s.add_dependency 'gherkin', '~> 5.1'
s.add_dependency 'gherkin', '~> 6.0'
s.add_dependency 'cucumber-tag_expressions', '~> 1.1.0'
s.add_dependency 'backports', '>= 3.8.0'

Expand Down

0 comments on commit 7572f56

Please sign in to comment.