runger_style 2.17.0 → 2.19.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: fcaf1aff4d7642b89db816b1ee012b2f403e1582b7e51912781cb61e0855b4dd
4
- data.tar.gz: 6df7657ef3a0e5eadaa83eb3a840fe10ff029fd721c03bc8d3eec6d15f09ad42
3
+ metadata.gz: 52b7ec4ab4f8afdb2d3ab17f3911d83bcafe987eb85ff6bebeced804caa5baff
4
+ data.tar.gz: 830896f6baf2f122977ad15a3ee58c451931c1a3fd82684f47719d246c1aab25
5
5
  SHA512:
6
- metadata.gz: ec1e76079a5170c29f1f64a908541e7001f6f1c7be9ba011a84237fd12386cdfd64a052aaca772aa53aab46a10737bfeefb288203bff92d1bd00dae64c123489
7
- data.tar.gz: 808fa9bd84f74865d92339602fbd6e0c5563b83bc2e1751ed384dfb0f9171c29e59fa8705e44fd0799750d5d4733d20bfd1561b145822ac594748e24555da502
6
+ metadata.gz: 0b858cefcc55a40c277571ce4e4f523ae635d85ae5a070020babfe765f6cd9d13af19d0c2412a1c7e9dd38bffdbaff71f8dd898b373f97ecc6d043f04a477917
7
+ data.tar.gz: 86f89ae424301dc356de57bc72e81bfafed93b19aeb4592603accaed6e3f717f6510085bf225c102d98dd33a4477f3e5438c9039aeed708e5b789b0e7c01bb5e
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.4
1
+ 3.3.6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v2.19.0 (2024-12-10)
2
+ - Disable `Style/SafeNavigationChainLength` cop.
3
+
4
+ ## v2.18.0 (2024-12-10)
5
+ - Remove upper bounds on versions for all dependencies.
6
+
1
7
  ## v2.17.0 (2024-09-03)
2
8
  - Ignore long annotate comments about indexes (re: `Layout/LineLength`)
3
9
 
data/Gemfile.lock CHANGED
@@ -1,15 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (2.17.0)
4
+ runger_style (2.19.0)
5
5
  prism (>= 0.24.0)
6
- rubocop (>= 1.38.0, < 2)
6
+ rubocop (>= 1.38.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.2.1)
11
+ activesupport (7.2.2)
12
12
  base64
13
+ benchmark (>= 0.3)
13
14
  bigdecimal
14
15
  concurrent-ruby (~> 1.0, >= 1.3.1)
15
16
  connection_pool (>= 2.2.5)
@@ -21,64 +22,67 @@ GEM
21
22
  tzinfo (~> 2.0, >= 2.0.5)
22
23
  ast (2.4.2)
23
24
  base64 (0.2.0)
25
+ benchmark (0.4.0)
24
26
  bigdecimal (3.1.8)
25
27
  concurrent-ruby (1.3.4)
26
28
  connection_pool (2.4.1)
29
+ date (3.4.1)
27
30
  drb (2.2.1)
28
- i18n (1.14.5)
31
+ i18n (1.14.6)
29
32
  concurrent-ruby (~> 1.0)
30
- io-console (0.7.2)
31
- irb (1.14.0)
33
+ io-console (0.8.0)
34
+ irb (1.14.1)
32
35
  rdoc (>= 4.0.0)
33
36
  reline (>= 0.4.2)
34
- json (2.7.2)
37
+ json (2.9.0)
35
38
  language_server-protocol (3.17.0.3)
36
- logger (1.6.1)
37
- memo_wise (1.9.0)
38
- minitest (5.25.1)
39
+ logger (1.6.2)
40
+ memo_wise (1.10.0)
41
+ minitest (5.25.4)
39
42
  parallel (1.26.3)
40
- parser (3.3.4.2)
43
+ parser (3.3.6.0)
41
44
  ast (~> 2.4.1)
42
45
  racc
43
- prism (1.0.0)
44
- psych (5.1.2)
46
+ prism (1.2.0)
47
+ psych (5.2.1)
48
+ date
45
49
  stringio
46
50
  racc (1.8.1)
47
- rack (3.1.7)
51
+ rack (3.1.8)
48
52
  rainbow (3.1.1)
49
53
  rake (13.2.1)
50
- rdoc (6.7.0)
54
+ rdoc (6.8.1)
51
55
  psych (>= 4.0.0)
52
- regexp_parser (2.9.2)
53
- reline (0.5.9)
56
+ regexp_parser (2.9.3)
57
+ reline (0.5.12)
54
58
  io-console (~> 0.5)
55
- rubocop (1.66.0)
59
+ rubocop (1.69.1)
56
60
  json (~> 2.3)
57
61
  language_server-protocol (>= 3.17.0)
58
62
  parallel (~> 1.10)
59
63
  parser (>= 3.3.0.2)
