ruboconf-rails 1.16.0 → 1.18.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: 8d454fc33454a2bb0247b57928626a75349e3f9ab6809e1d225de5c6aa87764d
4
- data.tar.gz: 8c50a41191a614769fe3d7d01b7cb66ab9266877e717f937ebc1d58a27515166
3
+ metadata.gz: 18564b71a1e26015ebd0d5ffd0a970df1ac4e4fd895a83c4ea9fc0d5eededf2e
4
+ data.tar.gz: ce84b41f359929f5ebd4e0a2ab42872ebdc8ac332311ddf4e3768b21e324fc2b
5
5
  SHA512:
6
- metadata.gz: f96062f0ff9f1a0161236ea7e5165dc5b3692c0b0f99e953b7de9350ab45b5b54bf1cc5bab3eafe7c9695341f3c2aceb84339ad2baf987a706064fb1d90d4e88
7
- data.tar.gz: f22d5e66153923d01e6fc5015b036711860f2ac5b121161092739c07a055e2aacc3a406f8694d49d646547228f15ae71c4a8c1a7a8fbebb9555aa2965c9fc821
6
+ metadata.gz: 3630228afe6d1d815c8ab55406f548d954e187584a468ea3ef4403f8b4003a4728248985599417b3f2e35a132a6dd6f25fc52bf7ef1ca2ec21f63f5522821c70
7
+ data.tar.gz: 7e1e998dcb84b8eb2a2496eb2cbc31699fa4cfb09c38bc58be2becf1cb9b49a172e3c8f38d918812ea9607adec069f53a18e7ccfebdeb8e75234f0e55039c19d
data/Gemfile CHANGED
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- source 'https://rubygems.org'
3
+ source "https://rubygems.org"
4
4
 
5
5
  # Specify your gem's dependencies in ruboconf.gemspec
6
6
  gemspec
7
7
 
8
- gem 'rake', '~> 13.2'
8
+ gem "rake", "~> 13.2"
data/Gemfile.lock CHANGED
@@ -1,15 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruboconf-rails (1.16.0)
5
- ruboconf (~> 1.15.0)
6
- rubocop-rails (>= 2.23, < 2.27)
4
+ ruboconf-rails (1.18.0)
5
+ ruboconf (~> 1.17.0)
6
+ rubocop-rails (>= 2.23, < 2.30)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.2.1)
11
+ activesupport (8.0.1)
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)
@@ -19,55 +20,60 @@ GEM
19
20
  minitest (>= 5.1)
20
21
  securerandom (>= 0.3)
21
22
  tzinfo (~> 2.0, >= 2.0.5)
23
+ uri (>= 0.13.1)
22
24
  ast (2.4.2)
23
25
  base64 (0.2.0)
24
- bigdecimal (3.1.8)
25
- concurrent-ruby (1.3.4)
26
- connection_pool (2.4.1)
26
+ benchmark (0.4.0)
27
+ bigdecimal (3.1.9)
28
+ concurrent-ruby (1.3.5)
29
+ connection_pool (2.5.0)
27
30
  drb (2.2.1)
28
- i18n (1.14.6)
31
+ i18n (1.14.7)
29
32
  concurrent-ruby (~> 1.0)
30
- json (2.7.2)
33
+ json (2.9.1)
31
34
  language_server-protocol (3.17.0.3)
32
- logger (1.6.1)
33
- minitest (5.25.1)
35
+ logger (1.6.5)
36
+ minitest (5.25.4)
34
37
  parallel (1.26.3)
35
- parser (3.3.5.0)
38
+ parser (3.3.7.0)
36
39
  ast (~> 2.4.1)
37
40
  racc
38
41
  racc (1.8.1)
39
- rack (3.1.7)
42
+ rack (3.1.8)
40
43
  rainbow (3.1.1)
41
44
  rake (13.2.1)
42
- regexp_parser (2.9.2)
43
- ruboconf (1.15.0)
44
- rubocop (~> 1.66.0)
45
- rubocop-performance (~> 1.22.0)
46
- rubocop (1.66.1)
45
+ regexp_parser (2.10.0)
46
+ ruboconf (1.17.0)
47
+ rubocop (~> 1.70.0)
48
+ rubocop-performance (~> 1.23.0)
49
+ rubocop (1.70.0)
47
50
  json (~> 2.3)
48
51
  language_server-protocol (>= 3.17.0)
49
52
  parallel (~> 1.10)
50
53
  parser (>= 3.3.0.2)
51
54
  rainbow (>= 2.2.2, < 4.0)
52
- regexp_parser (>= 2.4, < 3.0)
53
- rubocop-ast (>= 1.32.2, < 2.0)
55
+ regexp_parser (>= 2.9.3, < 3.0)
56
+ rubocop-ast (>= 1.36.2, < 2.0)
54
57
  ruby-progressbar (~> 1.7)
