ruboconf-rails 1.19.0 → 1.20.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: cfc7fec74e92bd5928d9eb11b4a926a3f0fb7af7806e1ed1aaafed4365f514e8
4
- data.tar.gz: 971379c211c91733fa92daa412c4a01a1f8af48c91faa279560d6b31723a099d
3
+ metadata.gz: 0d7f14d0d02b6cc0036f14fbfb9419494d6023c164a8593936a6881f4b0b9d37
4
+ data.tar.gz: 3a5048e9206f46085d2516c7760f6272e497b699c6b96a23e82687202cd0f288
5
5
  SHA512:
6
- metadata.gz: 458a16cc4fadc58af7a76737ad0c7668fedc1efd207b6792aa4bbefccdf98fcf1eaec7b94d9697a201f493fb91e953dba9dd4bdeec49bdff4c73efcdf5d20a25
7
- data.tar.gz: 7ebf4d9cd80d495fef6b1d0d3edbd26aa59e966119e5780e0e3b249a8663e2c08943cc5ec008b2deb9011eec761def179dacc9a9aca6bc6e575cf49097f4d22a
6
+ metadata.gz: 5c486a5a1faab7a3eceb6f81da73525fb99a8aa466447a7f0b24727499bb8c47924dc9f01d44de1b966a35c7a067c35a534971b8b809dee421f7c431a2744edc
7
+ data.tar.gz: f7e7116a194b0dbcf1a7fdf058fd68074887d7c931855f037166cf98c03f23aeb1f98cc7be2452fb9b26c26bce5b01a828f8d644bca2384a6d4e729faa505944
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 3.3.0
1
+ ruby 4.0.0
data/Gemfile.lock CHANGED
@@ -1,21 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruboconf-rails (1.19.0)
5
- ruboconf (~> 1.18.0)
6
- rubocop-rails (~> 2.32.0)
4
+ ruboconf-rails (1.20.0)
5
+ ruboconf (~> 1.19.0)
6
+ rubocop-rails (~> 2.34.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (8.0.2)
11
+ activesupport (8.1.1)
12
12
  base64
13
- benchmark (>= 0.3)
14
13
  bigdecimal
15
14
  concurrent-ruby (~> 1.0, >= 1.3.1)
16
15
  connection_pool (>= 2.2.5)
17
16
  drb
18
17
  i18n (>= 1.6, < 2)
18
+ json
19
19
  logger (>= 1.4.2)
20
20
  minitest (>= 5.1)
21
21
  securerandom (>= 0.3)
@@ -23,32 +23,32 @@ GEM
23
23
  uri (>= 0.13.1)
24
24
  ast (2.4.3)
25
25
  base64 (0.3.0)
26
- benchmark (0.4.1)
27
- bigdecimal (3.2.2)
28
- concurrent-ruby (1.3.5)
29
- connection_pool (2.5.3)
26
+ bigdecimal (4.0.1)
27
+ concurrent-ruby (1.3.6)
28
+ connection_pool (3.0.2)
30
29
  drb (2.2.3)
31
- i18n (1.14.7)
30
+ i18n (1.14.8)
32
31
  concurrent-ruby (~> 1.0)
33
- json (2.12.2)
32
+ json (2.18.0)
34
33
  language_server-protocol (3.17.0.5)
35
34
  lint_roller (1.1.0)
36
35
  logger (1.7.0)
37
- minitest (5.25.5)
36
+ minitest (6.0.1)
37
+ prism (~> 1.5)
38
38
  parallel (1.27.0)
39
- parser (3.3.8.0)
39
+ parser (3.3.10.0)
40
40
  ast (~> 2.4.1)
41
41
  racc
42
- prism (1.4.0)
42
+ prism (1.7.0)
43
43
  racc (1.8.1)
44
- rack (3.1.16)
44
+ rack (3.2.4)
45
45
  rainbow (3.1.1)
46
- rake (13.2.1)
47
- regexp_parser (2.10.0)
48
- ruboconf (1.18.0)
49
- rubocop (~> 1.77.0)
50
- rubocop-performance (~> 1.25.0)
51
- rubocop (1.77.0)
46
+ rake (13.3.1)
47
+ regexp_parser (2.11.3)
48
+ ruboconf (1.19.0)
49
+ rubocop (~> 1.82.1)
50
+ rubocop-performance (~> 1.26.1)
51
+ rubocop (1.82.1)
52
52
  json (~> 2.3)
53
53
  language_server-protocol (~> 3.17.0.2)
54
54
  lint_roller (~> 1.1.0)
@@ -56,17 +56,17 @@ GEM
56
56
  parser (>= 3.3.0.2)
57
57
  rainbow (>= 2.2.2, < 4.0)
58
58
  regexp_parser (>= 2.9.3, < 3.0)
59
- rubocop-ast (>= 1.45.1, < 2.0)
59
+ rubocop-ast (>= 1.48.0, < 2.0)
60
60
  ruby-progressbar (~> 1.7)
61
61
  unicode-display_width (>= 2.4.0, < 4.0)
62
- rubocop-ast (1.45.1)
62
+ rubocop-ast (1.49.0)
63
63
  parser (>= 3.3.7.2)
64
- prism (~> 1.4)
65
- rubocop-performance (1.25.0)
64
+ prism (~> 1.7)
65
+ rubocop-performance (1.26.1)
66
66
  lint_roller (~> 1.1)
67
67
  rubocop (>= 1.75.0, < 2.0)
68
- rubocop-ast (>= 1.38.0, < 2.0)
69
- rubocop-rails (2.32.0)
68
+ rubocop-ast (>= 1.47.1, < 2.0)
69
+ rubocop-rails (2.34.2)
70
70
  activesupport (>= 4.2.0)
71
71
  lint_roller (~> 1.1)
72
72
  rack (>= 1.1)
@@ -76,10 +76,10 @@ GEM
76
76
  securerandom (0.4.1)
77
77
  tzinfo (2.0.6)
78
78
  concurrent-ruby (~> 1.0)
79
- unicode-display_width (3.1.4)
80
- unicode-emoji (~> 4.0, >= 4.0.4)
81
- unicode-emoji (4.0.4)
82
- uri (1.0.3)
79
+ unicode-display_width (3.2.0)
80
+ unicode-emoji (~> 4.1)
81
+ unicode-emoji (4.2.0)
82
+ uri (1.1.1)
83
83
 
84
84
  PLATFORMS
85
85
  x86_64-linux
data/cops/rails.yml CHANGED
@@ -72,6 +72,9 @@ Rails/EnumSyntax:
72
72
  Rails/EnumUniqueness:
73
73
  Enabled: true
74
74
 
75
+ Rails/Env:
76
+ Enabled: true
77
+
75
78
  Rails/EnvLocal:
76
79
  Enabled: true
77
80
 
@@ -84,12 +87,18 @@ Rails/FilePath:
84
87
  Rails/FindById:
85
88
  Enabled: true
86
89
 
90
+ Rails/FindByOrAssignmentMemoization:
91
+ Enabled: true
92
+
87
93
  Rails/FreezeTime:
88
94
  Enabled: true
89
95
 
90
96
  Rails/HasManyOrHasOneDependent:
91
97
  Enabled: true
92
98
 
99
+ Rails/HttpStatusNameConsistency:
100
+ Enabled: true
101
+
93
102
  Rails/I18nLazyLookup:
94
103
  Enabled: true
95
104
 
@@ -123,12 +132,18 @@ Rails/MultipleRoutePaths:
123
132
  Rails/NegateInclude:
124
133
  Enabled: true
125
134
 
135
+ Rails/OrderArguments:
136
+ Enabled: true
137
+
126
138
  Rails/Pluck:
127
139
  Enabled: true
128
140
 
129
141
  Rails/PluckInWhere:
130
142
  Enabled: true
131
143
 
144
+ Rails/RedirectBackOrTo:
145
+ Enabled: true
146
+
132
147
  Rails/RedundantActiveRecordAllMethod:
133
148
  Enabled: true
134
149
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "ruboconf-rails"
5
- spec.version = "1.19.0"
5
+ spec.version = "1.20.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.18.0"
26
- spec.add_dependency "rubocop-rails", "~> 2.32.0"
25
+ spec.add_dependency "ruboconf", "~> 1.19.0"
26
+ spec.add_dependency "rubocop-rails", "~> 2.34.2"
27
27
  spec.metadata["rubygems_mfa_required"] = "true"
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboconf-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Böhme
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-06-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: ruboconf
@@ -16,29 +15,28 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 1.18.0
18
+ version: 1.19.0
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: 1.18.0
25
+ version: 1.19.0
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: rubocop-rails
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: 2.32.0
32
+ version: 2.34.2
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: 2.32.0
41
- description:
39
+ version: 2.34.2
42
40
  email:
43
41
  - richard.boehme1999@gmail.com
44
42
  executables: []
@@ -64,7 +62,6 @@ metadata:
64
62
  homepage_uri: https://github.com/richardboehme/ruboconf-rails
65
63
  source_code_uri: https://github.com/richardboehme/ruboconf-rails
66
64
  rubygems_mfa_required: 'true'
67
- post_install_message:
68
65
  rdoc_options: []
69
66
  require_paths:
70
67
  - lib
@@ -79,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
76
  - !ruby/object:Gem::Version
80
77
  version: '0'
81
78
  requirements: []
82
- rubygems_version: 3.5.3
83
- signing_key:
79
+ rubygems_version: 4.0.3
84
80
  specification_version: 4
85
81
  summary: Opinionated RuboCop Rails configuration for personal projects.
86
82
  test_files: []