60
64
  rainbow (>= 2.2.2, < 4.0)
61
- regexp_parser (>= 2.4, < 3.0)
62
- rubocop-ast (>= 1.32.1, < 2.0)
65
+ regexp_parser (>= 2.9.3, < 3.0)
66
+ rubocop-ast (>= 1.36.2, < 2.0)
63
67
  ruby-progressbar (~> 1.7)
64
- unicode-display_width (>= 2.4.0, < 3.0)
65
- rubocop-ast (1.32.2)
68
+ unicode-display_width (>= 2.4.0, < 4.0)
69
+ rubocop-ast (1.36.2)
66
70
  parser (>= 3.3.1.0)
67
71
  rubocop-capybara (2.21.0)
68
72
  rubocop (~> 1.41)
69
73
  rubocop-factory_bot (2.26.1)
70
74
  rubocop (~> 1.61)
71
- rubocop-performance (1.21.1)
75
+ rubocop-performance (1.23.0)
72
76
  rubocop (>= 1.48.1, < 2.0)
73
77
  rubocop-ast (>= 1.31.1, < 2.0)
74
- rubocop-rails (2.26.0)
78
+ rubocop-rails (2.27.0)
75
79
  activesupport (>= 4.2.0)
76
80
  rack (>= 1.1)
77
81
  rubocop (>= 1.52.0, < 2.0)
78
82
  rubocop-ast (>= 1.31.1, < 2.0)
79
83
  rubocop-rake (0.6.0)
80
84
  rubocop (~> 1.0)
81
- rubocop-rspec (3.0.4)
85
+ rubocop-rspec (3.2.0)
82
86
  rubocop (~> 1.61)
83
87
  rubocop-rspec_rails (2.30.0)
84
88
  rubocop (~> 1.61)
@@ -89,12 +93,14 @@ GEM
89
93
  memo_wise (>= 1.7, < 2)
90
94
  rainbow (>= 3.0, < 4)
91
95
  slop (~> 4.8)
92
- securerandom (0.3.1)
96
+ securerandom (0.4.0)
93
97
  slop (4.10.1)
94
- stringio (3.1.1)
98
+ stringio (3.1.2)
95
99
  tzinfo (2.0.6)
96
100
  concurrent-ruby (~> 1.0)
97
- unicode-display_width (2.5.0)
101
+ unicode-display_width (3.1.2)
102
+ unicode-emoji (~> 4.0, >= 4.0.4)
103
+ unicode-emoji (4.0.4)
98
104
 
99
105
  PLATFORMS
100
106
  ruby
@@ -115,7 +121,7 @@ DEPENDENCIES
115
121
  runger_style!
116
122
 
117
123
  RUBY VERSION
118
- ruby 3.3.4p94
124
+ ruby 3.3.6p108
119
125
 
120
126
  BUNDLED WITH
121
- 2.5.11
127
+ 2.5.23
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '2.17.0'
4
+ VERSION = '2.19.0'
5
5
  end
data/rulesets/default.yml CHANGED
@@ -232,6 +232,8 @@ Style/RescueStandardError:
232
232
  Enabled: false
233
233
  Style/ReturnNil:
234
234
  Enabled: false
235
+ Style/SafeNavigationChainLength:
236
+ Enabled: false
235
237
  Style/Semicolon:
236
238
  AllowAsExpressionSeparator: true
237
239
  Enabled: true
data/runger_style.gemspec CHANGED
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.required_ruby_version = ">= #{required_ruby_version}"
30
30
 
31
31
  spec.add_dependency('prism', '>= 0.24.0')
32
- spec.add_dependency('rubocop', '>= 1.38.0', '< 2')
32
+ spec.add_dependency('rubocop', '>= 1.38.0')
33
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.17.0
4
+ version: 2.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-03 00:00:00.000000000 Z
11
+ date: 2024-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prism
@@ -31,9 +31,6 @@ dependencies:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.38.0
34
- - - "<"
35
- - !ruby/object:Gem::Version
36
- version: '2'
37
34
  type: :runtime
38
35
  prerelease: false
39
36
  version_requirements: !ruby/object:Gem::Requirement
@@ -41,9 +38,6 @@ dependencies:
41
38
  - - ">="
42
39
  - !ruby/object:Gem::Version
43
40
  version: 1.38.0
44
- - - "<"
45
- - !ruby/object:Gem::Version
46
- version: '2'
47
41
  description: Shared rubocop rules for the preferred Ruby coding style of @davidrunger
48
42
  email:
49
43
  - davidjrunger@gmail.com
@@ -104,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
98
  - !ruby/object:Gem::Version
105
99
  version: '0'
106
100
  requirements: []
107
- rubygems_version: 3.5.17
101
+ rubygems_version: 3.5.23
108
102
  signing_key:
109
103
  specification_version: 4
110
104
  summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger