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