runger_style 5.11.0 → 5.13.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: 2e5ac45091ec83b79fc74932f213b2eb643ebb4db50f7c7306bfcf81c1627bad
4
- data.tar.gz: c66f6a1f34fada275b86da923cd94d4b91133eea65ab5099aad34cd6b897cb3d
3
+ metadata.gz: 2ceb9657ba17efdcf21c36598f209ae52f455dd7d3e73740c44404c2394edd39
4
+ data.tar.gz: 5cd731214359052a0878c11ba16f833853eb385965ae0b94b760a9f5887b478b
5
5
  SHA512:
6
- metadata.gz: '080b63b71c8f9f7ad960a7905af9c2bfe1cf140938009779f9f0783bfbb0b00679167cb27a712d9fb10037f5f95ddc757e88997ee56f970a6ad2c80b71f2a03a'
7
- data.tar.gz: 741d6454051d361b8a9111c10bdbe8698dc7cf4c58a4eee3a6ca1795452b5a56e80ffadb8740bd52eb8d1db5dfe57a0913352f0b91c5d1f051ad495b34c0f847
6
+ metadata.gz: 68c17c3f0aca951c9dc250e2c823bd1acce605fc28937a5123388633b841a1a3db673b3a8c29a3438e876c8fbaef39a9ade9812a04c4532ff7cc0608131b46f1
7
+ data.tar.gz: 9d554271efe5b45c6ad13a7043cf34b782f2ece7a976350df44b470370f1a5c0a730722a04018ea36e59072028e8662a5c965afafbbea443c69532933c00ea58
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.4.7
1
+ 4.0.1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  ## Unreleased
2
2
  [no unreleased changes yet]
3
3
 
4
+ ## v5.13.0 (2026-02-26)
5
+ - [default] Disable `Style/OneClassPerFile` cop.
6
+
7
+ ## v5.12.0 (2026-01-28)
8
+ - [default] Disable `Style/HashLookupMethod` cop.
9
+
4
10
  ## v5.11.0 (2025-11-24)
5
11
  - Disable `Rails/Env` cop.
6
12
 
data/Gemfile.lock CHANGED
@@ -1,22 +1,23 @@
1
1
  GIT
2
2
  remote: https://github.com/davidrunger/pry-byebug.git
3
- revision: 0b596b133d49f9d1dcf7bd6210604cfd60c45cba
3
+ revision: 7c0c1cac48b00f51e652a25423aeccd5eed5c966
4
4
  specs:
5
5
  pry-byebug (3.10.1)
6
6
  pry (>= 0.13)
7
+ readline (>= 0.0.4)
7
8
  runger_byebug (>= 11.0)
8
9
 
9
10
  PATH
10
11
  remote: .
11
12
  specs:
12
- runger_style (5.11.0)
13
+ runger_style (5.13.0)
13
14
  prism (>= 0.24.0)
14
15
  rubocop (>= 1.72.0)
15
16
 
16
17
  GEM
17
18
  remote: https://rubygems.org/
18
19
  specs:
19
- activesupport (8.1.1)
20
+ activesupport (8.1.2)
20
21
  base64
21
22
  bigdecimal
22
23
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -29,52 +30,66 @@ GEM
29
30
  securerandom (>= 0.3)
30
31
  tzinfo (~> 2.0, >= 2.0.5)
31
32
  uri (>= 0.13.1)
33
+ addressable (2.8.8)
34
+ public_suffix (>= 2.0.2, < 8.0)
32
35
  ast (2.4.3)
33
36
  base64 (0.3.0)
34
- bigdecimal (3.3.1)
37
+ bigdecimal (4.0.1)
35
38
  coderay (1.1.3)
36
- concurrent-ruby (1.3.5)
37
- connection_pool (2.5.4)
38
- date (3.5.0)
39
+ concurrent-ruby (1.3.6)
40
+ connection_pool (3.0.2)
41
+ date (3.5.1)
39
42
  diff-lcs (1.6.2)
40
43
  drb (2.2.3)
41
- erb (6.0.0)
42
- i18n (1.14.7)
44
+ erb (6.0.2)
45
+ i18n (1.14.8)
43
46
  concurrent-ruby (~> 1.0)
44
- io-console (0.8.1)
45
- irb (1.15.3)
47
+ io-console (0.8.2)
48
+ irb (1.17.0)
46
49
  pp (>= 0.6.0)
50
+ prism (>= 1.3.0)
47
51
  rdoc (>= 4.0.0)
48
52
  reline (>= 0.4.2)