55
- unicode-display_width (>= 2.4.0, < 3.0)
56
- rubocop-ast (1.32.3)
58
+ unicode-display_width (>= 2.4.0, < 4.0)
59
+ rubocop-ast (1.37.0)
57
60
  parser (>= 3.3.1.0)
58
- rubocop-performance (1.22.1)
61
+ rubocop-performance (1.23.1)
59
62
  rubocop (>= 1.48.1, < 2.0)
60
63
  rubocop-ast (>= 1.31.1, < 2.0)
61
- rubocop-rails (2.26.1)
64
+ rubocop-rails (2.29.0)
62
65
  activesupport (>= 4.2.0)
63
66
  rack (>= 1.1)
64
67
  rubocop (>= 1.52.0, < 2.0)
65
68
  rubocop-ast (>= 1.31.1, < 2.0)
66
69
  ruby-progressbar (1.13.0)
67
- securerandom (0.3.1)
70
+ securerandom (0.4.1)
68
71
  tzinfo (2.0.6)
69
72
  concurrent-ruby (~> 1.0)
70
- unicode-display_width (2.6.0)
73
+ unicode-display_width (3.1.4)
74
+ unicode-emoji (~> 4.0, >= 4.0.4)
75
+ unicode-emoji (4.0.4)
76
+ uri (1.0.2)
71
77
 
72
78
  PLATFORMS
73
79
  x86_64-linux
data/Rakefile CHANGED
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'bundler/gem_tasks'
3
+ require "bundler/gem_tasks"
data/cops/rails.yml CHANGED
@@ -117,6 +117,9 @@ Rails/MatchRoute:
117
117
  Rails/MigrationClassName:
118
118
  Enabled: true
119
119
 
120
+ Rails/MultipleRoutePaths:
121
+ Enabled: true
122
+
120
123
  Rails/NegateInclude:
121
124
  Enabled: true
122
125
 
@@ -165,6 +168,9 @@ Rails/SquishedSQLHeredocs:
165
168
  Rails/StripHeredoc:
166
169
  Enabled: true
167
170
 
171
+ Rails/StrongParametersExpect:
172
+ Enabled: true
173
+
168
174
  Rails/ThreeStateBooleanColumn:
169
175
  Enabled: true
170
176
 
@@ -1,18 +1,18 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  Gem::Specification.new do |spec|
4
- spec.name = 'ruboconf-rails'
5
- spec.version = '1.16.0'
6
- spec.authors = ['Richard Böhme']
7
- spec.email = ['richard.boehme1999@gmail.com']
4
+ spec.name = "ruboconf-rails"
5
+ spec.version = "1.18.0"
6
+ spec.authors = ["Richard Böhme"]
7
+ spec.email = ["richard.boehme1999@gmail.com"]
8
8
 
9
- spec.summary = 'Opinionated RuboCop Rails configuration for personal projects.'
10
- spec.homepage = 'https://github.com/richardboehme/ruboconf-rails'
11
- spec.license = 'MIT'
12
- spec.required_ruby_version = '>= 2.7.0'
9
+ spec.summary = "Opinionated RuboCop Rails configuration for personal projects."
10
+ spec.homepage = "https://github.com/richardboehme/ruboconf-rails"
11
+ spec.license = "MIT"
12
+ spec.required_ruby_version = ">= 2.7.0"
13
13
 
14
- spec.metadata['homepage_uri'] = spec.homepage
15
- spec.metadata['source_code_uri'] = 'https://github.com/richardboehme/ruboconf-rails'
14
+ spec.metadata["homepage_uri"] = spec.homepage
15
+ spec.metadata["source_code_uri"] = "https://github.com/richardboehme/ruboconf-rails"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
18
18
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  end
23
23
  end
24
24
 
25
- spec.add_dependency 'ruboconf', '~> 1.15.0'
26
- spec.add_dependency 'rubocop-rails', '>= 2.23', '< 2.27'
27
- spec.metadata['rubygems_mfa_required'] = 'true'
25
+ spec.add_dependency "ruboconf", "~> 1.17.0"
26
+ spec.add_dependency "rubocop-rails", ">= 2.23", "< 2.30"
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.16.0
4
+ version: 1.18.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: 2024-09-20 00:00:00.000000000 Z
11
+ date: 2025-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboconf
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.15.0
19
+ version: 1.17.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.15.0
26
+ version: 1.17.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '2.23'
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: '2.27'
36
+ version: '2.30'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '2.23'
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: '2.27'
46
+ version: '2.30'
47
47
  description:
48
48
  email:
49
49
  - richard.boehme1999@gmail.com