ruboconf-rails 1.12.0 → 1.13.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: 38e539578d1520fbdba53e3b1a5274a686e77debbe0b9bb0fb2a1df0b00347a1
4
- data.tar.gz: 2bfdbea82584e80471bd5b264874b35f1dd6696731541ad8dc2409f6f6574212
3
+ metadata.gz: 2d213bf6fbd7d1e425337436b638b41025838e98c7d551a432da134bdce72427
4
+ data.tar.gz: 908edc5722f156727a462377fae6839a55680ad231435bb459c7ef069d7b05b6
5
5
  SHA512:
6
- metadata.gz: 86588d96e5244d9bd60f5659f1991b4bf2e65f7e5e9884513883190e5e592e76068efee30a0c4222cc7db3c5672ed87f0e79941718a2133d6e0c041775c9a985
7
- data.tar.gz: 8c7351045cb1176b3697fa2cbf8bcc95f023b9bfdc50f0984b690731498ee22abc5929b8d9bcfedfc62d2408faa680cae85309e6a554ffaed7c4b22adf1fc4f8
6
+ metadata.gz: df266eedce4d264366a6c58d66bec1dd4a045cd4fbe5470a371bfe60416552132bc1d829de86124ea90c5b755d31d4b7a53de15693c4ba05ab75cb3ff72e0eaa
7
+ data.tar.gz: 471defcd8219408425f03da9a9968b04592b6e6d494cbfbe4a0fd325521e274360dd43e9052eeb0b018b545f927cf5bc811507b7eec19a08e3bb694ce717e5a6
data/Gemfile.lock CHANGED
@@ -1,62 +1,75 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruboconf-rails (1.12.0)
5
- ruboconf (~> 1.12.0)
6
- rubocop-rails (~> 2.20)
4
+ ruboconf-rails (1.13.0)
5
+ ruboconf (~> 1.13.0)
6
+ rubocop-rails (~> 2.22)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.0.6)
11
+ activesupport (7.1.2)
12
+ base64
13
+ bigdecimal
12
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ connection_pool (>= 2.2.5)
16
+ drb
13
17
  i18n (>= 1.6, < 2)
14
18
  minitest (>= 5.1)
19
+ mutex_m
15
20
  tzinfo (~> 2.0)
16
21
  ast (2.4.2)
22
+ base64 (0.2.0)
23
+ bigdecimal (3.1.4)
17
24
  concurrent-ruby (1.2.2)
25
+ connection_pool (2.4.1)
26
+ drb (2.2.0)
27
+ ruby2_keywords
18
28
  i18n (1.14.1)
19
29
  concurrent-ruby (~> 1.0)
20
- json (2.6.3)
30
+ json (2.7.1)
21
31
  language_server-protocol (3.17.0.3)
22
- minitest (5.18.1)
32
+ minitest (5.20.0)
33
+ mutex_m (0.2.0)
23
34
  parallel (1.23.0)
24
- parser (3.2.2.3)
35
+ parser (3.2.2.4)
25
36
  ast (~> 2.4.1)
26
37
  racc
27
- racc (1.7.1)
38
+ racc (1.7.3)
28
39
  rack (3.0.8)
29
40
  rainbow (3.1.1)
30
41
  rake (13.0.6)
31
- regexp_parser (2.8.1)
32
- rexml (3.2.5)
33
- ruboconf (1.12.0)
34
- rubocop (~> 1.54)
35
- rubocop-performance (~> 1.18)
36
- rubocop (1.54.0)
42
+ regexp_parser (2.8.3)
43
+ rexml (3.2.6)
44
+ ruboconf (1.13.0)
45
+ rubocop (~> 1.58)
46
+ rubocop-performance (~> 1.19)
47
+ rubocop (1.58.0)
37
48
  json (~> 2.3)
38
49
  language_server-protocol (>= 3.17.0)
39
50
  parallel (~> 1.10)
40
- parser (>= 3.2.2.3)
51
+ parser (>= 3.2.2.4)
41
52
  rainbow (>= 2.2.2, < 4.0)
42
53
  regexp_parser (>= 1.8, < 3.0)
43
54
  rexml (>= 3.2.5, < 4.0)
44
- rubocop-ast (>= 1.28.0, < 2.0)
55
+ rubocop-ast (>= 1.30.0, < 2.0)
45
56
  ruby-progressbar (~> 1.7)