49
- json (2.16.0)
53
+ json (2.18.1)
54
+ json-schema (6.1.0)
55
+ addressable (~> 2.8)
56
+ bigdecimal (>= 3.1, < 5)
50
57
  language_server-protocol (3.17.0.5)
51
58
  lint_roller (1.1.0)
52
59
  logger (1.7.0)
60
+ mcp (0.7.1)
61
+ json-schema (>= 4.1)
53
62
  memo_wise (1.13.0)
54
63
  method_source (1.1.0)
55
- minitest (5.26.2)
64
+ minitest (6.0.2)
65
+ drb (~> 2.0)
66
+ prism (~> 1.5)
56
67
  parallel (1.27.0)
57
- parser (3.3.10.0)
68
+ parser (3.3.10.2)
58
69
  ast (~> 2.4.1)
59
70
  racc
60
71
  pp (0.6.3)
61
72
  prettyprint
62
73
  prettyprint (0.2.0)
63
- prism (1.6.0)
64
- pry (0.15.2)
74
+ prism (1.9.0)
75
+ pry (0.16.0)
65
76
  coderay (~> 1.1)
66
77
  method_source (~> 1.0)
67
- psych (5.2.6)
78
+ reline (>= 0.6.0)
79
+ psych (5.3.1)
68
80
  date
69
81
  stringio
82
+ public_suffix (7.0.2)
70
83
  racc (1.8.1)
71
- rack (3.2.4)
84
+ rack (3.2.5)
72
85
  rainbow (3.1.1)
73
86
  rake (13.3.1)
74
- rdoc (6.15.1)
87
+ rdoc (7.2.0)
75
88
  erb
76
89
  psych (>= 4.0.0)
77
90
  tsort
91
+ readline (0.0.4)
92
+ reline
78
93
  regexp_parser (2.11.3)
79
94
  reline (0.6.3)
80
95
  io-console (~> 0.5)
@@ -90,21 +105,22 @@ GEM
90
105
  rspec-mocks (3.13.7)
91
106
  diff-lcs (>= 1.2.0, < 2.0)
92
107
  rspec-support (~> 3.13.0)
93
- rspec-support (3.13.6)
94
- rubocop (1.81.7)
108
+ rspec-support (3.13.7)
109
+ rubocop (1.85.0)
95
110
  json (~> 2.3)
96
111
  language_server-protocol (~> 3.17.0.2)
97
112
  lint_roller (~> 1.1.0)
113
+ mcp (~> 0.6)
98
114
  parallel (~> 1.10)
99
115
  parser (>= 3.3.0.2)
100
116
  rainbow (>= 2.2.2, < 4.0)
101
117
  regexp_parser (>= 2.9.3, < 3.0)
102
- rubocop-ast (>= 1.47.1, < 2.0)
118
+ rubocop-ast (>= 1.49.0, < 2.0)
103
119
  ruby-progressbar (~> 1.7)
104
120
  unicode-display_width (>= 2.4.0, < 4.0)
105
- rubocop-ast (1.48.0)
121
+ rubocop-ast (1.49.0)
106
122
  parser (>= 3.3.7.2)
107
- prism (~> 1.4)
123
+ prism (~> 1.7)
108
124
  rubocop-capybara (2.22.1)
109
125
  lint_roller (~> 1.1)
110
126
  rubocop (~> 1.72, >= 1.72.1)
@@ -115,7 +131,7 @@ GEM
115
131
  lint_roller (~> 1.1)
116
132
  rubocop (>= 1.75.0, < 2.0)
117
133
  rubocop-ast (>= 1.47.1, < 2.0)
118
- rubocop-rails (2.34.1)
134
+ rubocop-rails (2.34.3)
119
135
  activesupport (>= 4.2.0)
120
136
  lint_roller (~> 1.1)
121
137
  rack (>= 1.1)
@@ -124,7 +140,7 @@ GEM
124
140
  rubocop-rake (0.7.1)
125
141
  lint_roller (~> 1.1)
126
142
  rubocop (>= 1.72.1)
127
- rubocop-rspec (3.8.0)
143
+ rubocop-rspec (3.9.0)
128
144
  lint_roller (~> 1.1)
129
145
  rubocop (~> 1.81)
130
146
  rubocop-rspec_rails (2.32.0)
@@ -143,13 +159,13 @@ GEM
143
159
  slop (~> 4.8)
144
160
  securerandom (0.4.1)
145
161
  slop (4.10.1)
146
- stringio (3.1.8)
162
+ stringio (3.2.0)
147
163
  tsort (0.2.0)
148
164
  tzinfo (2.0.6)
149
165
  concurrent-ruby (~> 1.0)
150
166
  unicode-display_width (3.2.0)
151
167
  unicode-emoji (~> 4.1)
152
- unicode-emoji (4.1.0)
168
+ unicode-emoji (4.2.0)
153
169
  uri (1.1.1)
154
170
 
155
171
  PLATFORMS
@@ -173,71 +189,76 @@ DEPENDENCIES
173
189
  runger_style!
174
190
 
175
191
  CHECKSUMS
176
- activesupport (8.1.1) sha256=5e92534e8d0c8b8b5e6b16789c69dbea65c1d7b752269f71a39422e9546cea67
192
+ activesupport (8.1.2) sha256=88842578ccd0d40f658289b0e8c842acfe9af751afee2e0744a7873f50b6fdae
193
+ addressable (2.8.8) sha256=7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
177
194
  ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
178
195
  base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
179
- bigdecimal (3.3.1) sha256=eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218
196
+ bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
180
197
  coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
181
- concurrent-ruby (1.3.5) sha256=813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6
182
- connection_pool (2.5.4) sha256=e9e1922327416091f3f6542f5f4446c2a20745276b9aa796dd0bb2fd0ea1e70a
183
- date (3.5.0) sha256=5e74fd6c04b0e65d97ad4f3bb5cb2d8efb37f386cc848f46310b4593ffc46ee5
198
+ concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
199
+ connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
200
+ date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
184
201
  diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
185
202
  drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
186
- erb (6.0.0) sha256=2730893f9d8c9733f16cab315a4e4b71c1afa9cabc1a1e7ad1403feba8f52579
187
- i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
188
- io-console (0.8.1) sha256=1e15440a6b2f67b6ea496df7c474ed62c860ad11237f29b3bd187f054b925fcb
189
- irb (1.15.3) sha256=4349edff1efa7ff7bfd34cb9df74a133a588ba88c2718098b3b4468b81184aaa
190
- json (2.16.0) sha256=ca5630320bb5ca23ebfd0bac84532fab56eb357575653b815b9df42c051e1525
203
+ erb (6.0.2) sha256=9fe6264d44f79422c87490a1558479bd0e7dad4dd0e317656e67ea3077b5242b
204
+ i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
205
+ io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
206
+ irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
207
+ json (2.18.1) sha256=fe112755501b8d0466b5ada6cf50c8c3f41e897fa128ac5d263ec09eedc9f986
208
+ json-schema (6.1.0) sha256=6bf70a2cfb6dfd5a06da28093fa8190f324c88eabd36a7f47097f227321dc702
191
209
  language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
192
210
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
193
211
  logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
212
+ mcp (0.7.1) sha256=fa967895d6952bad0d981ea907731d8528d2c246d2079d56a9c8bae83d14f1c7
194
213
  memo_wise (1.13.0) sha256=30220c38c4cef410849bc73553c58664dc2c91c6379e4a1df22aea02358b716b
195
214
  method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
196
- minitest (5.26.2) sha256=f021118a6185b9ba9f5af71f2ba103ad770c75afde9f2ab8da512677c550cde3
215
+ minitest (6.0.2) sha256=db6e57956f6ecc6134683b4c87467d6dd792323c7f0eea7b93f66bd284adbc3d
197
216
  parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
198
- parser (3.3.10.0) sha256=ce3587fa5cc55a88c4ba5b2b37621b3329aadf5728f9eafa36bbd121462aabd6
217
+ parser (3.3.10.2) sha256=6f60c84aa4bdcedb6d1a2434b738fe8a8136807b6adc8f7f53b97da9bc4e9357
199
218
  pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
200
219
  prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
201
- prism (1.6.0) sha256=bfc0281a81718c4872346bc858dc84abd3a60cae78336c65ad35c8fbff641c6b
202
- pry (0.15.2) sha256=12d54b8640d3fa29c9211dd4ffb08f3fd8bf7a4fd9b5a73ce5b59c8709385b6b
220
+ prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
221
+ pry (0.16.0) sha256=d76c69065698ed1f85e717bd33d7942c38a50868f6b0673c636192b3d1b6054e
203
222
  pry-byebug (3.10.1)
204
- psych (5.2.6) sha256=814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e
223
+ psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
224
+ public_suffix (7.0.2) sha256=9114090c8e4e7135c1fd0e7acfea33afaab38101884320c65aaa0ffb8e26a857
205
225
  racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
206
- rack (3.2.4) sha256=5d74b6f75082a643f43c1e76b419c40f0e5527fcfee1e669ac1e6b73c0ccb6f6
226
+ rack (3.2.5) sha256=4cbd0974c0b79f7a139b4812004a62e4c60b145cba76422e288ee670601ed6d3
207
227
  rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
208
228
  rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
