active_recall 2.0.2 → 2.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/workflows/tests.yml +9 -9
- data/.gitignore +1 -1
- data/.tool-versions +1 -1
- data/Appraisals +7 -8
- data/CLAUDE.md +194 -0
- data/Gemfile +14 -1
- data/Gemfile.lock +11 -8
- data/active_recall.gemspec +5 -5
- data/bin/flatten +54 -0
- data/gemfiles/rails_7_0.gemfile +2 -0
- data/gemfiles/rails_7_0.gemfile.lock +11 -6
- data/gemfiles/rails_7_1.gemfile +2 -0
- data/gemfiles/rails_7_1.gemfile.lock +11 -6
- data/gemfiles/{rails_6_0.gemfile → rails_8_0.gemfile} +3 -1
- data/gemfiles/rails_8_0.gemfile.lock +259 -0
- data/lib/active_recall/algorithms/fibonacci_sequence.rb +4 -5
- data/lib/active_recall/algorithms/sm2.rb +25 -18
- data/lib/active_recall/version.rb +1 -1
- data/standard.yml +1 -1
- data/tmp/.gitkeep +0 -0
- metadata +31 -33
- data/gemfiles/rails_6_0.gemfile.lock +0 -231
- data/gemfiles/rails_6_1.gemfile +0 -7
- data/gemfiles/rails_6_1.gemfile.lock +0 -231
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
active_recall (2.0.2)
|
|
5
|
-
activerecord (>= 6.0, <= 7.2)
|
|
6
|
-
activesupport (>= 6.0, <= 7.2)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
actioncable (6.1.7.6)
|
|
12
|
-
actionpack (= 6.1.7.6)
|
|
13
|
-
activesupport (= 6.1.7.6)
|
|
14
|
-
nio4r (~> 2.0)
|
|
15
|
-
websocket-driver (>= 0.6.1)
|
|
16
|
-
actionmailbox (6.1.7.6)
|
|
17
|
-
actionpack (= 6.1.7.6)
|
|
18
|
-
activejob (= 6.1.7.6)
|
|
19
|
-
activerecord (= 6.1.7.6)
|
|
20
|
-
activestorage (= 6.1.7.6)
|
|
21
|
-
activesupport (= 6.1.7.6)
|
|
22
|
-
mail (>= 2.7.1)
|
|
23
|
-
actionmailer (6.1.7.6)
|
|
24
|
-
actionpack (= 6.1.7.6)
|
|
25
|
-
actionview (= 6.1.7.6)
|
|
26
|
-
activejob (= 6.1.7.6)
|
|
27
|
-
activesupport (= 6.1.7.6)
|
|
28
|
-
mail (~> 2.5, >= 2.5.4)
|
|
29
|
-
rails-dom-testing (~> 2.0)
|
|
30
|
-
actionpack (6.1.7.6)
|
|
31
|
-
actionview (= 6.1.7.6)
|
|
32
|
-
activesupport (= 6.1.7.6)
|
|
33
|
-
rack (~> 2.0, >= 2.0.9)
|
|
34
|
-
rack-test (>= 0.6.3)
|
|
35
|
-
rails-dom-testing (~> 2.0)
|
|
36
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
37
|
-
actiontext (6.1.7.6)
|
|
38
|
-
actionpack (= 6.1.7.6)
|
|
39
|
-
activerecord (= 6.1.7.6)
|
|
40
|
-
activestorage (= 6.1.7.6)
|
|
41
|
-
activesupport (= 6.1.7.6)
|
|
42
|
-
nokogiri (>= 1.8.5)
|
|
43
|
-
actionview (6.1.7.6)
|
|
44
|
-
activesupport (= 6.1.7.6)
|
|
45
|
-
builder (~> 3.1)
|
|
46
|
-
erubi (~> 1.4)
|
|
47
|
-
rails-dom-testing (~> 2.0)
|
|
48
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
49
|
-
activejob (6.1.7.6)
|
|
50
|
-
activesupport (= 6.1.7.6)
|
|
51
|
-
globalid (>= 0.3.6)
|
|
52
|
-
activemodel (6.1.7.6)
|
|
53
|
-
activesupport (= 6.1.7.6)
|
|
54
|
-
activerecord (6.1.7.6)
|
|
55
|
-
activemodel (= 6.1.7.6)
|
|
56
|
-
activesupport (= 6.1.7.6)
|
|
57
|
-
activestorage (6.1.7.6)
|
|
58
|
-
actionpack (= 6.1.7.6)
|
|
59
|
-
activejob (= 6.1.7.6)
|
|
60
|
-
activerecord (= 6.1.7.6)
|
|
61
|
-
activesupport (= 6.1.7.6)
|
|
62
|
-
marcel (~> 1.0)
|
|
63
|
-
mini_mime (>= 1.1.0)
|
|
64
|
-
activesupport (6.1.7.6)
|
|
65
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
66
|
-
i18n (>= 1.6, < 2)
|
|
67
|
-
minitest (>= 5.1)
|
|
68
|
-
tzinfo (~> 2.0)
|
|
69
|
-
zeitwerk (~> 2.3)
|
|
70
|
-
appraisal (2.5.0)
|
|
71
|
-
bundler
|
|
72
|
-
rake
|
|
73
|
-
thor (>= 0.14.0)
|
|
74
|
-
ast (2.4.2)
|
|
75
|
-
builder (3.2.4)
|
|
76
|
-
concurrent-ruby (1.2.3)
|
|
77
|
-
crass (1.0.6)
|
|
78
|
-
date (3.3.4)
|
|
79
|
-
diff-lcs (1.5.0)
|
|
80
|
-
erubi (1.12.0)
|
|
81
|
-
globalid (1.2.1)
|
|
82
|
-
activesupport (>= 6.1)
|
|
83
|
-
i18n (1.14.1)
|
|
84
|
-
concurrent-ruby (~> 1.0)
|
|
85
|
-
json (2.7.2)
|
|
86
|
-
language_server-protocol (3.17.0.3)
|
|
87
|
-
lint_roller (1.1.0)
|
|
88
|
-
loofah (2.22.0)
|
|
89
|
-
crass (~> 1.0.2)
|
|
90
|
-
nokogiri (>= 1.12.0)
|
|
91
|
-
mail (2.8.1)
|
|
92
|
-
mini_mime (>= 0.1.1)
|
|
93
|
-
net-imap
|
|
94
|
-
net-pop
|
|
95
|
-
net-smtp
|
|
96
|
-
marcel (1.0.2)
|
|
97
|
-
method_source (1.0.0)
|
|
98
|
-
mini_mime (1.1.5)
|
|
99
|
-
minitest (5.21.2)
|
|
100
|
-
net-imap (0.4.9.1)
|
|
101
|
-
date
|
|
102
|
-
net-protocol
|
|
103
|
-
net-pop (0.1.2)
|
|
104
|
-
net-protocol
|
|
105
|
-
net-protocol (0.2.2)
|
|
106
|
-
timeout
|
|
107
|
-
net-smtp (0.4.0.1)
|
|
108
|
-
net-protocol
|
|
109
|
-
nio4r (2.7.0)
|
|
110
|
-
nokogiri (1.16.0-arm64-darwin)
|
|
111
|
-
racc (~> 1.4)
|
|
112
|
-
parallel (1.24.0)
|
|
113
|
-
parser (3.3.1.0)
|
|
114
|
-
ast (~> 2.4.1)
|
|
115
|
-
racc
|
|
116
|
-
psych (5.1.2)
|
|
117
|
-
stringio
|
|
118
|
-
racc (1.7.3)
|
|
119
|
-
rack (2.2.8)
|
|
120
|
-
rack-test (2.1.0)
|
|
121
|
-
rack (>= 1.3)
|
|
122
|
-
rails (6.1.7.6)
|
|
123
|
-
actioncable (= 6.1.7.6)
|
|
124
|
-
actionmailbox (= 6.1.7.6)
|
|
125
|
-
actionmailer (= 6.1.7.6)
|
|
126
|
-
actionpack (= 6.1.7.6)
|
|
127
|
-
actiontext (= 6.1.7.6)
|
|
128
|
-
actionview (= 6.1.7.6)
|
|
129
|
-
activejob (= 6.1.7.6)
|
|
130
|
-
activemodel (= 6.1.7.6)
|
|
131
|
-
activerecord (= 6.1.7.6)
|
|
132
|
-
activestorage (= 6.1.7.6)
|
|
133
|
-
activesupport (= 6.1.7.6)
|
|
134
|
-
bundler (>= 1.15.0)
|
|
135
|
-
railties (= 6.1.7.6)
|
|
136
|
-
sprockets-rails (>= 2.0.0)
|
|
137
|
-
rails-dom-testing (2.2.0)
|
|
138
|
-
activesupport (>= 5.0.0)
|
|
139
|
-
minitest
|
|
140
|
-
nokogiri (>= 1.6)
|
|
141
|
-
rails-html-sanitizer (1.6.0)
|
|
142
|
-
loofah (~> 2.21)
|
|
143
|
-
nokogiri (~> 1.14)
|
|
144
|
-
railties (6.1.7.6)
|
|
145
|
-
actionpack (= 6.1.7.6)
|
|
146
|
-
activesupport (= 6.1.7.6)
|
|
147
|
-
method_source
|
|
148
|
-
rake (>= 12.2)
|
|
149
|
-
thor (~> 1.0)
|
|
150
|
-
rainbow (3.1.1)
|
|
151
|
-
rake (13.1.0)
|
|
152
|
-
rdoc (6.6.2)
|
|
153
|
-
psych (>= 4.0.0)
|
|
154
|
-
regexp_parser (2.9.0)
|
|
155
|
-
rexml (3.2.6)
|
|
156
|
-
rspec (3.12.0)
|
|
157
|
-
rspec-core (~> 3.12.0)
|
|
158
|
-
rspec-expectations (~> 3.12.0)
|
|
159
|
-
rspec-mocks (~> 3.12.0)
|
|
160
|
-
rspec-core (3.12.2)
|
|
161
|
-
rspec-support (~> 3.12.0)
|
|
162
|
-
rspec-expectations (3.12.3)
|
|
163
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
164
|
-
rspec-support (~> 3.12.0)
|
|
165
|
-
rspec-mocks (3.12.6)
|
|
166
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
167
|
-
rspec-support (~> 3.12.0)
|
|
168
|
-
rspec-support (3.12.1)
|
|
169
|
-
rubocop (1.62.1)
|
|
170
|
-
json (~> 2.3)
|
|
171
|
-
language_server-protocol (>= 3.17.0)
|
|
172
|
-
parallel (~> 1.10)
|
|
173
|
-
parser (>= 3.3.0.2)
|
|
174
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
175
|
-
regexp_parser (>= 1.8, < 3.0)
|
|
176
|
-
rexml (>= 3.2.5, < 4.0)
|
|
177
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
178
|
-
ruby-progressbar (~> 1.7)
|
|
179
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
|
180
|
-
rubocop-ast (1.31.2)
|
|
181
|
-
parser (>= 3.3.0.4)
|
|
182
|
-
rubocop-performance (1.20.2)
|
|
183
|
-
rubocop (>= 1.48.1, < 2.0)
|
|
184
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
|
185
|
-
ruby-progressbar (1.13.0)
|
|
186
|
-
sprockets (4.2.1)
|
|
187
|
-
concurrent-ruby (~> 1.0)
|
|
188
|
-
rack (>= 2.2.4, < 4)
|
|
189
|
-
sprockets-rails (3.4.2)
|
|
190
|
-
actionpack (>= 5.2)
|
|
191
|
-
activesupport (>= 5.2)
|
|
192
|
-
sprockets (>= 3.0.0)
|
|
193
|
-
sqlite3 (1.7.1-arm64-darwin)
|
|
194
|
-
standard (1.35.1)
|
|
195
|
-
language_server-protocol (~> 3.17.0.2)
|
|
196
|
-
lint_roller (~> 1.0)
|
|
197
|
-
rubocop (~> 1.62.0)
|
|
198
|
-
standard-custom (~> 1.0.0)
|
|
199
|
-
standard-performance (~> 1.3)
|
|
200
|
-
standard-custom (1.0.2)
|
|
201
|
-
lint_roller (~> 1.0)
|
|
202
|
-
rubocop (~> 1.50)
|
|
203
|
-
standard-performance (1.3.1)
|
|
204
|
-
lint_roller (~> 1.1)
|
|
205
|
-
rubocop-performance (~> 1.20.2)
|
|
206
|
-
stringio (3.1.0)
|
|
207
|
-
thor (1.3.0)
|
|
208
|
-
timeout (0.4.1)
|
|
209
|
-
tzinfo (2.0.6)
|
|
210
|
-
concurrent-ruby (~> 1.0)
|
|
211
|
-
unicode-display_width (2.5.0)
|
|
212
|
-
websocket-driver (0.7.6)
|
|
213
|
-
websocket-extensions (>= 0.1.0)
|
|
214
|
-
websocket-extensions (0.1.5)
|
|
215
|
-
zeitwerk (2.6.12)
|
|
216
|
-
|
|
217
|
-
PLATFORMS
|
|
218
|
-
arm64-darwin-23
|
|
219
|
-
|
|
220
|
-
DEPENDENCIES
|
|
221
|
-
active_recall!
|
|
222
|
-
appraisal
|
|
223
|
-
rails (~> 6.0)
|
|
224
|
-
rake (>= 12.0)
|
|
225
|
-
rdoc
|
|
226
|
-
rspec (>= 3.0)
|
|
227
|
-
sqlite3
|
|
228
|
-
standard
|
|
229
|
-
|
|
230
|
-
BUNDLED WITH
|
|
231
|
-
2.4.14
|
data/gemfiles/rails_6_1.gemfile
DELETED
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
active_recall (2.0.2)
|
|
5
|
-
activerecord (>= 6.0, <= 7.2)
|
|
6
|
-
activesupport (>= 6.0, <= 7.2)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
actioncable (6.1.7.6)
|
|
12
|
-
actionpack (= 6.1.7.6)
|
|
13
|
-
activesupport (= 6.1.7.6)
|
|
14
|
-
nio4r (~> 2.0)
|
|
15
|
-
websocket-driver (>= 0.6.1)
|
|
16
|
-
actionmailbox (6.1.7.6)
|
|
17
|
-
actionpack (= 6.1.7.6)
|
|
18
|
-
activejob (= 6.1.7.6)
|
|
19
|
-
activerecord (= 6.1.7.6)
|
|
20
|
-
activestorage (= 6.1.7.6)
|
|
21
|
-
activesupport (= 6.1.7.6)
|
|
22
|
-
mail (>= 2.7.1)
|
|
23
|
-
actionmailer (6.1.7.6)
|
|
24
|
-
actionpack (= 6.1.7.6)
|
|
25
|
-
actionview (= 6.1.7.6)
|
|
26
|
-
activejob (= 6.1.7.6)
|
|
27
|
-
activesupport (= 6.1.7.6)
|
|
28
|
-
mail (~> 2.5, >= 2.5.4)
|
|
29
|
-
rails-dom-testing (~> 2.0)
|
|
30
|
-
actionpack (6.1.7.6)
|
|
31
|
-
actionview (= 6.1.7.6)
|
|
32
|
-
activesupport (= 6.1.7.6)
|
|
33
|
-
rack (~> 2.0, >= 2.0.9)
|
|
34
|
-
rack-test (>= 0.6.3)
|
|
35
|
-
rails-dom-testing (~> 2.0)
|
|
36
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
37
|
-
actiontext (6.1.7.6)
|
|
38
|
-
actionpack (= 6.1.7.6)
|
|
39
|
-
activerecord (= 6.1.7.6)
|
|
40
|
-
activestorage (= 6.1.7.6)
|
|
41
|
-
activesupport (= 6.1.7.6)
|
|
42
|
-
nokogiri (>= 1.8.5)
|
|
43
|
-
actionview (6.1.7.6)
|
|
44
|
-
activesupport (= 6.1.7.6)
|
|
45
|
-
builder (~> 3.1)
|
|
46
|
-
erubi (~> 1.4)
|
|
47
|
-
rails-dom-testing (~> 2.0)
|
|
48
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
49
|
-
activejob (6.1.7.6)
|
|
50
|
-
activesupport (= 6.1.7.6)
|
|
51
|
-
globalid (>= 0.3.6)
|
|
52
|
-
activemodel (6.1.7.6)
|
|
53
|
-
activesupport (= 6.1.7.6)
|
|
54
|
-
activerecord (6.1.7.6)
|
|
55
|
-
activemodel (= 6.1.7.6)
|
|
56
|
-
activesupport (= 6.1.7.6)
|
|
57
|
-
activestorage (6.1.7.6)
|
|
58
|
-
actionpack (= 6.1.7.6)
|
|
59
|
-
activejob (= 6.1.7.6)
|
|
60
|
-
activerecord (= 6.1.7.6)
|
|
61
|
-
activesupport (= 6.1.7.6)
|
|
62
|
-
marcel (~> 1.0)
|
|
63
|
-
mini_mime (>= 1.1.0)
|
|
64
|
-
activesupport (6.1.7.6)
|
|
65
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
66
|
-
i18n (>= 1.6, < 2)
|
|
67
|
-
minitest (>= 5.1)
|
|
68
|
-
tzinfo (~> 2.0)
|
|
69
|
-
zeitwerk (~> 2.3)
|
|
70
|
-
appraisal (2.5.0)
|
|
71
|
-
bundler
|
|
72
|
-
rake
|
|
73
|
-
thor (>= 0.14.0)
|
|
74
|
-
ast (2.4.2)
|
|
75
|
-
builder (3.2.4)
|
|
76
|
-
concurrent-ruby (1.2.3)
|
|
77
|
-
crass (1.0.6)
|
|
78
|
-
date (3.3.4)
|
|
79
|
-
diff-lcs (1.5.0)
|
|
80
|
-
erubi (1.12.0)
|
|
81
|
-
globalid (1.2.1)
|
|
82
|
-
activesupport (>= 6.1)
|
|
83
|
-
i18n (1.14.1)
|
|
84
|
-
concurrent-ruby (~> 1.0)
|
|
85
|
-
json (2.7.2)
|
|
86
|
-
language_server-protocol (3.17.0.3)
|
|
87
|
-
lint_roller (1.1.0)
|
|
88
|
-
loofah (2.22.0)
|
|
89
|
-
crass (~> 1.0.2)
|
|
90
|
-
nokogiri (>= 1.12.0)
|
|
91
|
-
mail (2.8.1)
|
|
92
|
-
mini_mime (>= 0.1.1)
|
|
93
|
-
net-imap
|
|
94
|
-
net-pop
|
|
95
|
-
net-smtp
|
|
96
|
-
marcel (1.0.2)
|
|
97
|
-
method_source (1.0.0)
|
|
98
|
-
mini_mime (1.1.5)
|
|
99
|
-
minitest (5.21.2)
|
|
100
|
-
net-imap (0.4.9.1)
|
|
101
|
-
date
|
|
102
|
-
net-protocol
|
|
103
|
-
net-pop (0.1.2)
|
|
104
|
-
net-protocol
|
|
105
|
-
net-protocol (0.2.2)
|
|
106
|
-
timeout
|
|
107
|
-
net-smtp (0.4.0.1)
|
|
108
|
-
net-protocol
|
|
109
|
-
nio4r (2.7.0)
|
|
110
|
-
nokogiri (1.16.0-arm64-darwin)
|
|
111
|
-
racc (~> 1.4)
|
|
112
|
-
parallel (1.24.0)
|
|
113
|
-
parser (3.3.1.0)
|
|
114
|
-
ast (~> 2.4.1)
|
|
115
|
-
racc
|
|
116
|
-
psych (5.1.2)
|
|
117
|
-
stringio
|
|
118
|
-
racc (1.7.3)
|
|
119
|
-
rack (2.2.8)
|
|
120
|
-
rack-test (2.1.0)
|
|
121
|
-
rack (>= 1.3)
|
|
122
|
-
rails (6.1.7.6)
|
|
123
|
-
actioncable (= 6.1.7.6)
|
|
124
|
-
actionmailbox (= 6.1.7.6)
|
|
125
|
-
actionmailer (= 6.1.7.6)
|
|
126
|
-
actionpack (= 6.1.7.6)
|
|
127
|
-
actiontext (= 6.1.7.6)
|
|
128
|
-
actionview (= 6.1.7.6)
|
|
129
|
-
activejob (= 6.1.7.6)
|
|
130
|
-
activemodel (= 6.1.7.6)
|
|
131
|
-
activerecord (= 6.1.7.6)
|
|
132
|
-
activestorage (= 6.1.7.6)
|
|
133
|
-
activesupport (= 6.1.7.6)
|
|
134
|
-
bundler (>= 1.15.0)
|
|
135
|
-
railties (= 6.1.7.6)
|
|
136
|
-
sprockets-rails (>= 2.0.0)
|
|
137
|
-
rails-dom-testing (2.2.0)
|
|
138
|
-
activesupport (>= 5.0.0)
|
|
139
|
-
minitest
|
|
140
|
-
nokogiri (>= 1.6)
|
|
141
|
-
rails-html-sanitizer (1.6.0)
|
|
142
|
-
loofah (~> 2.21)
|
|
143
|
-
nokogiri (~> 1.14)
|
|
144
|
-
railties (6.1.7.6)
|
|
145
|
-
actionpack (= 6.1.7.6)
|
|
146
|
-
activesupport (= 6.1.7.6)
|
|
147
|
-
method_source
|
|
148
|
-
rake (>= 12.2)
|
|
149
|
-
thor (~> 1.0)
|
|
150
|
-
rainbow (3.1.1)
|
|
151
|
-
rake (13.1.0)
|
|
152
|
-
rdoc (6.6.2)
|
|
153
|
-
psych (>= 4.0.0)
|
|
154
|
-
regexp_parser (2.9.0)
|
|
155
|
-
rexml (3.2.6)
|
|
156
|
-
rspec (3.12.0)
|
|
157
|
-
rspec-core (~> 3.12.0)
|
|
158
|
-
rspec-expectations (~> 3.12.0)
|
|
159
|
-
rspec-mocks (~> 3.12.0)
|
|
160
|
-
rspec-core (3.12.2)
|
|
161
|
-
rspec-support (~> 3.12.0)
|
|
162
|
-
rspec-expectations (3.12.3)
|
|
163
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
164
|
-
rspec-support (~> 3.12.0)
|
|
165
|
-
rspec-mocks (3.12.6)
|
|
166
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
167
|
-
rspec-support (~> 3.12.0)
|
|
168
|
-
rspec-support (3.12.1)
|
|
169
|
-
rubocop (1.62.1)
|
|
170
|
-
json (~> 2.3)
|
|
171
|
-
language_server-protocol (>= 3.17.0)
|
|
172
|
-
parallel (~> 1.10)
|
|
173
|
-
parser (>= 3.3.0.2)
|
|
174
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
175
|
-
regexp_parser (>= 1.8, < 3.0)
|
|
176
|
-
rexml (>= 3.2.5, < 4.0)
|
|
177
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
178
|
-
ruby-progressbar (~> 1.7)
|
|
179
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
|
180
|
-
rubocop-ast (1.31.2)
|
|
181
|
-
parser (>= 3.3.0.4)
|
|
182
|
-
rubocop-performance (1.20.2)
|
|
183
|
-
rubocop (>= 1.48.1, < 2.0)
|
|
184
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
|
185
|
-
ruby-progressbar (1.13.0)
|
|
186
|
-
sprockets (4.2.1)
|
|
187
|
-
concurrent-ruby (~> 1.0)
|
|
188
|
-
rack (>= 2.2.4, < 4)
|
|
189
|
-
sprockets-rails (3.4.2)
|
|
190
|
-
actionpack (>= 5.2)
|
|
191
|
-
activesupport (>= 5.2)
|
|
192
|
-
sprockets (>= 3.0.0)
|
|
193
|
-
sqlite3 (1.7.1-arm64-darwin)
|
|
194
|
-
standard (1.35.1)
|
|
195
|
-
language_server-protocol (~> 3.17.0.2)
|
|
196
|
-
lint_roller (~> 1.0)
|
|
197
|
-
rubocop (~> 1.62.0)
|
|
198
|
-
standard-custom (~> 1.0.0)
|
|
199
|
-
standard-performance (~> 1.3)
|
|
200
|
-
standard-custom (1.0.2)
|
|
201
|
-
lint_roller (~> 1.0)
|
|
202
|
-
rubocop (~> 1.50)
|
|
203
|
-
standard-performance (1.3.1)
|
|
204
|
-
lint_roller (~> 1.1)
|
|
205
|
-
rubocop-performance (~> 1.20.2)
|
|
206
|
-
stringio (3.1.0)
|
|
207
|
-
thor (1.3.0)
|
|
208
|
-
timeout (0.4.1)
|
|
209
|
-
tzinfo (2.0.6)
|
|
210
|
-
concurrent-ruby (~> 1.0)
|
|
211
|
-
unicode-display_width (2.5.0)
|
|
212
|
-
websocket-driver (0.7.6)
|
|
213
|
-
websocket-extensions (>= 0.1.0)
|
|
214
|
-
websocket-extensions (0.1.5)
|
|
215
|
-
zeitwerk (2.6.12)
|
|
216
|
-
|
|
217
|
-
PLATFORMS
|
|
218
|
-
arm64-darwin-23
|
|
219
|
-
|
|
220
|
-
DEPENDENCIES
|
|
221
|
-
active_recall!
|
|
222
|
-
appraisal
|
|
223
|
-
rails (~> 6.1)
|
|
224
|
-
rake (>= 12.0)
|
|
225
|
-
rdoc
|
|
226
|
-
rspec (>= 3.0)
|
|
227
|
-
sqlite3
|
|
228
|
-
standard
|
|
229
|
-
|
|
230
|
-
BUNDLED WITH
|
|
231
|
-
2.4.14
|