nonnative 1.65.0 → 1.67.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: 11e810f9fbe564da9224db82bfe2d91431b0aea62619ae1284a1cf4dc28d3ca4
4
- data.tar.gz: '04981e0eaef243884ff40d560f8114ad9e0f05462dd56d68c8f210045ac8accf'
3
+ metadata.gz: 7a9d3763dafa80fa9a02b9eab21386b138277c6f9e5a748ee886719bd6be604e
4
+ data.tar.gz: 719be528e41d4fbea4d455b605adcb666f59da8af32ac6c9a26bbc27b4f02bbf
5
5
  SHA512:
6
- metadata.gz: 642b4233730cabda90e0a288d24f7438f58c810420d2c30335768d5364fcc1a86a49166c8a69c414af593d84983817c248c2e68c67a6e49ce67f6b3c84235b07
7
- data.tar.gz: ea680a0c6183acde1bc30f29c40abfaf1b817b041fdb98b6ad2381fb13b5ff0cb491f73374f415b2a9c1f336aab763e76827e3a4db620b6968b3e8334beb97f5
6
+ metadata.gz: f75c7ba4f2c51ffa4f564cd953c1e3be2a53701d02952ec3020bd31509bd9ce81ad96be5133010bdff2d02840369970ce143c680bd51c5de7fc696db4d9e2ea3
7
+ data.tar.gz: 19cc85d2799153d8e26c88bddc1a6b34ca56c0431359efc737833d79f04d461dd85f5b3beee94730de17b2e67ae29721ef8eeb74b939348322cb12f3e448eb05
data/.circleci/config.yml CHANGED
@@ -6,15 +6,7 @@ jobs:
6
6
  - image: alexfalkowski/ruby:3.1
7
7
  steps:
8
8
  - checkout
9
- - restore_cache:
10
- keys:
11
- - nonnative-gem-cache-{{ checksum "Gemfile.lock" }}
12
- - nonnative-gem-cache-
13
9
  - run: make dep
14
- - save_cache:
15
- key: nonnative-gem-cache-{{ checksum "Gemfile.lock" }}
16
- paths:
17
- - vendor/bundle
18
10
  - run: make lint
19
11
  - run: make features
20
12
  - store_test_results:
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 3.0
2
+ TargetRubyVersion: 3.1
3
3
  DisplayCopNames: true
4
4
  NewCops: enable
5
5
 
