nonnative 1.62.0 → 1.65.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c0356dc5f399e9fa703d3bf310a03349d5b3762124738746fbb982ab7f9261c
4
- data.tar.gz: b69f1ac927e2f6dad05a453d0e9919dd09d7ed7a67b5473cf61874b53404a67a
3
+ metadata.gz: 11e810f9fbe564da9224db82bfe2d91431b0aea62619ae1284a1cf4dc28d3ca4
4
+ data.tar.gz: '04981e0eaef243884ff40d560f8114ad9e0f05462dd56d68c8f210045ac8accf'
5
5
  SHA512:
6
- metadata.gz: 0b15cc973504888ef73f821a74105b0209eb25c708451062fee4612ea8e4b16f07fbdbac24e6aab05ab6e33e0bb6da3866b6a1ed8145411f6cc4d4a7f77a3af9
7
- data.tar.gz: eb46dc1747a0390f4ad0736fa4bdbf4621430b957a9d79ed7d1b85f42e10405f83ab1c39c26d2ab6c6d044b6e866b24d71aba1ff25ebb4f0b1956cd1d2de4574
6
+ metadata.gz: 642b4233730cabda90e0a288d24f7438f58c810420d2c30335768d5364fcc1a86a49166c8a69c414af593d84983817c248c2e68c67a6e49ce67f6b3c84235b07
7
+ data.tar.gz: ea680a0c6183acde1bc30f29c40abfaf1b817b041fdb98b6ad2381fb13b5ff0cb491f73374f415b2a9c1f336aab763e76827e3a4db620b6968b3e8334beb97f5
data/.circleci/config.yml CHANGED
@@ -3,7 +3,7 @@ version: 2.1
3
3
  jobs:
4
4
  build:
5
5
  docker:
6
- - image: alexfalkowski/ruby:3.0
6
+ - image: alexfalkowski/ruby:3.1
7
7
  steps:
8
8
  - checkout
9
9
  - restore_cache:
@@ -15,14 +15,15 @@ jobs:
15
15
  key: nonnative-gem-cache-{{ checksum "Gemfile.lock" }}
16
16
  paths:
17
17
  - vendor/bundle
18
+ - run: make lint
18
19
  - run: make features
19
20
  - store_test_results:
20
21
  path: reports
21
- - run: make lint
22
22
  - store_artifacts:
23
23
  path: coverage
24
24
  - store_artifacts:
25
25
  path: features/logs
26
+ resource_class: large
26
27
  release:
27
28
  docker:
28
29
  - image: alexfalkowski/release:2.0