46
57
  unicode-display_width (>= 2.4.0, < 3.0)
47
- rubocop-ast (1.29.0)
58
+ rubocop-ast (1.30.0)
48
59
  parser (>= 3.2.1.0)
49
- rubocop-performance (1.18.0)
60
+ rubocop-performance (1.19.1)
50
61
  rubocop (>= 1.7.0, < 2.0)
51
62
  rubocop-ast (>= 0.4.0)
52
- rubocop-rails (2.20.2)
63
+ rubocop-rails (2.22.2)
53
64
  activesupport (>= 4.2.0)
54
65
  rack (>= 1.1)
55
66
  rubocop (>= 1.33.0, < 2.0)
67
+ rubocop-ast (>= 1.30.0, < 2.0)
56
68
  ruby-progressbar (1.13.0)
69
+ ruby2_keywords (0.0.5)
57
70
  tzinfo (2.0.6)
58
71
  concurrent-ruby (~> 1.0)
59
- unicode-display_width (2.4.2)
72
+ unicode-display_width (2.5.0)
60
73
 
61
74
  PLATFORMS
62
75
  x86_64-linux
data/cops/rails.yml CHANGED
@@ -39,6 +39,9 @@ Rails/BulkChangeTable:
39
39
  Rails/CompactBlank:
40
40
  Enabled: true
41
41
 
42
+ Rails/DangerousColumnNames:
43
+ Enabled: true
44
+
42
45
  Rails/Date:
43
46
  Enabled: true
44
47
 
@@ -60,6 +63,9 @@ Rails/DurationArithmetic:
60
63
  Rails/EagerEvaluationLogMessage:
61
64
  Enabled: true
62
65
 
66
+ Rails/EnvLocal:
67
+ Enabled: true
68
+
63
69
  Rails/ExpandedDateRange:
64
70
  Enabled: true
65
71
 
@@ -111,6 +117,9 @@ Rails/Pluck:
111
117
  Rails/PluckInWhere:
112
118
  Enabled: true
113
119
 
120
+ Rails/RedundantActiveRecordAllMethod:
121
+ Enabled: true
122
+
114
123
  Rails/RedundantPresenceValidationOnBelongsTo:
115
124
  Enabled: true
116
125
 
@@ -135,6 +144,9 @@ Rails/RootPathnameMethods:
135
144
  Rails/RootPublicPath:
136
145
  Enabled: true
137
146
 
147
+ Rails/SelectMap:
148
+ Enabled: true
149
+
138
150
  Rails/ShortI18n:
139
151
  Enabled: true
140
152
 
@@ -166,6 +178,9 @@ Rails/TransactionExitStatement:
166
178
  Rails/UnusedIgnoredColumns:
167
179
  Enabled: true
168
180
 
181
+ Rails/UnusedRenderContent:
182
+ Enabled: true
183
+
169
184
  Rails/WhereEquals:
170
185
  Enabled: true
171
186
 
@@ -179,4 +194,4 @@ Rails/WhereNot:
179
194
  Enabled: true
180
195
 
181
196
  Rails/WhereNotWithMultipleConditions:
182
- Enabled: false
197
+ Enabled: false
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'ruboconf-rails'
5
- spec.version = '1.12.0'
5
+ spec.version = '1.13.0'
6
6
  spec.authors = ['Richard Böhme']
7
7
  spec.email = ['richard.boehme1999@gmail.com']
8
8
 
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  end
23
23
  end
24
24
 
25
- spec.add_dependency 'ruboconf', '~> 1.12.0'
26
- spec.add_dependency 'rubocop-rails', '~> 2.20'
25
+ spec.add_dependency 'ruboconf', '~> 1.13.0'
26
+ spec.add_dependency 'rubocop-rails', '~> 2.22'
27
27
  spec.metadata['rubygems_mfa_required'] = 'true'
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboconf-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Böhme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-01 00:00:00.000000000 Z
11
+ date: 2023-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboconf
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.12.0
19
+ version: 1.13.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.12.0
26
+ version: 1.13.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.20'
33
+ version: '2.22'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '2.20'
40
+ version: '2.22'
41
41
  description:
42
42
  email:
43
43
  - richard.boehme1999@gmail.com