data/CHANGELOG.md CHANGED
@@ -2,6 +2,74 @@
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.67.0](https://github.com/alexfalkowski/nonnative/compare/v1.66.12...v1.67.0) (2022-12-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * use ruby 3.1 syntax ([#176](https://github.com/alexfalkowski/nonnative/issues/176)) ([1aee396](https://github.com/alexfalkowski/nonnative/commit/1aee39617c7b585797c62d18ac7a375f588769b8))
11
+
12
+ ### [1.66.12](https://github.com/alexfalkowski/nonnative/compare/v1.66.11...v1.66.12) (2022-12-19)
13
+
14
+ ### [1.66.11](https://github.com/alexfalkowski/nonnative/compare/v1.66.10...v1.66.11) (2022-12-19)
15
+
16
+ ### [1.66.10](https://github.com/alexfalkowski/nonnative/compare/v1.66.9...v1.66.10) (2022-12-08)
17
+
18
+ ### [1.66.9](https://github.com/alexfalkowski/nonnative/compare/v1.66.8...v1.66.9) (2022-11-28)
19
+
20
+ ### [1.66.8](https://github.com/alexfalkowski/nonnative/compare/v1.66.7...v1.66.8) (2022-11-15)
21
+
22
+ ### [1.66.7](https://github.com/alexfalkowski/nonnative/compare/v1.66.6...v1.66.7) (2022-11-14)
23
+
24
+ ### [1.66.6](https://github.com/alexfalkowski/nonnative/compare/v1.66.5...v1.66.6) (2022-11-02)
25
+
26
+ ### [1.66.5](https://github.com/alexfalkowski/nonnative/compare/v1.66.4...v1.66.5) (2022-10-27)
27
+
28
+ ### [1.66.4](https://github.com/alexfalkowski/nonnative/compare/v1.66.3...v1.66.4) (2022-10-27)
29
+
30
+ ### [1.66.3](https://github.com/alexfalkowski/nonnative/compare/v1.66.2...v1.66.3) (2022-10-21)
31
+
32
+ ### [1.66.2](https://github.com/alexfalkowski/nonnative/compare/v1.66.1...v1.66.2) (2022-10-19)
33
+
34
+ ### [1.66.1](https://github.com/alexfalkowski/nonnative/compare/v1.66.0...v1.66.1) (2022-10-19)
35
+
36
+ ## [1.66.0](https://github.com/alexfalkowski/nonnative/compare/v1.65.15...v1.66.0) (2022-10-14)
37
+
38
+
39
+ ### Features
40
+
41
+ * **puma:** upgrade to v6.0.0 ([#161](https://github.com/alexfalkowski/nonnative/issues/161)) ([5d5b8cf](https://github.com/alexfalkowski/nonnative/commit/5d5b8cf5754d0dfc7be65d6c42a088eefc3b9dd1))
42
+
43
+ ### [1.65.15](https://github.com/alexfalkowski/nonnative/compare/v1.65.14...v1.65.15) (2022-10-05)
44
+
45
+ ### [1.65.14](https://github.com/alexfalkowski/nonnative/compare/v1.65.13...v1.65.14) (2022-10-03)
46
+
47
+ ### [1.65.13](https://github.com/alexfalkowski/nonnative/compare/v1.65.12...v1.65.13) (2022-10-03)
48
+
49
+ ### [1.65.12](https://github.com/alexfalkowski/nonnative/compare/v1.65.11...v1.65.12) (2022-09-28)
50
+
51
+ ### [1.65.11](https://github.com/alexfalkowski/nonnative/compare/v1.65.10...v1.65.11) (2022-09-27)
52
+
53
+ ### [1.65.10](https://github.com/alexfalkowski/nonnative/compare/v1.65.9...v1.65.10) (2022-09-27)
54
+
55
+ ### [1.65.9](https://github.com/alexfalkowski/nonnative/compare/v1.65.8...v1.65.9) (2022-09-26)
56
+
57
+ ### [1.65.8](https://github.com/alexfalkowski/nonnative/compare/v1.65.7...v1.65.8) (2022-09-26)
58
+
59
+ ### [1.65.7](https://github.com/alexfalkowski/nonnative/compare/v1.65.6...v1.65.7) (2022-09-13)
60
+
61
+ ### [1.65.6](https://github.com/alexfalkowski/nonnative/compare/v1.65.5...v1.65.6) (2022-09-02)
62
+
63
+ ### [1.65.5](https://github.com/alexfalkowski/nonnative/compare/v1.65.4...v1.65.5) (2022-08-24)
64
+
65
+ ### [1.65.4](https://github.com/alexfalkowski/nonnative/compare/v1.65.3...v1.65.4) (2022-08-23)
66
+
67
+ ### [1.65.3](https://github.com/alexfalkowski/nonnative/compare/v1.65.2...v1.65.3) (2022-08-23)
68
+
69
+ ### [1.65.2](https://github.com/alexfalkowski/nonnative/compare/v1.65.1...v1.65.2) (2022-08-15)
70
+
71
+ ### [1.65.1](https://github.com/alexfalkowski/nonnative/compare/v1.65.0...v1.65.1) (2022-08-10)
72
+
5
73
  ## [1.65.0](https://github.com/alexfalkowski/nonnative/compare/v1.64.10...v1.65.0) (2022-08-08)
6
74
 
7
75
 
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (1.65.0)
4
+ nonnative (1.67.0)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.5)
6
6
  cucumber (>= 7, < 9)
7
7
  get_process_mem (~> 0.2.1)
8
8
  grpc (>= 1, < 2)
9
- puma (~> 5.0)
9
+ puma (~> 6.0)
10
10
  rest-client (~> 2.1)
11
11
  rspec-benchmark (~> 0.6.0)
12
12
  rspec-expectations (~> 3.9, >= 3.9.2)
13
- sinatra (~> 2.0, >= 2.0.8.1)
13
+ sinatra (>= 2.0.8.1, < 4)
14
14
 
15
15
  GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
18
  ast (2.4.2)
19
19
  backport (1.2.0)
20
- benchmark (0.2.0)
20
+ benchmark (0.2.1)
21
21
  benchmark-malloc (0.2.0)
22
22
  benchmark-perf (0.6.0)
23
23
  benchmark-trend (0.4.0)
@@ -60,21 +60,21 @@ GEM
60
60
  ffi (1.15.5)
61
61
  get_process_mem (0.2.7)
62
62
  ffi (~> 1.0)
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)
63
+ google-protobuf (3.21.12-x86_64-darwin)
64
+ google-protobuf (3.21.12-x86_64-linux)
65
+ googleapis-common-protos-types (1.4.0)
66
66
  google-protobuf (~> 3.14)
67
- grpc (1.48.0-x86_64-darwin)
68
- google-protobuf (~> 3.19)
67
+ grpc (1.50.0-x86_64-darwin)
68
+ google-protobuf (~> 3.21)
69
69
  googleapis-common-protos-types (~> 1.0)
70
- grpc (1.48.0-x86_64-linux)
71
- google-protobuf (~> 3.19)
70
+ grpc (1.50.0-x86_64-linux)
71
+ google-protobuf (~> 3.21)
72
72
  googleapis-common-protos-types (~> 1.0)
73
73
  http-accept (1.7.0)
74
74
  http-cookie (1.0.5)
75
75
  domain_name (~> 0.5)
76
76
  jaro_winkler (1.5.4)
77
- json (2.6.2)
77
+ json (2.6.3)
78
78
  kramdown (2.4.0)
79
79
  rexml
80
80
  kramdown-parser-gfm (1.1.0)
@@ -83,25 +83,25 @@ GEM
83
83
  mime-types-data (~> 3.2015)
84
84
  mime-types-data (3.2022.0105)
85
85
  multi_test (1.1.0)
86
- mustermann (2.0.2)
86
+ mustermann (3.0.0)
87
87
  ruby2_keywords (~> 0.0.1)
88
88
  netrc (0.11.0)
89
89
  nio4r (2.5.8)
90
- nokogiri (1.13.8-x86_64-darwin)
90
+ nokogiri (1.13.10-x86_64-darwin)
91
91
  racc (~> 1.4)
92
- nokogiri (1.13.8-x86_64-linux)
92
+ nokogiri (1.13.10-x86_64-linux)
93
93
  racc (~> 1.4)
94
94
  parallel (1.22.1)
95
- parser (3.1.2.0)
95
+ parser (3.1.3.0)
96
96
  ast (~> 2.4.1)
97
- puma (5.6.4)
97
+ puma (6.0.0)
98
98
  nio4r (~> 2.0)
99
- racc (1.6.0)
99
+ racc (1.6.1)
100
100
  rack (2.2.4)
101
- rack-protection (2.2.2)
101
+ rack-protection (3.0.5)
102
102
  rack
103
103
  rainbow (3.1.1)
104
- regexp_parser (2.5.0)
104
+ regexp_parser (2.6.1)
105
105
  rest-client (2.1.0)
106
106
  http-accept (>= 1.7.0, < 2.0)
107
107
  http-cookie (>= 1.0.2, < 2.0)
@@ -110,35 +110,35 @@ GEM
110
110
  reverse_markdown (2.1.1)
111
111
  nokogiri
112
112
  rexml (3.2.5)
113
- rspec (3.11.0)
114
- rspec-core (~> 3.11.0)
115
- rspec-expectations (~> 3.11.0)
116
- rspec-mocks (~> 3.11.0)
113
+ rspec (3.12.0)
114
+ rspec-core (~> 3.12.0)
115
+ rspec-expectations (~> 3.12.0)
116
+ rspec-mocks (~> 3.12.0)
117
117
  rspec-benchmark (0.6.0)
118
118
  benchmark-malloc (~> 0.2)
119
119
  benchmark-perf (~> 0.6)
120
120
  benchmark-trend (~> 0.4)
121
121
  rspec (>= 3.0)
122
- rspec-core (3.11.0)
123
- rspec-support (~> 3.11.0)
124
- rspec-expectations (3.11.0)
122
+ rspec-core (3.12.0)
123
+ rspec-support (~> 3.12.0)
124
+ rspec-expectations (3.12.1)
125
125
  diff-lcs (>= 1.2.0, < 2.0)
126
- rspec-support (~> 3.11.0)
127
- rspec-mocks (3.11.1)
126
+ rspec-support (~> 3.12.0)
127
+ rspec-mocks (3.12.1)
128
128
  diff-lcs (>= 1.2.0, < 2.0)
129
- rspec-support (~> 3.11.0)
130
- rspec-support (3.11.0)
131
- rubocop (1.33.0)
129
+ rspec-support (~> 3.12.0)
130
+ rspec-support (3.12.0)
131
+ rubocop (1.40.0)
132
132
  json (~> 2.3)
133
133
  parallel (~> 1.10)
134
- parser (>= 3.1.0.0)
134
+ parser (>= 3.1.2.1)
135
135
  rainbow (>= 2.2.2, < 4.0)
136
136
  regexp_parser (>= 1.8, < 3.0)
137
137
  rexml (>= 3.2.5, < 4.0)
138
- rubocop-ast (>= 1.19.1, < 2.0)
138
+ rubocop-ast (>= 1.23.0, < 2.0)
139
139
  ruby-progressbar (~> 1.7)
140
140
  unicode-display_width (>= 1.4.0, < 3.0)
141
- rubocop-ast (1.20.1)
141
+ rubocop-ast (1.24.0)
142
142
  parser (>= 3.1.1.0)
143
143
  ruby-progressbar (1.11.0)
144
144
  ruby2_keywords (0.0.5)
@@ -148,12 +148,12 @@ GEM
148
148
  simplecov_json_formatter (~> 0.1)
149
149
  simplecov-html (0.12.3)
150
150
  simplecov_json_formatter (0.1.4)
151
- sinatra (2.2.2)
152
- mustermann (~> 2.0)
153
- rack (~> 2.2)
154
- rack-protection (= 2.2.2)
151
+ sinatra (3.0.5)
152
+ mustermann (~> 3.0)
153
+ rack (~> 2.2, >= 2.2.4)
154
+ rack-protection (= 3.0.5)
155
155
  tilt (~> 2.0)
156
- solargraph (0.45.0)
156
+ solargraph (0.47.2)
157
157
  backport (~> 1.2)
158
158
  benchmark
159
159
  bundler (>= 1.17.2)
@@ -175,12 +175,12 @@ GEM
175
175
  tins (~> 1.0)
176
176
  thor (1.2.1)
177
177
  tilt (2.0.11)
178
- tins (1.31.1)
178
+ tins (1.32.1)
179
179
  sync
180
180
  unf (0.1.4)
181
181
  unf_ext
182
182
  unf_ext (0.0.8.2)
183
- unicode-display_width (2.2.0)
183
+ unicode-display_width (2.3.0)
184
184
  webrick (1.7.0)
185
185
  yard (0.9.28)
186
186
  webrick (~> 1.7.0)
@@ -194,7 +194,7 @@ DEPENDENCIES
194
194
  coveralls_reborn (~> 0.25.0)
195
195
  nonnative!
196
196
  rubocop (~> 1.30)
197
- solargraph (~> 0.45.0)
197
+ solargraph (~> 0.47.0)
198
198
 
199
199
  BUNDLED WITH
200
200
  2.3.9
@@ -11,30 +11,28 @@ module Nonnative
11
11
  def get(pathname, headers = {}, timeout = 60)
12
12
  with_exception do
13
13
  uri = URI.join(host, pathname)
14
- RestClient::Request.execute(method: :get, url: uri.to_s, headers: headers, timeout: timeout)
14
+ RestClient::Request.execute(method: :get, url: uri.to_s, headers:, timeout:)
15
15
  end
16
16
  end
17
17
 
18
18
  def post(pathname, payload, headers = {}, timeout = 60)
19
19
  with_exception do
20
20
  uri = URI.join(host, pathname)
21
- RestClient::Request.execute(method: :post, url: uri.to_s, payload: payload.to_json, headers: headers,
22
- timeout: timeout)
21
+ RestClient::Request.execute(method: :post, url: uri.to_s, payload: payload.to_json, headers:, timeout:)
23
22
  end
24
23
  end
25
24
 
26
25
  def delete(pathname, headers = {}, timeout = 60)
27
26
  with_exception do
28
27
  uri = URI.join(host, pathname)
29
- RestClient::Request.execute(method: :delete, url: uri.to_s, headers: headers, timeout: timeout)
28
+ RestClient::Request.execute(method: :delete, url: uri.to_s, headers:, timeout:)
30
29
  end
31
30
  end
32
31
 
33
32
  def put(pathname, payload, headers = {}, timeout = 60)
34
33
  with_exception do
35
34
  uri = URI.join(host, pathname)
36
- RestClient::Request.execute(method: :put, url: uri.to_s, payload: payload.to_json, headers: headers,
37
- timeout: timeout)
35
+ RestClient::Request.execute(method: :put, url: uri.to_s, payload: payload.to_json, headers:, timeout:)
38
36
  end
39
37
  end
40
38
 
@@ -4,8 +4,8 @@ module Nonnative
4
4
  class HTTPServer < Nonnative::Server
5
5
  def initialize(service)
6
6
  log = File.open(service.log, 'a')
7
- events = Puma::Events.new(log, log)
8
- @server = Puma::Server.new(app, events)
7
+ options = { log_writer: Puma::LogWriter.new(log, log) }
8
+ @server = Puma::Server.new(app, Puma::Events.new, options)
9
9
 
10
10
  super service
11
11
  end
@@ -6,13 +6,13 @@ module Nonnative
6
6
  @configuration = configuration
7
7
  end
8
8
 
9
- def start(&block)
9
+ def start(&)
10
10
  services.each(&:start)
11
- [servers, processes].each { |t| process(t, :start, :open?, &block) }
11
+ [servers, processes].each { |t| process(t, :start, :open?, &) }
12
12
  end
13
13
 
14
- def stop(&block)
15
- [processes, servers].each { |t| process(t, :stop, :closed?, &block) }
14
+ def stop(&)
15
+ [processes, servers].each { |t| process(t, :stop, :closed?, &) }
16
16
  services.each(&:stop)
17
17
  end
18
18
 
@@ -55,7 +55,7 @@ module Nonnative
55
55
  @services ||= configuration.services.map { |s| Nonnative::Service.new(s) }
56
56
  end
57
57
 
58
- def process(all, type_method, port_method, &block)
58
+ def process(all, type_method, port_method, &)
59
59
  types = []
60
60
  pids = []
61
61
  threads = []
@@ -68,7 +68,7 @@ module Nonnative
68
68
 
69
69
  ports = threads.map(&:value)
70
70
 
71
- yield_results(types, pids, ports, &block)
71
+ yield_results(types, pids, ports, &)
72
72
  end
73
73
 
74
74
  def yield_results(all, pids, ports)
@@ -6,8 +6,8 @@ module Nonnative
6
6
  @time = time
7
7
  end
8
8
 
9
- def perform(&block)
10
- ::Timeout.timeout(time, &block)
9
+ def perform(&)
10
+ ::Timeout.timeout(time, &)
11
11
  rescue ::Timeout::Error
12
12
  false
13
13
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.65.0'
4
+ VERSION = '1.67.0'
5
5
  end
data/nonnative.gemspec CHANGED
@@ -21,21 +21,21 @@ Gem::Specification.new do |spec|
21
21
  spec.bindir = 'exe'
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ['lib']
24
- spec.required_ruby_version = ['>= 3.0.0', '< 4.0.0']
24
+ spec.required_ruby_version = ['>= 3.1.0', '< 4.0.0']
25
25
  spec.metadata['rubygems_mfa_required'] = 'true'
26
26
 
27
27
  spec.add_dependency 'concurrent-ruby', '~> 1.0', '>= 1.0.5'
28
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
- spec.add_dependency 'puma', '~> 5.0'
31
+ spec.add_dependency 'puma', '~> 6.0'
32
32
  spec.add_dependency 'rest-client', '~> 2.1'
33
33
  spec.add_dependency 'rspec-benchmark', '~> 0.6.0'
34
34
  spec.add_dependency 'rspec-expectations', '~> 3.9', '>= 3.9.2'
35
- spec.add_dependency 'sinatra', '~> 2.0', '>= 2.0.8.1'
35
+ spec.add_dependency 'sinatra', '>= 2.0.8.1', '< 4'
36
36
 
37
37
  spec.add_development_dependency 'bundler', '~> 2.3'
38
38
  spec.add_development_dependency 'coveralls_reborn', '~> 0.25.0'
39
39
  spec.add_development_dependency 'rubocop', '~> 1.30'
40
- spec.add_development_dependency 'solargraph', '~> 0.45.0'
40
+ spec.add_development_dependency 'solargraph', '~> 0.47.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.65.0
4
+ version: 1.67.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-08-08 00:00:00.000000000 Z
11
+ date: 2022-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -90,14 +90,14 @@ dependencies:
90
90
  requirements:
91
91
  - - "~>"
92
92
  - !ruby/object:Gem::Version
93
- version: '5.0'
93
+ version: '6.0'
94
94
  type: :runtime
95
95
  prerelease: false
96
96
  version_requirements: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - "~>"
99
99
  - !ruby/object:Gem::Version
100
- version: '5.0'
100
+ version: '6.0'
101
101
  - !ruby/object:Gem::Dependency
102
102
  name: rest-client
103
103
  requirement: !ruby/object:Gem::Requirement
@@ -150,22 +150,22 @@ dependencies:
150
150
  name: sinatra
151
151
  requirement: !ruby/object:Gem::Requirement
152
152
  requirements:
153
- - - "~>"
154
- - !ruby/object:Gem::Version
155
- version: '2.0'
156
153
  - - ">="
157
154
  - !ruby/object:Gem::Version
158
155
  version: 2.0.8.1
156
+ - - "<"
157
+ - !ruby/object:Gem::Version
158
+ version: '4'
159
159
  type: :runtime
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
162
162
  requirements:
163
- - - "~>"
164
- - !ruby/object:Gem::Version
165
- version: '2.0'
166
163
  - - ">="
167
164
  - !ruby/object:Gem::Version
168
165
  version: 2.0.8.1
166
+ - - "<"
167
+ - !ruby/object:Gem::Version
168
+ version: '4'
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: bundler
171
171
  requirement: !ruby/object:Gem::Requirement
@@ -214,14 +214,14 @@ dependencies:
214
214
  requirements:
215
215
  - - "~>"
216
216
  - !ruby/object:Gem::Version
217
- version: 0.45.0
217
+ version: 0.47.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.45.0
224
+ version: 0.47.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
@@ -294,7 +294,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
294
294
  requirements:
295
295
  - - ">="
296
296
  - !ruby/object:Gem::Version
297
- version: 3.0.0
297
+ version: 3.1.0
298
298
  - - "<"
299
299
  - !ruby/object:Gem::Version
300
300
  version: 4.0.0