dashbrains-rubocop-config 1.0.6 → 1.0.7

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: 7e890c37766577824e2dd9e13a17419a069905e33278148422dc7e1afc633be0
4
- data.tar.gz: ef286f72b12ef4b637d41f82a7085f151b11b099356e2ad7701dac249521fd09
3
+ metadata.gz: a021a084f42605919633d85aef4b9108ddf5685e2ed966034256a3dcd74d7602
4
+ data.tar.gz: ed4ba5d028a29139f6f98ac6acba40a58103de5154d1766287c5712dd783aab0
5
5
  SHA512:
6
- metadata.gz: 19fa076ab801e64fe5c26420ebd4f302e2ce1197cb1bfbe239507fbfe203f2d8d3829c353162a12f0d03b071f2e68317baa8e434b5b62207e03676347908c5c0
7
- data.tar.gz: e73bf2173f5e0c1305e29522a047841678b6f66a8a1885f62b509cfbb23f8db2c9009275f2d28590c1d3579f45d7b24994d889d759dab7d185a2502e265ffbd0
6
+ metadata.gz: 8c77aae0b9eafce5623660b79bb105737e845e2cb91655e3e9473afab419af0d0259964c768e88bab52275f75faf8270b0c96297cb64b31d2bcebe3f8b54c790
7
+ data.tar.gz: 83b88ad5d2d7ce73980d238b730bfdabc976450b32395e2cdb79588ea2daa71f8faa52c90baa45485ea1d454db12ee947a92f4b41e1d96e83122c0005b4dbefb
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.4.1
1
+ 3.4.4
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 3.4.1
1
+ ruby 3.4.4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7](https://github.com/DashBrains/rubocop-config/compare/v1.0.6...v1.0.7) (2025-06-12)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release 1.0.7 ([ac74218](https://github.com/DashBrains/rubocop-config/commit/ac74218aa78f5b2ef83893f7f6263d8914292e3e))
9
+
3
10
  ## [1.0.6](https://github.com/DashBrains/rubocop-config/compare/v1.1.0...v1.0.6) (2025-02-08)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dashbrains-rubocop-config (1.0.6)
4
+ dashbrains-rubocop-config (1.0.7)
5
5
  rubocop
6
6
  rubocop-capybara
7
7
  rubocop-factory_bot
@@ -17,7 +17,7 @@ PATH
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- activesupport (8.0.1)
20
+ activesupport (8.0.2)
21
21
  base64
22
22
  benchmark (>= 0.3)
23
23
  bigdecimal
@@ -30,88 +30,100 @@ GEM
30
30
  securerandom (>= 0.3)
31
31
  tzinfo (~> 2.0, >= 2.0.5)
32
32
  uri (>= 0.13.1)
33
- ast (2.4.2)
34
- base64 (0.2.0)
35
- benchmark (0.4.0)
36
- bigdecimal (3.1.9)
33
+ ast (2.4.3)
34
+ base64 (0.3.0)
35
+ benchmark (0.4.1)
36
+ bigdecimal (3.2.2)
37
37
  bundler-audit (0.9.2)
38
38
  bundler (>= 1.2.0, < 3)
39
39
  thor (~> 1.0)
40
40
  concurrent-ruby (1.3.5)
41
- connection_pool (2.5.0)
42
- drb (2.2.1)
41
+ connection_pool (2.5.3)
42
+ drb (2.2.3)
43
43
  i18n (1.14.7)
44
44
  concurrent-ruby (~> 1.0)
45
- json (2.9.1)
46
- language_server-protocol (3.17.0.4)
45
+ json (2.12.2)
46
+ language_server-protocol (3.17.0.5)
47
47
  lint_roller (1.1.0)
48
- logger (1.6.5)
49
- minitest (5.25.4)
50
- parallel (1.26.3)
51
- parser (3.3.7.1)
48
+ logger (1.7.0)
49
+ minitest (5.25.5)
50
+ parallel (1.27.0)
51
+ parser (3.3.8.0)
52
52
  ast (~> 2.4.1)
53
53
  racc
54
+ prism (1.4.0)
54
55
  racc (1.8.1)
55
- rack (3.1.9)
56
+ rack (3.1.16)
56
57
  rainbow (3.1.1)
57
58
  regexp_parser (2.10.0)
58
- rubocop (1.70.0)
59
+ rubocop (1.75.8)
59
60
  json (~> 2.3)
60
- language_server-protocol (>= 3.17.0)
61
+ language_server-protocol (~> 3.17.0.2)
62
+ lint_roller (~> 1.1.0)
61
63
  parallel (~> 1.10)
62
64
  parser (>= 3.3.0.2)
63
65
  rainbow (>= 2.2.2, < 4.0)
64
66
  regexp_parser (>= 2.9.3, < 3.0)
65
- rubocop-ast (>= 1.36.2, < 2.0)
67
+ rubocop-ast (>= 1.44.0, < 2.0)
66
68
  ruby-progressbar (~> 1.7)
67
69
  unicode-display_width (>= 2.4.0, < 4.0)
68
- rubocop-ast (1.38.0)
69
- parser (>= 3.3.1.0)
70
- rubocop-capybara (2.21.0)
71
- rubocop (~> 1.41)
72
- rubocop-factory_bot (2.26.1)
73
- rubocop (~> 1.61)
74
- rubocop-graphql (1.5.4)
75
- rubocop (>= 1.50, < 2)
76
- rubocop-minitest (0.36.0)
77
- rubocop (>= 1.61, < 2.0)
78
- rubocop-ast (>= 1.31.1, < 2.0)
79
- rubocop-performance (1.23.1)
80
- rubocop (>= 1.48.1, < 2.0)
81
- rubocop-ast (>= 1.31.1, < 2.0)
82
- rubocop-rails (2.29.1)
70
+ rubocop-ast (1.45.1)
71
+ parser (>= 3.3.7.2)
72
+ prism (~> 1.4)
73
+ rubocop-capybara (2.22.1)
74
+ lint_roller (~> 1.1)
75
+ rubocop (~> 1.72, >= 1.72.1)
76
+ rubocop-factory_bot (2.27.1)
77
+ lint_roller (~> 1.1)
78
+ rubocop (~> 1.72, >= 1.72.1)
79
+ rubocop-graphql (1.5.6)
80
+ lint_roller (~> 1.1)
81
+ rubocop (>= 1.72.1, < 2)
82
+ rubocop-minitest (0.38.1)
83
+ lint_roller (~> 1.1)
84
+ rubocop (>= 1.75.0, < 2.0)
85
+ rubocop-ast (>= 1.38.0, < 2.0)
86
+ rubocop-performance (1.25.0)
87
+ lint_roller (~> 1.1)
88
+ rubocop (>= 1.75.0, < 2.0)
89
+ rubocop-ast (>= 1.38.0, < 2.0)
90
+ rubocop-rails (2.32.0)
83
91
  activesupport (>= 4.2.0)
92
+ lint_roller (~> 1.1)
84
93
  rack (>= 1.1)
85
- rubocop (>= 1.52.0, < 2.0)
86
- rubocop-ast (>= 1.31.1, < 2.0)
87
- rubocop-rspec (3.4.0)
88
- rubocop (~> 1.61)
89
- rubocop-rspec_rails (2.30.0)
90
- rubocop (~> 1.61)
91
- rubocop-rspec (~> 3, >= 3.0.1)
92
- rubocop-sorbet (0.8.7)
93
- rubocop (>= 1)
94
+ rubocop (>= 1.75.0, < 2.0)
95
+ rubocop-ast (>= 1.44.0, < 2.0)
96
+ rubocop-rspec (3.6.0)
97
+ lint_roller (~> 1.1)
98
+ rubocop (~> 1.72, >= 1.72.1)
99
+ rubocop-rspec_rails (2.31.0)
100
+ lint_roller (~> 1.1)
101
+ rubocop (~> 1.72, >= 1.72.1)
102
+ rubocop-rspec (~> 3.5)
103
+ rubocop-sorbet (0.10.3)
104
+ lint_roller
105
+ rubocop (>= 1.75.2)
94
106
  ruby-progressbar (1.13.0)
95
107
  securerandom (0.4.1)
96
- standard (1.44.0)
108
+ standard (1.50.0)
97
109
  language_server-protocol (~> 3.17.0.2)
98
110
  lint_roller (~> 1.0)
99
- rubocop (~> 1.70.0)
111
+ rubocop (~> 1.75.5)
100
112
  standard-custom (~> 1.0.0)
101
- standard-performance (~> 1.6)
113
+ standard-performance (~> 1.8)
102
114
  standard-custom (1.0.2)
103
115
  lint_roller (~> 1.0)
104
116
  rubocop (~> 1.50)
105
- standard-performance (1.6.0)
117
+ standard-performance (1.8.0)
106
118
  lint_roller (~> 1.1)
107
- rubocop-performance (~> 1.23.0)
119
+ rubocop-performance (~> 1.25.0)
108
120
  thor (1.3.2)
109
121
  tzinfo (2.0.6)
110
122
  concurrent-ruby (~> 1.0)
111
123
  unicode-display_width (3.1.4)
112
124
  unicode-emoji (~> 4.0, >= 4.0.4)
113
125
  unicode-emoji (4.0.4)
114
- uri (1.0.2)
126
+ uri (1.0.3)
115
127
 
116
128
  PLATFORMS
117
129
  arm64-darwin-22
@@ -137,4 +149,4 @@ DEPENDENCIES
137
149
  standard
138
150
 
139
151
  BUNDLED WITH
140
- 2.6.3
152
+ 2.6.9
data/lib/version.rb CHANGED
@@ -4,7 +4,7 @@
4
4
  module Dashbrains
5
5
  module Rubocop
6
6
  module Config
7
- VERSION = '1.0.6'
7
+ VERSION = '1.0.7'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dashbrains-rubocop-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - DashBrains
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-08 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rubocop
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
209
209
  - !ruby/object:Gem::Version
210
210
  version: '0'
211
211
  requirements: []
212
- rubygems_version: 3.6.2
212
+ rubygems_version: 3.6.7
213
213
  specification_version: 4
214
214
  summary: Rubocop config for DashBrains
215
215
  test_files: []