human_enum 1.1.2 → 1.2.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 +4 -4
- data/.github/dependabot.yml +2 -2
- data/.github/workflows/tests.yml +15 -6
- data/.qlty/qlty.toml +109 -0
- data/CHANGELOG.md +5 -0
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile +14 -3
- data/Gemfile.lock +59 -51
- data/Gemfile.rails-6.1.lock +42 -34
- data/Gemfile.rails-7.0.lock +41 -33
- data/Gemfile.rails-7.1.lock +55 -42
- data/Gemfile.rails-7.2.lock +196 -0
- data/Gemfile.rails-8.0.lock +198 -0
- data/README.md +12 -7
- data/human_enum.gemspec +1 -1
- data/lib/human_enum/version.rb +1 -1
- data/lib/human_enum.rb +2 -2
- metadata +8 -9
- data/.codeclimate.yml +0 -4
data/Gemfile.rails-7.0.lock
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
human_enum (1.
|
5
|
-
activerecord (>= 6.1, <
|
4
|
+
human_enum (1.2.0)
|
5
|
+
activerecord (>= 6.1, < 9)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (7.0.8.
|
11
|
-
activesupport (= 7.0.8.
|
12
|
-
activerecord (7.0.8.
|
13
|
-
activemodel (= 7.0.8.
|
14
|
-
activesupport (= 7.0.8.
|
15
|
-
activesupport (7.0.8.
|
10
|
+
activemodel (7.0.8.7)
|
11
|
+
activesupport (= 7.0.8.7)
|
12
|
+
activerecord (7.0.8.7)
|
13
|
+
activemodel (= 7.0.8.7)
|
14
|
+
activesupport (= 7.0.8.7)
|
15
|
+
activesupport (7.0.8.7)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
17
|
i18n (>= 1.6, < 2)
|
18
18
|
minitest (>= 5.1)
|
@@ -21,16 +21,23 @@ GEM
|
|
21
21
|
base64 (0.1.2)
|
22
22
|
coderay (1.1.3)
|
23
23
|
concurrent-ruby (1.3.4)
|
24
|
-
diff-lcs (1.
|
24
|
+
diff-lcs (1.6.0)
|
25
25
|
docile (1.4.1)
|
26
|
-
ffi (1.
|
26
|
+
ffi (1.17.1-aarch64-linux-gnu)
|
27
|
+
ffi (1.17.1-arm-linux-gnu)
|
28
|
+
ffi (1.17.1-arm64-darwin)
|
29
|
+
ffi (1.17.1-x86-linux-gnu)
|
30
|
+
ffi (1.17.1-x86_64-darwin)
|
31
|
+
ffi (1.17.1-x86_64-linux-gnu)
|
27
32
|
formatador (1.1.0)
|
28
|
-
guard (2.19.
|
33
|
+
guard (2.19.1)
|
29
34
|
formatador (>= 0.2.4)
|
30
35
|
listen (>= 2.7, < 4.0)
|
36
|
+
logger (~> 1.6)
|
31
37
|
lumberjack (>= 1.0.12, < 2.0)
|
32
38
|
nenv (~> 0.1)
|
33
39
|
notiffany (~> 0.0)
|
40
|
+
ostruct (~> 0.6)
|
34
41
|
pry (>= 0.13.0)
|
35
42
|
shellany (~> 0.0)
|
36
43
|
thor (>= 0.18.1)
|
@@ -44,43 +51,44 @@ GEM
|
|
44
51
|
rubocop (< 2.0)
|
45
52
|
i18n (1.14.6)
|
46
53
|
concurrent-ruby (~> 1.0)
|
47
|
-
json (2.
|
48
|
-
language_server-protocol (3.17.0.
|
54
|
+
json (2.10.2)
|
55
|
+
language_server-protocol (3.17.0.4)
|
49
56
|
listen (3.9.0)
|
50
57
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
51
58
|
rb-inotify (~> 0.9, >= 0.9.10)
|
52
|
-
logger (1.6.
|
59
|
+
logger (1.6.3)
|
53
60
|
lumberjack (1.2.10)
|
54
61
|
method_source (1.1.0)
|
55
|
-
minitest (5.25.
|
62
|
+
minitest (5.25.4)
|
56
63
|
nenv (0.3.0)
|
57
64
|
notiffany (0.1.3)
|
58
65
|
nenv (~> 0.1)
|
59
66
|
shellany (~> 0.0)
|
67
|
+
ostruct (0.6.1)
|
60
68
|
parallel (1.26.3)
|
61
|
-
parser (3.3.
|
69
|
+
parser (3.3.7.1)
|
62
70
|
ast (~> 2.4.1)
|
63
71
|
racc
|
64
|
-
prism (1.
|
65
|
-
pry (0.
|
72
|
+
prism (1.3.0)
|
73
|
+
pry (0.15.2)
|
66
74
|
coderay (~> 1.1)
|
67
75
|
method_source (~> 1.0)
|
68
76
|
racc (1.8.1)
|
69
|
-
rack (3.1.
|
77
|
+
rack (3.1.12)
|
70
78
|
rainbow (3.1.1)
|
71
79
|
rake (13.2.1)
|
72
80
|
rb-fsevent (0.11.2)
|
73
81
|
rb-inotify (0.11.1)
|
74
82
|
ffi (~> 1.0)
|
75
|
-
rbs (3.
|
83
|
+
rbs (3.8.1)
|
76
84
|
logger
|
77
|
-
regexp_parser (2.
|
78
|
-
rexml (3.
|
85
|
+
regexp_parser (2.10.0)
|
86
|
+
rexml (3.4.1)
|
79
87
|
rspec (3.13.0)
|
80
88
|
rspec-core (~> 3.13.0)
|
81
89
|
rspec-expectations (~> 3.13.0)
|
82
90
|
rspec-mocks (~> 3.13.0)
|
83
|
-
rspec-core (3.13.
|
91
|
+
rspec-core (3.13.3)
|
84
92
|
rspec-support (~> 3.13.0)
|
85
93
|
rspec-expectations (3.13.3)
|
86
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -88,7 +96,7 @@ GEM
|
|
88
96
|
rspec-mocks (3.13.2)
|
89
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
90
98
|
rspec-support (~> 3.13.0)
|
91
|
-
rspec-support (3.13.
|
99
|
+
rspec-support (3.13.2)
|
92
100
|
rubocop (1.56.4)
|
93
101
|
base64 (~> 0.1.1)
|
94
102
|
json (~> 2.3)
|
@@ -101,12 +109,12 @@ GEM
|
|
101
109
|
rubocop-ast (>= 1.28.1, < 2.0)
|
102
110
|
ruby-progressbar (~> 1.7)
|
103
111
|
unicode-display_width (>= 2.4.0, < 3.0)
|
104
|
-
rubocop-ast (1.
|
112
|
+
rubocop-ast (1.38.1)
|
105
113
|
parser (>= 3.3.1.0)
|
106
|
-
rubocop-performance (1.
|
114
|
+
rubocop-performance (1.23.1)
|
107
115
|
rubocop (>= 1.48.1, < 2.0)
|
108
116
|
rubocop-ast (>= 1.31.1, < 2.0)
|
109
|
-
rubocop-rails (2.
|
117
|
+
rubocop-rails (2.29.1)
|
110
118
|
activesupport (>= 4.2.0)
|
111
119
|
rack (>= 1.1)
|
112
120
|
rubocop (>= 1.52.0, < 2.0)
|
@@ -115,15 +123,15 @@ GEM
|
|
115
123
|
rubocop (~> 1.0)
|
116
124
|
rubocop-rspec (3.0.0)
|
117
125
|
rubocop (~> 1.40)
|
118
|
-
ruby-lsp (0.
|
126
|
+
ruby-lsp (0.23.11)
|
119
127
|
language_server-protocol (~> 3.17.0)
|
120
128
|
prism (>= 1.2, < 2.0)
|
121
129
|
rbs (>= 3, < 4)
|
122
130
|
sorbet-runtime (>= 0.5.10782)
|
123
|
-
ruby-lsp-rails (0.
|
124
|
-
ruby-lsp (>= 0.
|
125
|
-
ruby-lsp-rspec (0.1.
|
126
|
-
ruby-lsp (~> 0.
|
131
|
+
ruby-lsp-rails (0.4.0)
|
132
|
+
ruby-lsp (>= 0.23.0, < 0.24.0)
|
133
|
+
ruby-lsp-rspec (0.1.22)
|
134
|
+
ruby-lsp (~> 0.23.0)
|
127
135
|
ruby-progressbar (1.13.0)
|
128
136
|
shellany (0.0.1)
|
129
137
|
simplecov (0.22.0)
|
@@ -132,7 +140,7 @@ GEM
|
|
132
140
|
simplecov_json_formatter (~> 0.1)
|
133
141
|
simplecov-html (0.13.1)
|
134
142
|
simplecov_json_formatter (0.1.4)
|
135
|
-
sorbet-runtime (0.5.
|
143
|
+
sorbet-runtime (0.5.11919)
|
136
144
|
sqlite3 (1.7.3-aarch64-linux)
|
137
145
|
sqlite3 (1.7.3-arm-linux)
|
138
146
|
sqlite3 (1.7.3-arm64-darwin)
|
data/Gemfile.rails-7.1.lock
CHANGED
@@ -1,45 +1,56 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
human_enum (1.
|
5
|
-
activerecord (>= 6.1, <
|
4
|
+
human_enum (1.2.0)
|
5
|
+
activerecord (>= 6.1, < 9)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (7.1.
|
11
|
-
activesupport (= 7.1.
|
12
|
-
activerecord (7.1.
|
13
|
-
activemodel (= 7.1.
|
14
|
-
activesupport (= 7.1.
|
10
|
+
activemodel (7.1.5.1)
|
11
|
+
activesupport (= 7.1.5.1)
|
12
|
+
activerecord (7.1.5.1)
|
13
|
+
activemodel (= 7.1.5.1)
|
14
|
+
activesupport (= 7.1.5.1)
|
15
15
|
timeout (>= 0.4.0)
|
16
|
-
activesupport (7.1.
|
16
|
+
activesupport (7.1.5.1)
|
17
17
|
base64
|
18
|
+
benchmark (>= 0.3)
|
18
19
|
bigdecimal
|
19
20
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
20
21
|
connection_pool (>= 2.2.5)
|
21
22
|
drb
|
22
23
|
i18n (>= 1.6, < 2)
|
24
|
+
logger (>= 1.4.2)
|
23
25
|
minitest (>= 5.1)
|
24
26
|
mutex_m
|
27
|
+
securerandom (>= 0.3)
|
25
28
|
tzinfo (~> 2.0)
|
26
29
|
ast (2.4.2)
|
27
30
|
base64 (0.1.2)
|
31
|
+
benchmark (0.4.0)
|
28
32
|
bigdecimal (3.1.8)
|
29
33
|
coderay (1.1.3)
|
30
34
|
concurrent-ruby (1.3.4)
|
31
35
|
connection_pool (2.4.1)
|
32
|
-
diff-lcs (1.
|
36
|
+
diff-lcs (1.6.0)
|
33
37
|
docile (1.4.1)
|
34
38
|
drb (2.2.1)
|
35
|
-
ffi (1.
|
39
|
+
ffi (1.17.1-aarch64-linux-gnu)
|
40
|
+
ffi (1.17.1-arm-linux-gnu)
|
41
|
+
ffi (1.17.1-arm64-darwin)
|
42
|
+
ffi (1.17.1-x86-linux-gnu)
|
43
|
+
ffi (1.17.1-x86_64-darwin)
|
44
|
+
ffi (1.17.1-x86_64-linux-gnu)
|
36
45
|
formatador (1.1.0)
|
37
|
-
guard (2.19.
|
46
|
+
guard (2.19.1)
|
38
47
|
formatador (>= 0.2.4)
|
39
48
|
listen (>= 2.7, < 4.0)
|
49
|
+
logger (~> 1.6)
|
40
50
|
lumberjack (>= 1.0.12, < 2.0)
|
41
51
|
nenv (~> 0.1)
|
42
52
|
notiffany (~> 0.0)
|
53
|
+
ostruct (~> 0.6)
|
43
54
|
pry (>= 0.13.0)
|
44
55
|
shellany (~> 0.0)
|
45
56
|
thor (>= 0.18.1)
|
@@ -53,44 +64,45 @@ GEM
|
|
53
64
|
rubocop (< 2.0)
|
54
65
|
i18n (1.14.6)
|
55
66
|
concurrent-ruby (~> 1.0)
|
56
|
-
json (2.
|
57
|
-
language_server-protocol (3.17.0.
|
67
|
+
json (2.10.2)
|
68
|
+
language_server-protocol (3.17.0.4)
|
58
69
|
listen (3.9.0)
|
59
70
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
60
71
|
rb-inotify (~> 0.9, >= 0.9.10)
|
61
|
-
logger (1.6.
|
72
|
+
logger (1.6.3)
|
62
73
|
lumberjack (1.2.10)
|
63
74
|
method_source (1.1.0)
|
64
|
-
minitest (5.25.
|
65
|
-
mutex_m (0.
|
75
|
+
minitest (5.25.4)
|
76
|
+
mutex_m (0.3.0)
|
66
77
|
nenv (0.3.0)
|
67
78
|
notiffany (0.1.3)
|
68
79
|
nenv (~> 0.1)
|
69
80
|
shellany (~> 0.0)
|
81
|
+
ostruct (0.6.1)
|
70
82
|
parallel (1.26.3)
|
71
|
-
parser (3.3.
|
83
|
+
parser (3.3.7.1)
|
72
84
|
ast (~> 2.4.1)
|
73
85
|
racc
|
74
|
-
prism (1.
|
75
|
-
pry (0.
|
86
|
+
prism (1.3.0)
|
87
|
+
pry (0.15.2)
|
76
88
|
coderay (~> 1.1)
|
77
89
|
method_source (~> 1.0)
|
78
90
|
racc (1.8.1)
|
79
|
-
rack (3.1.
|
91
|
+
rack (3.1.12)
|
80
92
|
rainbow (3.1.1)
|
81
93
|
rake (13.2.1)
|
82
94
|
rb-fsevent (0.11.2)
|
83
95
|
rb-inotify (0.11.1)
|
84
96
|
ffi (~> 1.0)
|
85
|
-
rbs (3.
|
97
|
+
rbs (3.8.1)
|
86
98
|
logger
|
87
|
-
regexp_parser (2.
|
88
|
-
rexml (3.
|
99
|
+
regexp_parser (2.10.0)
|
100
|
+
rexml (3.4.1)
|
89
101
|
rspec (3.13.0)
|
90
102
|
rspec-core (~> 3.13.0)
|
91
103
|
rspec-expectations (~> 3.13.0)
|
92
104
|
rspec-mocks (~> 3.13.0)
|
93
|
-
rspec-core (3.13.
|
105
|
+
rspec-core (3.13.3)
|
94
106
|
rspec-support (~> 3.13.0)
|
95
107
|
rspec-expectations (3.13.3)
|
96
108
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -98,7 +110,7 @@ GEM
|
|
98
110
|
rspec-mocks (3.13.2)
|
99
111
|
diff-lcs (>= 1.2.0, < 2.0)
|
100
112
|
rspec-support (~> 3.13.0)
|
101
|
-
rspec-support (3.13.
|
113
|
+
rspec-support (3.13.2)
|
102
114
|
rubocop (1.56.4)
|
103
115
|
base64 (~> 0.1.1)
|
104
116
|
json (~> 2.3)
|
@@ -111,12 +123,12 @@ GEM
|
|
111
123
|
rubocop-ast (>= 1.28.1, < 2.0)
|
112
124
|
ruby-progressbar (~> 1.7)
|
113
125
|
unicode-display_width (>= 2.4.0, < 3.0)
|
114
|
-
rubocop-ast (1.
|
126
|
+
rubocop-ast (1.38.1)
|
115
127
|
parser (>= 3.3.1.0)
|
116
|
-
rubocop-performance (1.
|
128
|
+
rubocop-performance (1.23.1)
|
117
129
|
rubocop (>= 1.48.1, < 2.0)
|
118
130
|
rubocop-ast (>= 1.31.1, < 2.0)
|
119
|
-
rubocop-rails (2.
|
131
|
+
rubocop-rails (2.29.1)
|
120
132
|
activesupport (>= 4.2.0)
|
121
133
|
rack (>= 1.1)
|
122
134
|
rubocop (>= 1.52.0, < 2.0)
|
@@ -125,16 +137,17 @@ GEM
|
|
125
137
|
rubocop (~> 1.0)
|
126
138
|
rubocop-rspec (3.0.0)
|
127
139
|
rubocop (~> 1.40)
|
128
|
-
ruby-lsp (0.
|
140
|
+
ruby-lsp (0.23.11)
|
129
141
|
language_server-protocol (~> 3.17.0)
|
130
142
|
prism (>= 1.2, < 2.0)
|
131
143
|
rbs (>= 3, < 4)
|
132
144
|
sorbet-runtime (>= 0.5.10782)
|
133
|
-
ruby-lsp-rails (0.
|
134
|
-
ruby-lsp (>= 0.
|
135
|
-
ruby-lsp-rspec (0.1.
|
136
|
-
ruby-lsp (~> 0.
|
145
|
+
ruby-lsp-rails (0.4.0)
|
146
|
+
ruby-lsp (>= 0.23.0, < 0.24.0)
|
147
|
+
ruby-lsp-rspec (0.1.22)
|
148
|
+
ruby-lsp (~> 0.23.0)
|
137
149
|
ruby-progressbar (1.13.0)
|
150
|
+
securerandom (0.4.0)
|
138
151
|
shellany (0.0.1)
|
139
152
|
simplecov (0.22.0)
|
140
153
|
docile (~> 1.1)
|
@@ -142,15 +155,15 @@ GEM
|
|
142
155
|
simplecov_json_formatter (~> 0.1)
|
143
156
|
simplecov-html (0.13.1)
|
144
157
|
simplecov_json_formatter (0.1.4)
|
145
|
-
sorbet-runtime (0.5.
|
146
|
-
sqlite3 (
|
147
|
-
sqlite3 (
|
148
|
-
sqlite3 (
|
149
|
-
sqlite3 (
|
150
|
-
sqlite3 (
|
151
|
-
sqlite3 (
|
158
|
+
sorbet-runtime (0.5.11919)
|
159
|
+
sqlite3 (2.6.0-aarch64-linux-gnu)
|
160
|
+
sqlite3 (2.6.0-arm-linux-gnu)
|
161
|
+
sqlite3 (2.6.0-arm64-darwin)
|
162
|
+
sqlite3 (2.6.0-x86-linux-gnu)
|
163
|
+
sqlite3 (2.6.0-x86_64-darwin)
|
164
|
+
sqlite3 (2.6.0-x86_64-linux-gnu)
|
152
165
|
thor (1.3.2)
|
153
|
-
timeout (0.4.
|
166
|
+
timeout (0.4.3)
|
154
167
|
tzinfo (2.0.6)
|
155
168
|
concurrent-ruby (~> 1.0)
|
156
169
|
unicode-display_width (2.6.0)
|
@@ -179,7 +192,7 @@ DEPENDENCIES
|
|
179
192
|
ruby-lsp-rails
|
180
193
|
ruby-lsp-rspec
|
181
194
|
simplecov (~> 0.22.0)
|
182
|
-
sqlite3 (~>
|
195
|
+
sqlite3 (~> 2.0)
|
183
196
|
|
184
197
|
BUNDLED WITH
|
185
198
|
2.5.10
|
@@ -0,0 +1,196 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
human_enum (1.2.0)
|
5
|
+
activerecord (>= 6.1, < 9)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
activemodel (7.2.2.1)
|
11
|
+
activesupport (= 7.2.2.1)
|
12
|
+
activerecord (7.2.2.1)
|
13
|
+
activemodel (= 7.2.2.1)
|
14
|
+
activesupport (= 7.2.2.1)
|
15
|
+
timeout (>= 0.4.0)
|
16
|
+
activesupport (7.2.2.1)
|
17
|
+
base64
|
18
|
+
benchmark (>= 0.3)
|
19
|
+
bigdecimal
|
20
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
21
|
+
connection_pool (>= 2.2.5)
|
22
|
+
drb
|
23
|
+
i18n (>= 1.6, < 2)
|
24
|
+
logger (>= 1.4.2)
|
25
|
+
minitest (>= 5.1)
|
26
|
+
securerandom (>= 0.3)
|
27
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
28
|
+
ast (2.4.2)
|
29
|
+
base64 (0.1.2)
|
30
|
+
benchmark (0.4.0)
|
31
|
+
bigdecimal (3.1.8)
|
32
|
+
coderay (1.1.3)
|
33
|
+
concurrent-ruby (1.3.4)
|
34
|
+
connection_pool (2.4.1)
|
35
|
+
diff-lcs (1.6.0)
|
36
|
+
docile (1.4.1)
|
37
|
+
drb (2.2.1)
|
38
|
+
ffi (1.17.1-aarch64-linux-gnu)
|
39
|
+
ffi (1.17.1-arm-linux-gnu)
|
40
|
+
ffi (1.17.1-arm64-darwin)
|
41
|
+
ffi (1.17.1-x86-linux-gnu)
|
42
|
+
ffi (1.17.1-x86_64-darwin)
|
43
|
+
ffi (1.17.1-x86_64-linux-gnu)
|
44
|
+
formatador (1.1.0)
|
45
|
+
guard (2.19.1)
|
46
|
+
formatador (>= 0.2.4)
|
47
|
+
listen (>= 2.7, < 4.0)
|
48
|
+
logger (~> 1.6)
|
49
|
+
lumberjack (>= 1.0.12, < 2.0)
|
50
|
+
nenv (~> 0.1)
|
51
|
+
notiffany (~> 0.0)
|
52
|
+
ostruct (~> 0.6)
|
53
|
+
pry (>= 0.13.0)
|
54
|
+
shellany (~> 0.0)
|
55
|
+
thor (>= 0.18.1)
|
56
|
+
guard-compat (1.2.1)
|
57
|
+
guard-rspec (4.7.3)
|
58
|
+
guard (~> 2.1)
|
59
|
+
guard-compat (~> 1.1)
|
60
|
+
rspec (>= 2.99.0, < 4.0)
|
61
|
+
guard-rubocop (1.5.0)
|
62
|
+
guard (~> 2.0)
|
63
|
+
rubocop (< 2.0)
|
64
|
+
i18n (1.14.6)
|
65
|
+
concurrent-ruby (~> 1.0)
|
66
|
+
json (2.10.2)
|
67
|
+
language_server-protocol (3.17.0.4)
|
68
|
+
listen (3.9.0)
|
69
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
70
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
71
|
+
logger (1.6.3)
|
72
|
+
lumberjack (1.2.10)
|
73
|
+
method_source (1.1.0)
|
74
|
+
minitest (5.25.4)
|
75
|
+
nenv (0.3.0)
|
76
|
+
notiffany (0.1.3)
|
77
|
+
nenv (~> 0.1)
|
78
|
+
shellany (~> 0.0)
|
79
|
+
ostruct (0.6.1)
|
80
|
+
parallel (1.26.3)
|
81
|
+
parser (3.3.7.1)
|
82
|
+
ast (~> 2.4.1)
|
83
|
+
racc
|
84
|
+
prism (1.3.0)
|
85
|
+
pry (0.15.2)
|
86
|
+
coderay (~> 1.1)
|
87
|
+
method_source (~> 1.0)
|
88
|
+
racc (1.8.1)
|
89
|
+
rack (3.1.12)
|
90
|
+
rainbow (3.1.1)
|
91
|
+
rake (13.2.1)
|
92
|
+
rb-fsevent (0.11.2)
|
93
|
+
rb-inotify (0.11.1)
|
94
|
+
ffi (~> 1.0)
|
95
|
+
rbs (3.8.1)
|
96
|
+
logger
|
97
|
+
regexp_parser (2.10.0)
|
98
|
+
rexml (3.4.1)
|
99
|
+
rspec (3.13.0)
|
100
|
+
rspec-core (~> 3.13.0)
|
101
|
+
rspec-expectations (~> 3.13.0)
|
102
|
+
rspec-mocks (~> 3.13.0)
|
103
|
+
rspec-core (3.13.3)
|
104
|
+
rspec-support (~> 3.13.0)
|
105
|
+
rspec-expectations (3.13.3)
|
106
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
107
|
+
rspec-support (~> 3.13.0)
|
108
|
+
rspec-mocks (3.13.2)
|
109
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
110
|
+
rspec-support (~> 3.13.0)
|
111
|
+
rspec-support (3.13.2)
|
112
|
+
rubocop (1.56.4)
|
113
|
+
base64 (~> 0.1.1)
|
114
|
+
json (~> 2.3)
|
115
|
+
language_server-protocol (>= 3.17.0)
|
116
|
+
parallel (~> 1.10)
|
117
|
+
parser (>= 3.2.2.3)
|
118
|
+
rainbow (>= 2.2.2, < 4.0)
|
119
|
+
regexp_parser (>= 1.8, < 3.0)
|
120
|
+
rexml (>= 3.2.5, < 4.0)
|
121
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
122
|
+
ruby-progressbar (~> 1.7)
|
123
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
124
|
+
rubocop-ast (1.38.1)
|
125
|
+
parser (>= 3.3.1.0)
|
126
|
+
rubocop-performance (1.23.1)
|
127
|
+
rubocop (>= 1.48.1, < 2.0)
|
128
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
129
|
+
rubocop-rails (2.29.1)
|
130
|
+
activesupport (>= 4.2.0)
|
131
|
+
rack (>= 1.1)
|
132
|
+
rubocop (>= 1.52.0, < 2.0)
|
133
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
134
|
+
rubocop-rake (0.6.0)
|
135
|
+
rubocop (~> 1.0)
|
136
|
+
rubocop-rspec (3.0.0)
|
137
|
+
rubocop (~> 1.40)
|
138
|
+
ruby-lsp (0.23.11)
|
139
|
+
language_server-protocol (~> 3.17.0)
|
140
|
+
prism (>= 1.2, < 2.0)
|
141
|
+
rbs (>= 3, < 4)
|
142
|
+
sorbet-runtime (>= 0.5.10782)
|
143
|
+
ruby-lsp-rails (0.4.0)
|
144
|
+
ruby-lsp (>= 0.23.0, < 0.24.0)
|
145
|
+
ruby-lsp-rspec (0.1.22)
|
146
|
+
ruby-lsp (~> 0.23.0)
|
147
|
+
ruby-progressbar (1.13.0)
|
148
|
+
securerandom (0.4.0)
|
149
|
+
shellany (0.0.1)
|
150
|
+
simplecov (0.22.0)
|
151
|
+
docile (~> 1.1)
|
152
|
+
simplecov-html (~> 0.11)
|
153
|
+
simplecov_json_formatter (~> 0.1)
|
154
|
+
simplecov-html (0.13.1)
|
155
|
+
simplecov_json_formatter (0.1.4)
|
156
|
+
sorbet-runtime (0.5.11919)
|
157
|
+
sqlite3 (2.6.0-aarch64-linux-gnu)
|
158
|
+
sqlite3 (2.6.0-arm-linux-gnu)
|
159
|
+
sqlite3 (2.6.0-arm64-darwin)
|
160
|
+
sqlite3 (2.6.0-x86-linux-gnu)
|
161
|
+
sqlite3 (2.6.0-x86_64-darwin)
|
162
|
+
sqlite3 (2.6.0-x86_64-linux-gnu)
|
163
|
+
thor (1.3.2)
|
164
|
+
timeout (0.4.3)
|
165
|
+
tzinfo (2.0.6)
|
166
|
+
concurrent-ruby (~> 1.0)
|
167
|
+
unicode-display_width (2.6.0)
|
168
|
+
|
169
|
+
PLATFORMS
|
170
|
+
aarch64-linux
|
171
|
+
arm-linux
|
172
|
+
arm64-darwin
|
173
|
+
x86-linux
|
174
|
+
x86_64-darwin
|
175
|
+
x86_64-linux
|
176
|
+
|
177
|
+
DEPENDENCIES
|
178
|
+
activerecord (~> 7.2.0)
|
179
|
+
guard (~> 2.18)
|
180
|
+
guard-rspec (~> 4.7)
|
181
|
+
guard-rubocop (~> 1.5)
|
182
|
+
human_enum!
|
183
|
+
rake (~> 13.0)
|
184
|
+
rspec (~> 3.12)
|
185
|
+
rubocop (~> 1.56.3)
|
186
|
+
rubocop-performance
|
187
|
+
rubocop-rails
|
188
|
+
rubocop-rake
|
189
|
+
rubocop-rspec
|
190
|
+
ruby-lsp-rails
|
191
|
+
ruby-lsp-rspec
|
192
|
+
simplecov (~> 0.22.0)
|
193
|
+
sqlite3 (~> 2.0)
|
194
|
+
|
195
|
+
BUNDLED WITH
|
196
|
+
2.5.10
|