File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
10
10
11
11
----
12
12
13
- ## [ In Git ] ( https://github.com/cucumber/cucumber-ruby/compare/v4.0.0.rc.3...master )
13
+ ## [ 4.0.0.rc.4 ] ( https://github.com/cucumber/cucumber-ruby/compare/v4.0.0.rc.3...4.0.0.rc.4 )
14
14
15
15
16
16
### Added
@@ -20,6 +20,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
20
20
* Methods ` log ` and ` attach ` can be used in step definitions to attach text or images
21
21
22
22
### Deprecated
23
+
23
24
* ` --format=json ` in favor of the ` message ` formatter and the stand-alone JSON formatter
24
25
* ` puts ` in step definitions in favor of ` log ` ([ cucumber #897 ] ( https://github.com/cucumber/cucumber/issues/897 ) )
25
26
* ` embed ` in step definitions in favor of ` attach ` ([ cucumber #897 ] ( https://github.com/cucumber/cucumber/issues/897 ) )
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ Gem::Specification.new do |s|
20
20
# Keep in sync with .circleci/config.yml & .rubocop.yml
21
21
s . required_ruby_version = '>= 2.3'
22
22
s . add_dependency 'builder' , '~> 3.2' , '>= 3.2.3'
23
- s . add_dependency 'cucumber-core' , '~> 5 .0' , '>= 5 .0.0'
23
+ s . add_dependency 'cucumber-core' , '~> 6 .0' , '>= 6 .0.0'
24
24
s . add_dependency 'cucumber-expressions' , '~> 8.0' , '>= 8.0.2'
25
25
s . add_dependency 'cucumber-gherkin' , '~> 10.0' , '>= 10.0.0'
26
- s . add_dependency 'cucumber-wire' , '~> 1.1 ' , '>= 1.1 .0'
26
+ s . add_dependency 'cucumber-wire' , '~> 2.0 ' , '>= 2.0 .0'
27
27
s . add_dependency 'diff-lcs' , '~> 1.3' , '>= 1.3'
28
28
s . add_dependency 'multi_json' , '~> 1.13' , '>= 1.13.1'
29
29
s . add_dependency 'multi_test' , '~> 0.1' , '>= 0.1.2'
Original file line number Diff line number Diff line change 1
- 4.0.0.rc.3
1
+ 4.0.0.rc.4
You can’t perform that action at this time.
0 commit comments