Skip to content

Commit

Permalink
Merge pull request #1299 from cucumber/gherkin-5.1.0-cukexp-6.0.0
Browse files Browse the repository at this point in the history
Upgrade gherkin and cucumber expressions
  • Loading branch information
xtrasimplicity authored Jun 3, 2018
2 parents 7529b8e + 92a2967 commit ab5dc5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

"jruby":
docker:
- image: jruby:9.1.16.0-jdk-alpine
- image: circleci/jruby:9.1.16.0-jdk
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
### Changed

* Add Rubocop to default Rake task ([#1256](https://github.com/cucumber/cucumber-ruby/pull/1256) [@jaysonesmith](https://github.com/jaysonesmith))
* Upgraded `cucumber-expressions` dependency to ~> 6.0.0 ([#1299](https://github.com/cucumber/cucumber-ruby/pull/1299) [@aslakhellesoy](https://github.com/aslakhellesoy))
* Upgraded to `gherkin` 5.1.0 ([#1299](https://github.com/cucumber/cucumber-ruby/pull/1299) [@aslakhellesoy](https://github.com/aslakhellesoy))

### Deprecated

Expand Down
4 changes: 2 additions & 2 deletions cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.2'
s.add_dependency 'builder', '>= 2.1.2'
s.add_dependency 'cucumber-core', '~> 3.1.0'
s.add_dependency 'cucumber-expressions', '~> 5.0.14'
s.add_dependency 'cucumber-expressions', '~> 6.0.0'
s.add_dependency 'cucumber-wire', '~> 0.0.1'
s.add_dependency 'diff-lcs', '~> 1.3'
s.add_dependency 'gherkin', '~> 5.0'
s.add_dependency 'gherkin', '~> 5.1.0'
s.add_dependency 'multi_json', '>= 1.7.5', '< 2.0'
s.add_dependency 'multi_test', '>= 0.1.2'

Expand Down

0 comments on commit ab5dc5a

Please sign in to comment.