cucumber 6.0.0 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e34189ceda9f0fff45d70057e47c696e4c30e09c0abafed5903880ee6e175bd
4
- data.tar.gz: dcfbcdf08e55e26d434c626cf65bb5cddd0052472c2861182bb8b7848b6ccbae
3
+ metadata.gz: 693fd926011c157f346a2445dcb3d84a8b0f70b8be7853260c553187077b05e2
4
+ data.tar.gz: 0a8be153b06885acca58052746765f2576caf1a837491b174a27526903fadebf
5
5
  SHA512:
6
- metadata.gz: 37a985cc470cfd43b602a58d454f6a5a605b02e4da29c3c58b043c84a65f1a58ba1091e8793b640677e7c19812ca3dff2295ba43c4ebf8129f2c05d990ce40a2
7
- data.tar.gz: b006f2c33fa2c24522f395b35b882ce87e179f69711231f2ad85b43b91ac88c7c648bac5ecc41f71b99d908922f2fab4538ce8d9d256467d6909671c38eb185f
6
+ metadata.gz: d2b6a961aa5ff54236f9a9e6ff731f3713a62918140800c967b9fa9079250d88ef8463b88c95959045189967f34a73f1fa44c29284859135a6adc962010ed42b
7
+ data.tar.gz: 04f193112b579f00cd77dc81081616f13439eae515337d66ac65011ce22f7a1033600b9cb3b3af8be46c22d013878f68505b8b243183761533dc3226a6565e83
data/CHANGELOG.md CHANGED
@@ -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/v6.0.0...master)
13
+ ## [In GIT](https://github.com/cucumber/cucumber-ruby/compare/v6.1.0...main)
14
14
 
15
15
  ### Added
16
16
 
@@ -22,8 +22,44 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
22
22
 
23
23
  ### Security fixes
24
24
 
