Skip to content

Commit

Permalink
Merge ac33830 into 547314c
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-psarga committed Jun 29, 2020
2 parents 547314c + ac33830 commit 6689448
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.0.1
* `cucumber-messages` ~> 12.2.0

### 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', '~> 13.0', '>= 13.0.0'
s.add_dependency 'cucumber-messages', '~> 12.1', '>= 12.1.1'
s.add_dependency 'cucumber-gherkin', '~> 14.0', '>= 14.0.1'
s.add_dependency 'cucumber-messages', '~> 12.2', '>= 12.2.0'
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 6689448

Please sign in to comment.