209
- rdoc (6.15.1) sha256=28bfac73cd8b226a8079f53a564ceaccdb5b4480e34335100001570ddb1a481a
229
+ rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
230
+ readline (0.0.4) sha256=6138eef17be2b98298b672c3ea63bf9cb5158d401324f26e1e84f235879c1d6a
210
231
  regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
211
232
  reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
212
233
  rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
213
234
  rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
214
235
  rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
215
236
  rspec-mocks (3.13.7) sha256=0979034e64b1d7a838aaaddf12bf065ea4dc40ef3d4c39f01f93ae2c66c62b1c
216
- rspec-support (3.13.6) sha256=2e8de3702427eab064c9352fe74488cc12a1bfae887ad8b91cba480ec9f8afb2
217
- rubocop (1.81.7) sha256=6fb5cc298c731691e2a414fe0041a13eb1beed7bab23aec131da1bcc527af094
218
- rubocop-ast (1.48.0) sha256=22df9bbf3f7a6eccde0fad54e68547ae1e2a704bf8719e7c83813a99c05d2e76
237
+ rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
238
+ rubocop (1.85.0) sha256=317407feb681a07d54f64d2f9e1d6b6af1ce7678e51cd658e3ad8bd66da48c01
239
+ rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
219
240
  rubocop-capybara (2.22.1) sha256=ced88caef23efea53f46e098ff352f8fc1068c649606ca75cb74650970f51c0c
220
241
  rubocop-factory_bot (2.28.0) sha256=4b17fc02124444173317e131759d195b0d762844a71a29fe8139c1105d92f0cb
221
242
  rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
222
- rubocop-rails (2.34.1) sha256=77a092ed1f05405a9e2ca1bee3d13b78ed0c3cc5342671a2d4f7de2056ee6a6e
243
+ rubocop-rails (2.34.3) sha256=10d37989024865ecda8199f311f3faca990143fbac967de943f88aca11eb9ad2
223
244
  rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
224
- rubocop-rspec (3.8.0) sha256=28440dccb3f223a9938ca1f946bd3438275b8c6c156dab909e2cb8bc424cab33
245
+ rubocop-rspec (3.9.0) sha256=8fa70a3619408237d789aeecfb9beef40576acc855173e60939d63332fdb55e2
225
246
  rubocop-rspec_rails (2.32.0) sha256=4a0d641c72f6ebb957534f539d9d0a62c47abd8ce0d0aeee1ef4701e892a9100
226
247
  ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
227
248
  runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
228
249
  runger_release_assistant (4.3.1) sha256=3246c925240739eb12b9e6b9526a77ea00fcf0a0941441ff5ffacefb7e3e4d83
229
- runger_style (5.11.0)
250
+ runger_style (5.13.0)
230
251
  securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
231
252
  slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
232
- stringio (3.1.8) sha256=99c43c3a9302843cca223fd985bfc503dd50a4b1723d3e4a9eb1d9c37d99e4ec
253
+ stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
233
254
  tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
234
255
  tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
235
256
  unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
236
- unicode-emoji (4.1.0) sha256=4997d2d5df1ed4252f4830a9b6e86f932e2013fbff2182a9ce9ccabda4f325a5
257
+ unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
237
258
  uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
238
259
 
239
260
  RUBY VERSION
240
- ruby 3.4.7p58
261
+ ruby 4.0.1
241
262
 
242
263
  BUNDLED WITH
243
- 2.7.2
264
+ 4.0.6
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '5.11.0'
4
+ VERSION = '5.13.0'
5
5
  end
data/rulesets/default.yml CHANGED
@@ -161,6 +161,8 @@ Style/GuardClause:
161
161
  Enabled: false
162
162
  Style/HashLikeCase:
163
163
  Enabled: false
164
+ Style/HashLookupMethod:
165
+ Enabled: false
164
166
  Style/HashSyntax:
165
167
  Enabled: true
166
168
  EnforcedShorthandSyntax: always
@@ -243,6 +245,8 @@ Style/Next:
243
245
  Enabled: false
244
246
  Style/NumericPredicate:
245
247
  Enabled: false
248
+ Style/OneClassPerFile:
249
+ Enabled: false
246
250
  Style/ParenthesesAroundCondition:
247
251
  Enabled: false
248
252
  Style/RedundantArgument:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.11.0
4
+ version: 5.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
@@ -101,14 +101,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - ">="
103
103
  - !ruby/object:Gem::Version
104
- version: 3.4.0
104
+ version: 4.0.0
105
105
  required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 3.7.2
111
+ rubygems_version: 4.0.6
112
112
  specification_version: 4
113
113
  summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger
114
114
  test_files: []