nonnative 1.105.0 → 1.106.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: e593258652f5f9e9cd3589b76671686a910993a6c95a88c858ac2c47cb2e55e1
4
- data.tar.gz: db1f47ee5351d9158a6250fa6534d57712231cdfc713c313782bcafac573d746
3
+ metadata.gz: 4af34d84ed760b0a33edd9f74337bab269444b369c91f9064c71ed08e1764839
4
+ data.tar.gz: ba1975f4ed3992aa0baa96e433837f49834b266e27cb294113bca923a39a0444
5
5
  SHA512:
6
- metadata.gz: c889bae024b9de59f418d7d91b779fbb1e8338ebcb6a7e8b55bb030d2f6bea5211fff0b3c4cfa663f99e25a5d4f3d280dd6a95cc3bab25a77a042d4c6d231468
7
- data.tar.gz: e1bf01dd532917746d21966df7ac2aefc43f55c7dea69a7d0e9586801275622a4218cda4b3822f1537cc53e3e96cb79a41179ac146cc3773f2cb6e8aae4c64d1
6
+ metadata.gz: 52ac6a8714ac1936e6d38a33bfd483f8f426e577b3aa611628e48344ab68149f0e9cada2055d59233f1598013c73bd9ed5dd2652edccc5fca4c9dbeeed1b7aab
7
+ data.tar.gz: e3c3c03136ca11ab388bc7b1d932627f89c37656f66605a90a619423d4c368ba38407d0d4a8aeb09276baba2b84895af3ebf8110f2357b8bfcedf68939790a72
data/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## [v1.106.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.106.0) - 2025-06-18
10
+
11
+ - [`c72e047`](https://github.com/alexfalkowski/nonnative/commit/c72e0470a5fdcf2a3cb8c52a7c8f62b0f2b22ec2) feat(deps): update rubocop (1.76.2) (#589)
12
+ - [`6f4b105`](https://github.com/alexfalkowski/nonnative/commit/6f4b105a40b0dd61747ef7ebd1f746e55dd91efc) test(grpc): use buf.build/grpc/ruby:v1.73.0 (#587)
13
+ - [`6ced9a4`](https://github.com/alexfalkowski/nonnative/commit/6ced9a4fcd2ecfc579dd44b3a461d85b4fb914b9) test(deps): bump grpc from 1.72.0 to 1.73.0 (#586)
14
+
9
15
  ## [v1.105.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.105.0) - 2025-06-16
10
16
 
11
17
  - [`54850d0`](https://github.com/alexfalkowski/nonnative/commit/54850d088a6d8100ad8fd9b4804d9945f16ede43) feat(cucumber): update to v10.0.0 (#585)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (1.105.0)
4
+ nonnative (1.106.0)
5
5
  concurrent-ruby (>= 1, < 2)
6
6
  config (>= 5, < 6)
7
7
  cucumber (>= 7, < 11)
@@ -71,10 +71,10 @@ GEM
71
71
  rake (>= 13)
72
72
  googleapis-common-protos-types (1.20.0)
73
73
  google-protobuf (>= 3.18, < 5.a)
74
- grpc (1.72.0-x86_64-darwin)
74
+ grpc (1.73.0-x86_64-darwin)
75
75
  google-protobuf (>= 3.25, < 5.0)
76
76
  googleapis-common-protos-types (~> 1.0)
77
- grpc (1.72.0-x86_64-linux)
77
+ grpc (1.73.0-x86_64-linux)
78
78
  google-protobuf (>= 3.25, < 5.0)
79
79
  googleapis-common-protos-types (~> 1.0)
80
80
  http-accept (1.7.0)
@@ -87,7 +87,7 @@ GEM
87
87
  mime-types (3.7.0)
88
88
  logger
89
89
  mime-types-data (~> 3.2025, >= 3.2025.0507)
90
- mime-types-data (3.2025.0610)
90
+ mime-types-data (3.2025.0617)
91
91
  mini_mime (1.1.5)
92
92
  multi_test (1.1.0)
93
93
  mustermann (3.0.3)
@@ -143,7 +143,7 @@ GEM
143
143
  rspec-support (3.13.4)
144
144
  rspec-wait (1.0.1)
145
145
  rspec (>= 3.4)
146
- rubocop (1.76.1)
146
+ rubocop (1.76.2)
147
147
  json (~> 2.3)
148
148
  language_server-protocol (~> 3.17.0.2)
149
149
  lint_roller (~> 1.1.0)
@@ -151,7 +151,7 @@ GEM
151
151
  parser (>= 3.3.0.2)
152
152
  rainbow (>= 2.2.2, < 4.0)
153
153
  regexp_parser (>= 2.9.3, < 3.0)
154
- rubocop-ast (>= 1.45.0, < 2.0)
154
+ rubocop-ast (>= 1.45.1, < 2.0)
155
155
  ruby-progressbar (~> 1.7)
156
156
  unicode-display_width (>= 2.4.0, < 4.0)
157
157
  rubocop-ast (1.45.1)
@@ -180,7 +180,7 @@ GEM
180
180
  rack-protection (= 4.1.1)
181
181
  rack-session (>= 2.0.0, < 3)
182
182
  tilt (~> 2.0)
183
- sorbet-runtime (0.5.12176)
183
+ sorbet-runtime (0.5.12184)
184
184
  sys-uname (1.3.1)
185
185
  ffi (~> 1.1)
186
186
  tilt (2.6.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.105.0'
4
+ VERSION = '1.106.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonnative
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Falkowski