@@ -0,0 +1,6 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "bundler"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.0.3
1
+ ruby-3.1.2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,65 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.65.0](https://github.com/alexfalkowski/nonnative/compare/v1.64.10...v1.65.0) (2022-08-08)
6
+
7
+
8
+ ### Features
9
+
10
+ * **ruby:** update to v3.1.2 ([#144](https://github.com/alexfalkowski/nonnative/issues/144)) ([24eea6d](https://github.com/alexfalkowski/nonnative/commit/24eea6df32e6e97672e316daa9d5b2298248eb00))
11
+
12
+ ### [1.64.10](https://github.com/alexfalkowski/nonnative/compare/v1.64.9...v1.64.10) (2022-08-08)
13
+
14
+ ### [1.64.9](https://github.com/alexfalkowski/nonnative/compare/v1.64.8...v1.64.9) (2022-08-05)
15
+
16
+ ### [1.64.8](https://github.com/alexfalkowski/nonnative/compare/v1.64.7...v1.64.8) (2022-07-25)
17
+
18
+ ### [1.64.7](https://github.com/alexfalkowski/nonnative/compare/v1.64.6...v1.64.7) (2022-07-25)
19
+
20
+ ### [1.64.6](https://github.com/alexfalkowski/nonnative/compare/v1.64.5...v1.64.6) (2022-07-22)
21
+
22
+ ### [1.64.5](https://github.com/alexfalkowski/nonnative/compare/v1.64.4...v1.64.5) (2022-07-18)
23
+
24
+ ### [1.64.4](https://github.com/alexfalkowski/nonnative/compare/v1.64.3...v1.64.4) (2022-07-12)
25
+
26
+ ### [1.64.3](https://github.com/alexfalkowski/nonnative/compare/v1.64.2...v1.64.3) (2022-07-08)
27
+
28
+ ### [1.64.2](https://github.com/alexfalkowski/nonnative/compare/v1.64.1...v1.64.2) (2022-06-30)
29
+
30
+ ### [1.64.1](https://github.com/alexfalkowski/nonnative/compare/v1.64.0...v1.64.1) (2022-06-28)
31
+
32
+ ## [1.64.0](https://github.com/alexfalkowski/nonnative/compare/v1.63.4...v1.64.0) (2022-06-13)
33
+
34
+
35
+ ### Features
36
+
37
+ * rename to kind ([#133](https://github.com/alexfalkowski/nonnative/issues/133)) ([c0adc32](https://github.com/alexfalkowski/nonnative/commit/c0adc32320f8ccb32602c68b5b449baf13cd0d34))
38
+
39
+ ### [1.63.4](https://github.com/alexfalkowski/nonnative/compare/v1.63.3...v1.63.4) (2022-06-07)
40
+
41
+ ### [1.63.3](https://github.com/alexfalkowski/nonnative/compare/v1.63.2...v1.63.3) (2022-06-03)
42
+
43
+ ### [1.63.2](https://github.com/alexfalkowski/nonnative/compare/v1.63.1...v1.63.2) (2022-05-30)
44
+
45
+ ### [1.63.1](https://github.com/alexfalkowski/nonnative/compare/v1.63.0...v1.63.1) (2022-05-30)
46
+
47
+ ## [1.63.0](https://github.com/alexfalkowski/nonnative/compare/v1.62.5...v1.63.0) (2022-05-24)
48
+
49
+
50
+ ### Features
51
+
52
+ * **cucumber:** update to v8 ([#128](https://github.com/alexfalkowski/nonnative/issues/128)) ([337d12c](https://github.com/alexfalkowski/nonnative/commit/337d12c498798fe1a6d62a928bdeb3f1fc7a8e07))
53
+
54
+ ### [1.62.5](https://github.com/alexfalkowski/nonnative/compare/v1.62.4...v1.62.5) (2022-05-23)
55
+
56
+ ### [1.62.4](https://github.com/alexfalkowski/nonnative/compare/v1.62.3...v1.62.4) (2022-05-23)
57
+
58
+ ### [1.62.3](https://github.com/alexfalkowski/nonnative/compare/v1.62.2...v1.62.3) (2022-05-23)
59
+
60
+ ### [1.62.2](https://github.com/alexfalkowski/nonnative/compare/v1.62.1...v1.62.2) (2022-05-23)
61
+
62
+ ### [1.62.1](https://github.com/alexfalkowski/nonnative/compare/v1.62.0...v1.62.1) (2022-05-17)
63
+
5
64
  ## [1.62.0](https://github.com/alexfalkowski/nonnative/compare/v1.61.0...v1.62.0) (2022-04-25)
6
65
 
7
66
 
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (1.62.0)
4
+ nonnative (1.65.0)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.5)
6
- cucumber (>= 7, < 8)
6
+ cucumber (>= 7, < 9)
7
7
  get_process_mem (~> 0.2.1)
8
8
  grpc (>= 1, < 2)
9
9
  puma (~> 5.0)
@@ -23,41 +23,35 @@ GEM
23
23
  benchmark-trend (0.4.0)
24
24
  builder (3.2.4)
25
25
  concurrent-ruby (1.1.10)
26
- coveralls_reborn (0.24.0)
26
+ coveralls_reborn (0.25.0)
27
27
  simplecov (>= 0.18.1, < 0.22.0)
28
28
  term-ansicolor (~> 1.6)
29
29
  thor (>= 0.20.3, < 2.0)
30
30
  tins (~> 1.16)
31
- cucumber (7.1.0)
31
+ cucumber (8.0.0)
32
32
  builder (~> 3.2, >= 3.2.4)
33
- cucumber-core (~> 10.1, >= 10.1.0)
34
- cucumber-create-meta (~> 6.0, >= 6.0.1)
35
- cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
36
- cucumber-gherkin (~> 22.0, >= 22.0.0)
37
- cucumber-html-formatter (~> 17.0, >= 17.0.0)
38
- cucumber-messages (~> 17.1, >= 17.1.1)
39
- cucumber-wire (~> 6.2, >= 6.2.0)
40
- diff-lcs (~> 1.4, >= 1.4.4)
41
- mime-types (~> 3.3, >= 3.3.1)
42
- multi_test (~> 0.1, >= 0.1.2)
33
+ cucumber-ci-environment (~> 9.0, >= 9.0.4)
34
+ cucumber-core (~> 11.0, >= 11.0.0)
35
+ cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
36
+ cucumber-gherkin (~> 23.0, >= 23.0.1)
37
+ cucumber-html-formatter (~> 19.1, >= 19.1.0)
38
+ cucumber-messages (~> 18.0, >= 18.0.0)
39
+ diff-lcs (~> 1.5, >= 1.5.0)
40
+ mime-types (~> 3.4, >= 3.4.1)
41
+ multi_test (~> 1.1, >= 1.1.0)
43
42
  sys-uname (~> 1.2, >= 1.2.2)
44
- cucumber-core (10.1.1)
45
- cucumber-gherkin (~> 22.0, >= 22.0.0)
46
- cucumber-messages (~> 17.1, >= 17.1.1)
43
+ cucumber-ci-environment (9.1.0)
44
+ cucumber-core (11.0.0)
45
+ cucumber-gherkin (~> 23.0, >= 23.0.1)
46
+ cucumber-messages (~> 18.0, >= 18.0.0)
47
47
  cucumber-tag-expressions (~> 4.1, >= 4.1.0)
48
- cucumber-create-meta (6.0.4)
49
- cucumber-messages (~> 17.1, >= 17.1.1)
50
- sys-uname (~> 1.2, >= 1.2.2)
51
- cucumber-cucumber-expressions (14.0.0)
52
- cucumber-gherkin (22.0.0)
53
- cucumber-messages (~> 17.1, >= 17.1.1)
54
- cucumber-html-formatter (17.0.0)
55
- cucumber-messages (~> 17.1, >= 17.1.0)
56
- cucumber-messages (17.1.1)
48
+ cucumber-cucumber-expressions (15.2.0)
49
+ cucumber-gherkin (23.0.1)
50
+ cucumber-messages (~> 18.0, >= 18.0.0)
51
+ cucumber-html-formatter (19.2.0)
52
+ cucumber-messages (~> 18.0, >= 18.0.0)
53
+ cucumber-messages (18.0.0)
57
54
  cucumber-tag-expressions (4.1.0)
58
- cucumber-wire (6.2.1)
59
- cucumber-core (~> 10.1, >= 10.1.0)
60
- cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
61
55
  diff-lcs (1.5.0)
62
56
  docile (1.4.0)
63
57
  domain_name (0.5.20190701)
@@ -66,16 +60,21 @@ GEM
66
60
  ffi (1.15.5)
67
61
  get_process_mem (0.2.7)
68
62
  ffi (~> 1.0)
69
- google-protobuf (3.20.1-x86_64-darwin)
70
- googleapis-common-protos-types (1.3.1)
63
+ google-protobuf (3.21.4-x86_64-darwin)
64
+ google-protobuf (3.21.4-x86_64-linux)
65
+ googleapis-common-protos-types (1.3.2)
71
66
  google-protobuf (~> 3.14)
72
- grpc (1.45.0-universal-darwin)
67
+ grpc (1.48.0-x86_64-darwin)
68
+ google-protobuf (~> 3.19)
69
+ googleapis-common-protos-types (~> 1.0)
70
+ grpc (1.48.0-x86_64-linux)
73
71
  google-protobuf (~> 3.19)
74
72
  googleapis-common-protos-types (~> 1.0)
75
73
  http-accept (1.7.0)
76
- http-cookie (1.0.4)
74
+ http-cookie (1.0.5)
77
75
  domain_name (~> 0.5)
78
76
  jaro_winkler (1.5.4)
77
+ json (2.6.2)
79
78
  kramdown (2.4.0)
80
79
  rexml
81
80
  kramdown-parser-gfm (1.1.0)
@@ -83,12 +82,14 @@ GEM
83
82
  mime-types (3.4.1)
84
83
  mime-types-data (~> 3.2015)
85
84
  mime-types-data (3.2022.0105)
86
- multi_test (0.1.2)
87
- mustermann (1.1.1)
85
+ multi_test (1.1.0)
86
+ mustermann (2.0.2)
88
87
  ruby2_keywords (~> 0.0.1)
89
88
  netrc (0.11.0)
90
89
  nio4r (2.5.8)
91
- nokogiri (1.13.4-x86_64-darwin)
90
+ nokogiri (1.13.8-x86_64-darwin)
91
+ racc (~> 1.4)
92
+ nokogiri (1.13.8-x86_64-linux)
92
93
  racc (~> 1.4)
93
94
  parallel (1.22.1)
94
95
  parser (3.1.2.0)
@@ -96,11 +97,11 @@ GEM
96
97
  puma (5.6.4)
97
98
  nio4r (~> 2.0)
98
99
  racc (1.6.0)
99
- rack (2.2.3)
100
- rack-protection (2.2.0)
100
+ rack (2.2.4)
101
+ rack-protection (2.2.2)
101
102
  rack
102
103
  rainbow (3.1.1)
103
- regexp_parser (2.3.1)
104
+ regexp_parser (2.5.0)
104
105
  rest-client (2.1.0)
105
106
  http-accept (>= 1.7.0, < 2.0)
106
107
  http-cookie (>= 1.0.2, < 2.0)
@@ -127,16 +128,17 @@ GEM
127
128
  diff-lcs (>= 1.2.0, < 2.0)
128
129
  rspec-support (~> 3.11.0)
129
130
  rspec-support (3.11.0)
130
- rubocop (1.28.2)
131
+ rubocop (1.33.0)
132
+ json (~> 2.3)
131
133
  parallel (~> 1.10)
132
134
  parser (>= 3.1.0.0)
133
135
  rainbow (>= 2.2.2, < 4.0)
134
136
  regexp_parser (>= 1.8, < 3.0)
135
- rexml
136
- rubocop-ast (>= 1.17.0, < 2.0)
137
+ rexml (>= 3.2.5, < 4.0)
138
+ rubocop-ast (>= 1.19.1, < 2.0)
137
139
  ruby-progressbar (~> 1.7)
138
140
  unicode-display_width (>= 1.4.0, < 3.0)
139
- rubocop-ast (1.17.0)
141
+ rubocop-ast (1.20.1)
140
142
  parser (>= 3.1.1.0)
141
143
  ruby-progressbar (1.11.0)
142
144
  ruby2_keywords (0.0.5)
@@ -146,12 +148,12 @@ GEM
146
148
  simplecov_json_formatter (~> 0.1)
147
149
  simplecov-html (0.12.3)
148
150
  simplecov_json_formatter (0.1.4)
149
- sinatra (2.2.0)
150
- mustermann (~> 1.0)
151
+ sinatra (2.2.2)
152
+ mustermann (~> 2.0)
151
153
  rack (~> 2.2)
152
- rack-protection (= 2.2.0)
154
+ rack-protection (= 2.2.2)
153
155
  tilt (~> 2.0)
154
- solargraph (0.44.3)
156
+ solargraph (0.45.0)
155
157
  backport (~> 1.2)
156
158
  benchmark
157
159
  bundler (>= 1.17.2)
@@ -172,26 +174,27 @@ GEM
172
174
  term-ansicolor (1.7.1)
173
175
  tins (~> 1.0)
174
176
  thor (1.2.1)
175
- tilt (2.0.10)
176
- tins (1.31.0)
177
+ tilt (2.0.11)
178
+ tins (1.31.1)
177
179
  sync
178
180
  unf (0.1.4)
179
181
  unf_ext
180
- unf_ext (0.0.8.1)
181
- unicode-display_width (2.1.0)
182
+ unf_ext (0.0.8.2)
183
+ unicode-display_width (2.2.0)
182
184
  webrick (1.7.0)
183
- yard (0.9.27)
185
+ yard (0.9.28)
184
186
  webrick (~> 1.7.0)
185
187
 
186
188
  PLATFORMS
187
189
  x86_64-darwin-21
190
+ x86_64-linux
188
191
 
189
192
  DEPENDENCIES
190
193
  bundler (~> 2.3)
191
- coveralls_reborn (~> 0.24.0)
194
+ coveralls_reborn (~> 0.25.0)
192
195
  nonnative!
193
- rubocop (~> 1.26)
194
- solargraph (~> 0.44.3)
196
+ rubocop (~> 1.30)
197
+ solargraph (~> 0.45.0)
195
198
 
196
199
  BUNDLED WITH
197
200
  2.3.9
data/Makefile CHANGED
@@ -3,15 +3,27 @@
3
3
  dep:
4
4
  bin/setup
5
5
 
6
+ # Update proto deps
7
+ proto-update-all:
8
+ make -C test update-all
9
+
10
+ # Update all deps
11
+ dep-update-all: proto-update-all
12
+ bundle update
13
+
14
+ # Check outdated deps
6
15
  outdated:
7
16
  bundle outdated --only-explicit
8
17
 
18
+ # Run all the features
9
19
  features: clean
10
20
  bundle exec cucumber --profile report --fail-fast $(feature)
11
21
 
22
+ # Lint all the code
12
23
  lint:
13
24
  bundle exec rubocop
14
25
 
26
+ # Fix the lint issues in the code (if possible)
15
27
  fix-lint:
16
28
  bundle exec rubocop -A
17
29
 
data/README.md CHANGED
@@ -384,7 +384,7 @@ require 'nonnative'
384
384
  Nonnative.configure do |config|
385
385
  config.process do |p|
386
386
  p.proxy = {
387
- type: 'fault_injection',
387
+ kind: 'fault_injection',
388
388
  port: 20_000,
389
389
  log: 'features/logs/proxy_server.log',
390
390
  options: {
@@ -402,7 +402,7 @@ version: 1.0
402
402
  processes:
403
403
  -
404
404
  proxy:
405
- type: fault_injection
405
+ kind: fault_injection
406
406
  port: 20000
407
407
  log: features/logs/proxy_server.log
408
408
  options:
@@ -419,7 +419,7 @@ require 'nonnative'
419
419
  Nonnative.configure do |config|
420
420
  config.server do |s|
421
421
  s.proxy = {
422
- type: 'fault_injection',
422
+ kind: 'fault_injection',
423
423
  port: 20_000,
424
424
  log: 'features/logs/proxy_server.log',
425
425
  options: {
@@ -437,7 +437,7 @@ version: 1.0
437
437
  servers:
438
438
  -
439
439
  proxy:
440
- type: fault_injection
440
+ kind: fault_injection
441
441
  port: 20000
442
442
  log: features/logs/proxy_server.log
443
443
  options:
@@ -454,7 +454,7 @@ require 'nonnative'
454
454
  Nonnative.configure do |config|
455
455
  config.service do |s|
456
456
  s.proxy = {
457
- type: 'fault_injection',
457
+ kind: 'fault_injection',
458
458
  port: 20_000,
459
459
  log: 'features/logs/proxy_server.log',
460
460
  options: {
@@ -472,7 +472,7 @@ version: 1.0
472
472
  services:
473
473
  -
474
474
  proxy:
475
- type: fault_injection
475
+ kind: fault_injection
476
476
  port: 20000
477
477
  log: features/logs/proxy_server.log
478
478
  options:
@@ -107,7 +107,7 @@ module Nonnative
107
107
  return unless proxy
108
108
 
109
109
  p = {
110
- type: proxy['type'],
110
+ kind: proxy['kind'],
111
111
  port: proxy['port'],
112
112
  log: proxy['log'],
113
113
  options: proxy['options']
@@ -2,10 +2,10 @@
2
2
 
3
3
  module Nonnative
4
4
  class ConfigurationProxy
5
- attr_accessor :type, :host, :port, :log, :options
5
+ attr_accessor :kind, :host, :port, :log, :options
6
6
 
7
7
  def initialize
8
- self.type = 'none'
8
+ self.kind = 'none'
9
9
  self.host = '0.0.0.0'
10
10
  self.port = 0
11
11
  self.options = {}
@@ -13,7 +13,7 @@ module Nonnative
13
13
  end
14
14
 
15
15
  def proxy=(value)
16
- proxy.type = value[:type]
16
+ proxy.kind = value[:kind]
17
17
  proxy.host = value[:host] if value[:host]
18
18
  proxy.port = value[:port]
19
19
  proxy.log = value[:log]
@@ -4,7 +4,7 @@ module Nonnative
4
4
  class ProxyFactory
5
5
  class << self
6
6
  def create(service)
7
- proxy = case service.proxy.type
7
+ proxy = case service.proxy.kind
8
8
  when 'fault_injection'
9
9
  FaultInjectionProxy
10
10
  else
@@ -3,8 +3,8 @@
3
3
  module Nonnative
4
4
  class SocketPairFactory
5
5
  class << self
6
- def create(type, proxy)
7
- pair = case type
6
+ def create(kind, proxy)
7
+ pair = case kind
8
8
  when :close_all
9
9
  CloseAllSocketPair
10
10
  when :delay
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.62.0'
4
+ VERSION = '1.65.0'
5
5
  end
data/nonnative.gemspec CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.metadata['rubygems_mfa_required'] = 'true'
26
26
 
27
27
  spec.add_dependency 'concurrent-ruby', '~> 1.0', '>= 1.0.5'
28
- spec.add_dependency 'cucumber', ['>= 7', '< 8']
28
+ spec.add_dependency 'cucumber', '>= 7', '< 9'
29
29
  spec.add_dependency 'get_process_mem', '~> 0.2.1'
30
30
  spec.add_dependency 'grpc', ['>= 1', '< 2']
31
31
  spec.add_dependency 'puma', '~> 5.0'
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
  spec.add_dependency 'sinatra', '~> 2.0', '>= 2.0.8.1'
36
36
 
37
37
  spec.add_development_dependency 'bundler', '~> 2.3'
38
- spec.add_development_dependency 'coveralls_reborn', '~> 0.24.0'
39
- spec.add_development_dependency 'rubocop', '~> 1.26'
40
- spec.add_development_dependency 'solargraph', '~> 0.44.3'
38
+ spec.add_development_dependency 'coveralls_reborn', '~> 0.25.0'
39
+ spec.add_development_dependency 'rubocop', '~> 1.30'
40
+ spec.add_development_dependency 'solargraph', '~> 0.45.0'
41
41
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonnative
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Falkowski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-25 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: '7'
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
- version: '8'
42
+ version: '9'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: '7'
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: '8'
52
+ version: '9'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: get_process_mem
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -186,42 +186,42 @@ dependencies:
186
186
  requirements:
187
187
  - - "~>"
188
188
  - !ruby/object:Gem::Version
189
- version: 0.24.0
189
+ version: 0.25.0
190
190
  type: :development
191
191
  prerelease: false
192
192
  version_requirements: !ruby/object:Gem::Requirement
193
193
  requirements:
194
194
  - - "~>"
195
195
  - !ruby/object:Gem::Version
196
- version: 0.24.0
196
+ version: 0.25.0
197
197
  - !ruby/object:Gem::Dependency
198
198
  name: rubocop
199
199
  requirement: !ruby/object:Gem::Requirement
200
200
  requirements:
201
201
  - - "~>"
202
202
  - !ruby/object:Gem::Version
203
- version: '1.26'
203
+ version: '1.30'
204
204
  type: :development
205
205
  prerelease: false
206
206
  version_requirements: !ruby/object:Gem::Requirement
207
207
  requirements:
208
208
  - - "~>"
209
209
  - !ruby/object:Gem::Version
210
- version: '1.26'
210
+ version: '1.30'
211
211
  - !ruby/object:Gem::Dependency
212
212
  name: solargraph
213
213
  requirement: !ruby/object:Gem::Requirement
214
214
  requirements:
215
215
  - - "~>"
216
216
  - !ruby/object:Gem::Version
217
- version: 0.44.3
217
+ version: 0.45.0
218
218
  type: :development
219
219
  prerelease: false
220
220
  version_requirements: !ruby/object:Gem::Requirement
221
221
  requirements:
222
222
  - - "~>"
223
223
  - !ruby/object:Gem::Version
224
- version: 0.44.3
224
+ version: 0.45.0
225
225
  description: Allows you to keep using the power of ruby to test other systems
226
226
  email:
227
227
  - alexrfalkowski@gmail.com
@@ -233,6 +233,7 @@ files:
233
233
  - ".config/cucumber.yml"
234
234
  - ".coveralls.yml"
235
235
  - ".editorconfig"
236
+ - ".github/dependabot.yml"
236
237
  - ".gitignore"
237
238
  - ".rubocop.yml"
238
239
  - ".ruby-version"
@@ -303,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
303
304
  - !ruby/object:Gem::Version
304
305
  version: '0'
305
306
  requirements: []
306
- rubygems_version: 3.2.32
307
+ rubygems_version: 3.3.7
307
308
  signing_key:
308
309
  specification_version: 4
309
310
  summary: Allows you to keep using the power of ruby to test other systems