Skip to content

Commit

Permalink
Update gherkin and messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-psarga committed Jul 30, 2020
1 parent 71f9613 commit 697e583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,9 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO

### Changed

* N/A
* Updated gems:
* `cucumber-gherkin` ~> 14.1.0
* `cucumber-messages` ~> 12.3.2

### Removed

Expand Down
4 changes: 2 additions & 2 deletions cucumber-core.gemspec
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/cucumber/cucumber-ruby-core',
}

s.add_dependency 'cucumber-gherkin', '~> 14.0', '>= 14.0.1'
s.add_dependency 'cucumber-messages', '~> 12.2', '>= 12.2.0'
s.add_dependency 'cucumber-gherkin', '~> 14.1', '>= 14.1.0'
s.add_dependency 'cucumber-messages', '~> 12.3', '>= 12.3.2'
s.add_dependency 'cucumber-tag-expressions', '~> 2.0', '>= 2.0.4'

s.add_development_dependency 'coveralls', '~> 0.8', '>= 0.8.23'
Expand Down

0 comments on commit 697e583

Please sign in to comment.