25
+ ## [v6.1.0](https://github.com/cucumber/cucumber-ruby/compare/v6.0.0...v6.1.0)
26
+
27
+ ### Fixed
28
+
29
+ - `--dry-run` now supports `message` based-formatters
30
+ ([1540](https://github.com/cucumber/cucumber-ruby/pull/1540)
31
+ [1496](https://github.com/cucumber/cucumber-ruby/issues/1496)
32
+ [1488](https://github.com/cucumber/cucumber-ruby/issues/1488)
33
+ [aurelien-reeves](https://github.com/aurelien-reeves))
34
+ - Step definitions now uses object instances created in the ParameterType
35
+ ([1538](https://github.com/cucumber/cucumber-ruby/pull/1538)
36
+ [1532](https://github.com/cucumber/cucumber-ruby/issues/1532)
37
+ [aurelien-reeves](https://github.com/aurelien-reeves))
38
+ - `attach` can now handle null bytes in the data.
39
+ ([1536](https://github.com/cucumber/cucumber-ruby/pull/1536)
40
+ [1529](https://github.com/cucumber/cucumber-ruby/issues/1529)
41
+ [aurelien-reeves](https://github.com/aurelien-reeves))
42
+
43
+ ### Changed
44
+
45
+ - The JSON formatter now reports empty scenarios.
46
+ No status is reported for empty scenarios in the resulting JSON.
47
+ No more empty background is reported with empty scenarios.
48
+ ([1533](https://github.com/cucumber/cucumber-ruby/pull/1533)
49
+ [1530](https://github.com/cucumber/cucumber-ruby/issues/1530)
50
+ [aurelien-reeves](https://github.com/aurelien-reeves))
51
+ - Undeprecate the JSON formatter. It won't be removed any time soon.
52
+
53
+ ### Dependencies
54
+
55
+ - Updated `cucumber-core` ~> 9.0.1
56
+
25
57
  ## [v6.0.0](https://github.com/cucumber/cucumber-ruby/compare/v5.3.0...v6.0.0)
26
58
 
59
+ ### Added
60
+
61
+ - Support tagged rules ([cucumber#1123](https://github.com/cucumber/cucumber/issues/1123))
62
+
27
63
  ### Fixed
28
64
 
29
65
  - It is now possible to attach a file passing its path
@@ -42,13 +78,12 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
42
78
  Simply replace `embed` with `attach`.
43
79
  ([#1523](https://github.com/cucumber/cucumber-ruby/pull/1523)
44
80
  [aurelien-reeves](https://github.com/aurelien-reeves))
45
-
46
- - `puts` in step definitions in favor of `log`. `log` has been deprecated in version 4.0
81
+ - `puts` in step definitions in favor of `log`.
47
82
  `puts` has been deprecated in version 4.0.
48
83
  Simply replace `puts` with `log`.
49
84
  ([#1523](https://github.com/cucumber/cucumber-ruby/pull/1523)
50
85
  [aurelien-reeves](https://github.com/aurelien-reeves))
51
-
86
+
52
87
  ## [5.3.0](https://github.com/cucumber/cucumber-ruby/compare/v5.2.0...v5.3.0)
53
88
 
54
89
  ### Added
@@ -677,7 +712,7 @@ could cause breaking changes for users of undocumented APIs. Hence the minor ver
677
712
 
678
713
  ### Features
679
714
 
680
- - [Add custom filters from Ruby configuration code](https://github.com/cucumber/cucumber-ruby/blob/master/features/docs/extending_cucumber/custom_filter.feature) (@mattwynne)
715
+ - [Add custom filters from Ruby configuration code](https://github.com/cucumber/cucumber-ruby/blob/main/features/docs/extending_cucumber/custom_filter.feature) (@mattwynne)
681
716
 
682
717
  ### Bugfixes
683
718
 
@@ -1082,13 +1117,13 @@ New format:
1082
1117
 
1083
1118
  [feature here]
1084
1119
 
1085
- Also see [Gherkin 2.6.0 History](https://github.com/cucumber/gherkin/blob/master/History.md) for info about new `id` and `uri` elements in the JSON.
1120
+ Also see [Gherkin 2.6.0 History](https://github.com/cucumber/cucumber/blob/master/gherkin/History.md) for info about new `id` and `uri` elements in the JSON.
1086
1121
 
1087
1122
  ## [1.1.0](https://github.com/cucumber/cucumber-ruby/compare/v1.0.6...v1.1.0)
1088
1123
 
1089
1124
  ### Changed features
1090
1125
 
1091
- - The JSON formatter output has changed. See [Gherkin 2.5.0 History](https://github.com/cucumber/gherkin/blob/master/History.md) (Aslak Hellesøy)
1126
+ - The JSON formatter output has changed. See [Gherkin 2.5.0 History](https://github.com/cucumber/gherkin/blob/master/CHANGELOG.md) (Aslak Hellesøy)
1092
1127
 
1093
1128
  ## [1.0.6](https://github.com/cucumber/cucumber-ruby/compare/v1.0.5...v1.0.6)
1094
1129
 
data/CONTRIBUTING.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  We appreciate that. But before you do, please learn our basic rules:
4
4
 
5
- * This is not a support forum. If you have a question, please go to [The Cukes Google Group](http://groups.google.com/group/cukes).
6
- * Do you have an idea for a new feature? Then don't expect it to be implemented unless you or someone else sends a [pull request](https://help.github.com/articles/using-pull-requests). You might be better to start a discussion on [the google group](http://groups.google.com/group/cukes).
7
- * Reporting a bug? Please tell us:
8
- * which version of Cucumber you're using
9
- * which version of Ruby you're using.
10
- * How to reproduce it. Bugs with a failing test in a [pull request](https://help.github.com/articles/using-pull-requests) get fixed much quicker. Some bugs may never be fixed.
11
- * Want to paste some code or output? Put \`\`\` on a line above and below your code/output. See [GFM](https://help.github.com/articles/github-flavored-markdown)'s *Fenced Code Blocks* for details.
12
- * We love [pull requests](https://help.github.com/articles/using-pull-requests). But if you don't have a test to go with it we probably won't merge it.
5
+ - This is not a support forum. If you have a question, please go to [The Cukes Google Group](http://groups.google.com/group/cukes).
6
+ - Do you have an idea for a new feature? Then don't expect it to be implemented unless you or someone else sends a [pull request](https://help.github.com/articles/using-pull-requests). You might be better to start a discussion on [the google group](http://groups.google.com/group/cukes).
7
+ - Reporting a bug? Please tell us:
8
+ - which version of Cucumber you're using
9
+ - which version of Ruby you're using.
10
+ - How to reproduce it. Bugs with a failing test in a [pull request](https://help.github.com/articles/using-pull-requests) get fixed much quicker. Some bugs may never be fixed.
11
+ - Want to paste some code or output? Put \`\`\` on a line above and below your code/output. See [GFM](https://help.github.com/articles/github-flavored-markdown)'s _Fenced Code Blocks_ for details.
12
+ - We love [pull requests](https://help.github.com/articles/using-pull-requests). But if you don't have a test to go with it we probably won't merge it.
13
13
 
14
14
  # Contributing to Cucumber
15
15
 
@@ -21,12 +21,12 @@ You can chat with the core team on https://gitter.im/cucumber/contributors. We t
21
21
 
22
22
  ## Installing your own gems
23
23
 
24
- A `Gemfile.local`-file can be used to have your own gems installed to support your normal development workflow.
24
+ A `Gemfile.local`-file can be used to have your own gems installed to support your normal development workflow.
25
25
  Execute `bundle config set --local gemfile Gemfile.local` to use it per default.
26
26
 
27
27
  Example:
28
28
 
29
- ~~~ruby
29
+ ```ruby
30
30
  # Include the regular Gemfile
31
31
  eval File.read('Gemfile')
32
32
 
@@ -36,23 +36,23 @@ group :development do
36
36
  gem 'ruby-debug-ide', require: false
37
37
  gem 'pry'
38
38
  gem 'pry-byebug'
39
- end
40
- ~~~
39
+ end
40
+ ```
41
41
 
42
42
  ## Using Visual Studio Code?
43
43
 
44
44
  Sample for launch.json configuration is available in
45
- [docs/vscode-example-launch-configuration.md](https://github.com/cucumber/cucumber-ruby/blob/master/docs/vscode-example-launch-configuration.md)
45
+ [docs/vscode-example-launch-configuration.md](https://github.com/cucumber/cucumber-ruby/blob/main/docs/vscode-example-launch-configuration.md)
46
46
 
47
47
  ## Note on Patches/Pull Requests
48
48
 
49
- * Fork the project. Make a branch for your change.
50
- * Make your feature addition or bug fix.
51
- * Make sure your patch is well covered by tests. We don't accept changes to Cucumber that aren't tested.
52
- * Please do not change the Rakefile, version, or history.
49
+ - Fork the project. Make a branch for your change.
50
+ - Make your feature addition or bug fix.
51
+ - Make sure your patch is well covered by tests. We don't accept changes to Cucumber that aren't tested.
52
+ - Please do not change the Rakefile, version, or history.
53
53
  (if you want to have your own version, that is fine but
54
54
  bump version in a commit by itself so we can ignore when we merge your change)
55
- * Send us a pull request.
55
+ - Send us a pull request.
56
56
 
57
57
  ## Running tests
58
58
 
@@ -62,24 +62,24 @@ Sample for launch.json configuration is available in
62
62
 
63
63
  To get code coverage results, run `bundle exec rake cov`
64
64
 
65
- ## First timer? No problem!
65
+ ## First timer? Welcome!
66
66
 
67
67
  If you are new to the project or to OSS, check the label
68
68
  [Easy](https://github.com/cucumber/cucumber-ruby/labels/Easy). Also, you can
69
69
  help us to correct style violations reported here:
70
- [.rubocop_todo.yml](https://github.com/cucumber/cucumber-ruby/blob/master/.rubocop_todo.yml).
70
+ [.rubocop_todo.yml](https://github.com/cucumber/cucumber-ruby/blob/main/.rubocop_todo.yml).
71
71
 
72
72
  ## Release Process
73
73
 
74
- * Upgrade gems with `scripts/update-gemspec`
75
- * Bump the version number in `lib/cucumber/version`
76
- * Update `CHANGELOG.md` with the upcoming version number and create a new `In Git` section
77
- * Remove empty sections from `CHANGELOG.md`
78
- * Now release it:
74
+ - Upgrade gems with `scripts/update-gemspec`
75
+ - Bump the version number in `lib/cucumber/version`
76
+ - Update `CHANGELOG.md` with the upcoming version number and create a new `In Git` section
77
+ - Remove empty sections from `CHANGELOG.md`
78
+ - Now release it:
79
79
 
80
80
  ```
81
81
  git commit -am "Release X.Y.Z"
82
82
  make release
83
83
  ```
84
84
 
85
- * Finally, update the cucumber-ruby version in the [documentation project](https://cucumber.io/docs/installation/) in [versions.yaml](https://github.com/cucumber/docs.cucumber.io/blob/master/data/versions.yaml) file.
85
+ - Finally, update the cucumber-ruby version in the [documentation project](https://cucumber.io/docs/installation/) in [versions.yaml](https://github.com/cucumber/docs/blob/master/data/versions.yaml) file.
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![issues](https://oselvar.com/api/badge?label=issues&csvUrl=https%3A%2F%2Fraw.githubusercontent.com%2Fcucumber%2Foselvar-github-metrics%2Fmain%2Fdata%2Fcucumber%2Fcucumber-ruby%2Fissues.csv)](https://oselvar.com/github/cucumber/oselvar-github-metrics/main/cucumber/cucumber-ruby)
5
5
  [![CircleCI](https://circleci.com/gh/cucumber/cucumber-ruby.svg?style=svg)](https://circleci.com/gh/cucumber/cucumber-ruby)
6
6
  [![Code Climate](https://codeclimate.com/github/cucumber/cucumber-ruby.svg)](https://codeclimate.com/github/cucumber/cucumber-ruby)
7
- [![Coverage Status](https://coveralls.io/repos/cucumber/cucumber-ruby/badge.svg?branch=master)](https://coveralls.io/r/cucumber/cucumber-ruby?branch=master)
7
+ [![Coverage Status](https://coveralls.io/repos/cucumber/cucumber-ruby/badge.svg?branch=main)](https://coveralls.io/r/cucumber/cucumber-ruby?branch=main)
8
8
 
9
9
  # Cucumber
10
10
 
@@ -15,26 +15,27 @@ your team.
15
15
 
16
16
  Where to get more info:
17
17
 
18
- * The main website: https://cucumber.io/
19
- * Documentation: https://cucumber.io/docs
20
- * Ruby API Documentation: http://www.rubydoc.info/github/cucumber/cucumber-ruby/
21
- * Support forum: https://groups.google.com/group/cukes
22
- * Chat: ([Slack](https://cucumber.io/support#slack) and [Gitter](https://cucumber.io/support#gitter))
18
+ - The main website: https://cucumber.io/
19
+ - Documentation: https://cucumber.io/docs
20
+ - Ruby API Documentation: http://www.rubydoc.info/github/cucumber/cucumber-ruby/
21
+ - Support forum: https://groups.google.com/group/cukes
22
+ - Chat: ([Slack](https://cucumber.io/support#slack) and [Gitter](https://cucumber.io/support#gitter))
23
23
 
24
24
  See [CONTRIBUTING.md](CONTRIBUTING.md) for info on contributing to Cucumber.
25
25
 
26
26
  ## Supported platforms
27
- * Ruby 3.0
28
- * Ruby 2.7
29
- * Ruby 2.6
30
- * Ruby 2.5
31
- * Ruby 2.4
32
- * Ruby 2.3
33
- * JRuby 9.2 (with [some limitations](https://github.com/cucumber/cucumber-ruby/blob/master/docs/jruby-limitations.md))
27
+
28
+ - Ruby 3.0
29
+ - Ruby 2.7
30
+ - Ruby 2.6
31
+ - Ruby 2.5
32
+ - Ruby 2.4
33
+ - Ruby 2.3
34
+ - JRuby 9.2 (with [some limitations](https://github.com/cucumber/cucumber-ruby/blob/main/docs/jruby-limitations.md))
34
35
 
35
36
  ## Code of Conduct
36
37
 
37
- Everyone interacting in this codebase and issue tracker is expected to follow the Cucumber [code of conduct](https://github.com/cucumber/cucumber/blob/master/CODE_OF_CONDUCT.md).
38
+ Everyone interacting in this codebase and issue tracker is expected to follow the Cucumber [code of conduct](https://cucumber.io/conduct).
38
39
 
39
40
  ## Copyright
40
41
 
@@ -24,7 +24,11 @@ module Cucumber
24
24
  "#{INDENT}the usage formatter, except that steps are not printed."],
25
25
  'junit' => ['Cucumber::Formatter::Junit', "Generates a report similar to Ant+JUnit. Use\n" \
26
26
  "#{INDENT}junit,fileattribute=true to include a file attribute."],
27
- 'json' => ['Cucumber::Formatter::Json', '[DEPRECATED] Prints the feature as JSON'],
27
+ 'json' => ['Cucumber::Formatter::Json', "Prints the feature as JSON.\n" \
28
+ "#{INDENT}The JSON format is in maintenance mode.\n" \
29
+ "#{INDENT}Please consider using the message formatter\n"\
30
+ "#{INDENT}with the standalone json-formatter\n" \
31
+ "#{INDENT}(https://github.com/cucumber/cucumber/tree/master/json-formatter)."],
28
32
  'message' => ['Cucumber::Formatter::Message', 'Outputs protobuf messages'],
29
33
  'html' => ['Cucumber::Formatter::HTML', 'Outputs HTML report'],
30
34
  'summary' => ['Cucumber::Formatter::Summary', 'Summary output of feature and scenarios']
@@ -5,7 +5,6 @@ require 'base64'
5
5
  require 'cucumber/formatter/backtrace_filter'
6
6
  require 'cucumber/formatter/io'
7
7
  require 'cucumber/formatter/ast_lookup'
8
- require 'cucumber/deprecate'
9
8
 
10
9
  module Cucumber
11
10
  module Formatter
@@ -14,14 +13,6 @@ module Cucumber
14
13
  include Io
15
14
 
16
15
  def initialize(config)
17
- Cucumber::Deprecate::CliOption.deprecate(
18
- config.error_stream,
19
- '--format=json',
20
- "Please use --format=message and stand-alone json-formatter.\n" \
21
- 'json-formatter homepage: https://github.com/cucumber/cucumber/tree/master/json-formatter#cucumber-json-formatter',
22
- '6.0.0'
23
- )
24
-
25
16
  @io = ensure_io(config.out_stream, config.error_stream)
26
17
  @ast_lookup = AstLookup.new(config)
27
18
  @feature_hashes = []
@@ -41,21 +32,23 @@ module Cucumber
41
32
  @feature_hashes << @feature_hash
42
33
  end
43
34
  @test_case_hash = builder.test_case_hash
44
- if builder.background?
45
- @in_background = true
46
- feature_elements << builder.background_hash
47
- @element_hash = builder.background_hash
48
- else
49
- @in_background = false
50
- feature_elements << @test_case_hash
51
- @element_hash = @test_case_hash
52
- end
35
+
36
+ @element_hash = nil
37
+ @element_background_hash = builder.background_hash
38
+ @in_background = builder.background?
39
+
53
40
  @any_step_failed = false
54
41
  end
55
42
 
56
43
  def on_test_step_started(event)
57
44
  test_step = event.test_step
58
45
  return if internal_hook?(test_step)
46
+
47
+ if @element_hash.nil?
48
+ @element_hash = create_element_hash(test_step)
49
+ feature_elements << @element_hash
50
+ end
51
+
59
52
  if test_step.hook?
60
53
  @step_or_hook_hash = {}
61
54
  hooks_of_type(test_step) << @step_or_hook_hash
@@ -80,6 +73,8 @@ module Cucumber
80
73
  end
81
74
 
82
75
  def on_test_case_finished(event)
76
+ feature_elements << @test_case_hash if @in_background
77
+
83
78
  _test_case, result = *event.attributes
84
79
  result = result.with_filtered_backtrace(Cucumber::Formatter::BacktraceFilter)
85
80
  add_failed_around_hook(result) if result.failed? && !@any_step_failed
@@ -166,6 +161,13 @@ module Cucumber
166
161
  @step_or_hook_hash[:embeddings] ||= []
167
162
  end
168
163
 
164
+ def create_element_hash(test_step)
165
+ return @element_background_hash if @in_background && !first_step_after_background?(test_step)
166
+
167
+ @in_background = false
168
+ @test_case_hash
169
+ end
170
+
169
171
  def create_step_hash(test_step)
170
172
  step_source = @ast_lookup.step_source(test_step).step
171
173
  step_hash = {
@@ -266,7 +268,8 @@ module Cucumber
266
268
  name: background.name,
267
269
  description: value_or_empty_string(background.description),
268
270
  line: background.location.line,
269
- type: 'background'
271
+ type: 'background',
272
+ steps: []
270
273
  }
271
274
  end
272
275
 
@@ -278,7 +281,8 @@ module Cucumber
278
281
  name: test_case.name,
279
282
  description: value_or_empty_string(scenario.description),
280
283
  line: test_case.location.lines.max,
281
- type: 'scenario'
284
+ type: 'scenario',
285
+ steps: []
282
286
  }
283
287
  @test_case_hash[:tags] = create_tags_array_from_tags_array(test_case.tags) unless test_case.tags.empty?
284
288
  end
@@ -95,6 +95,8 @@ module Cucumber
95
95
  media_type = MIME::Types.type_for(file).first if media_type.nil?
96
96
 
97
97
  super(content, media_type.to_s)
98
+ rescue StandardError
99
+ super
98
100
  end
99
101
 
100
102
  # Mark the matched step as pending.
@@ -235,12 +235,17 @@ module Cucumber
235
235
  step_match_search = StepMatchSearch.new(@support_code.registry.method(:step_matches), @configuration)
236
236
  filters << Filters::ActivateSteps.new(step_match_search, @configuration)
237
237
  @configuration.filters.each { |filter| filters << filter }
238
+
238
239
  unless configuration.dry_run?
239
240
  filters << Filters::ApplyAfterStepHooks.new(@support_code)
240
241
  filters << Filters::ApplyBeforeHooks.new(@support_code)
241
242
  filters << Filters::ApplyAfterHooks.new(@support_code)
242
243
  filters << Filters::ApplyAroundHooks.new(@support_code)
243
- filters << Filters::BroadcastTestCaseReadyEvent.new(@configuration)
244
+ end
245
+
246
+ filters << Filters::BroadcastTestCaseReadyEvent.new(@configuration)
247
+
248
+ unless configuration.dry_run?
244
249
  filters << Filters::BroadcastTestRunStartedEvent.new(@configuration)
245
250
  filters << Filters::Quit.new
246
251
  filters << Filters::Retry.new(@configuration)
@@ -28,7 +28,7 @@ module Cucumber
28
28
  end
29
29
 
30
30
  def invoke(multiline_arg)
31
- all_args = deep_clone_args
31
+ all_args = args
32
32
  multiline_arg.append_to(all_args)
33
33
  @step_definition.invoke(all_args)
34
34
  end
@@ -93,12 +93,6 @@ module Cucumber
93
93
  def inspect #:nodoc:
94
94
  "#<#{self.class}: #{location}>"
95
95
  end
96
-
97
- private
98
-
99
- def deep_clone_args
100
- Marshal.load(Marshal.dump(args))
101
- end
102
96
  end
103
97
 
104
98
  class SkippingStepMatch
data/lib/cucumber/version CHANGED
@@ -1 +1 @@
1
- 6.0.0
1
+ 6.1.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-04-14 00:00:00.000000000 Z
13
+ date: 2021-05-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: builder
@@ -41,7 +41,7 @@ dependencies:
41
41
  version: '9.0'
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- version: 9.0.0
44
+ version: 9.0.1
45
45
  type: :runtime
46
46
  prerelease: false
47
47
  version_requirements: !ruby/object:Gem::Requirement
@@ -51,7 +51,7 @@ dependencies:
51
51
  version: '9.0'
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 9.0.0
54
+ version: 9.0.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: cucumber-create-meta
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -161,7 +161,7 @@ dependencies:
161
161
  version: '5.0'
162
162
  - - ">="
163
163
  - !ruby/object:Gem::Version
164
- version: 5.0.0
164
+ version: 5.0.1
165
165
  type: :runtime
166
166
  prerelease: false
167
167
  version_requirements: !ruby/object:Gem::Requirement
@@ -171,7 +171,7 @@ dependencies:
171
171
  version: '5.0'
172
172
  - - ">="
173
173
  - !ruby/object:Gem::Version
174
- version: 5.0.0
174
+ version: 5.0.1
175
175
  - !ruby/object:Gem::Dependency
176
176
  name: diff-lcs
177
177
  requirement: !ruby/object:Gem::Requirement
@@ -261,7 +261,7 @@ dependencies:
261
261
  version: '1.11'
262
262
  - - ">="
263
263
  - !ruby/object:Gem::Version
264
- version: 1.11.3
264
+ version: 1.11.4
265
265
  type: :development
266
266
  prerelease: false
267
267
  version_requirements: !ruby/object:Gem::Requirement
@@ -271,7 +271,7 @@ dependencies:
271
271
  version: '1.11'
272
272
  - - ">="
273
273
  - !ruby/object:Gem::Version
274
- version: 1.11.3
274
+ version: 1.11.4
275
275
  - !ruby/object:Gem::Dependency
276
276
  name: pry
277
277
  requirement: !ruby/object:Gem::Requirement
@@ -381,7 +381,7 @@ dependencies:
381
381
  version: '3.4'
382
382
  - - ">="
383
383
  - !ruby/object:Gem::Version
384
- version: 3.4.0
384
+ version: 3.4.1
385
385
  type: :development
386
386
  prerelease: false
387
387
  version_requirements: !ruby/object:Gem::Requirement
@@ -391,7 +391,7 @@ dependencies:
391
391
  version: '3.4'
392
392
  - - ">="
393
393
  - !ruby/object:Gem::Version
394
- version: 3.4.0
394
+ version: 3.4.1
395
395
  - !ruby/object:Gem::Dependency
396
396
  name: webrick
397
397
  requirement: !ruby/object:Gem::Requirement
@@ -418,20 +418,20 @@ dependencies:
418
418
  requirements:
419
419
  - - "~>"
420
420
  - !ruby/object:Gem::Version
421
- version: '4.20'
421
+ version: '4.21'
422
422
  - - ">="
423
423
  - !ruby/object:Gem::Version
424
- version: 4.20.0
424
+ version: 4.21.0
425
425
  type: :development
426
426
  prerelease: false
427
427
  version_requirements: !ruby/object:Gem::Requirement
428
428
  requirements:
429
429
  - - "~>"
430
430
  - !ruby/object:Gem::Version
431
- version: '4.20'
431
+ version: '4.21'
432
432
  - - ">="
433
433
  - !ruby/object:Gem::Version
434
- version: 4.20.0
434
+ version: 4.21.0
435
435
  - !ruby/object:Gem::Dependency
436
436
  name: rack-test
437
437
  requirement: !ruby/object:Gem::Requirement
@@ -639,7 +639,7 @@ licenses:
639
639
  - MIT
640
640
  metadata:
641
641
  bug_tracker_uri: https://github.com/cucumber/cucumber-ruby/issues
642
- changelog_uri: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md
642
+ changelog_uri: https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md
643
643
  documentation_uri: https://www.rubydoc.info/github/cucumber/cucumber-ruby/
644
644
  mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
645
645
  source_code_uri: https://github.com/cucumber/cucumber-ruby
@@ -662,5 +662,5 @@ requirements: []
662
662
  rubygems_version: 3.1.2
663
663
  signing_key:
664
664
  specification_version: 4
665
- summary: cucumber-6.0.0
665
+ summary: cucumber-6.1.0
666
666
  test_files: []