bullet_train-scope_validator 1.43.0 → 1.44.1
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/Gemfile +0 -4
- data/Gemfile.lock +72 -111
- data/Rakefile +0 -2
- data/lib/bullet_train/scope_validator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72512b637ed253aa0a7ad38570b0e11f503521f78a028fca626a197e853387e4
|
|
4
|
+
data.tar.gz: 87045d0298f3352efdeb27c971ca4093c75762186a8db071b040a2ff90ed7d83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 696daebce4c37ef5274c000ec1dc0cd38c78d6dc2a33cdeb04273ff90fdbbff2d188ff9784f7ae4df799b37f837dc8d93052372d1f8e23e4e1b4b139001e1cfb
|
|
7
|
+
data.tar.gz: 50e55d028c87338da00afe1de494492f8a40a865f9d2020451ba8caeb18a455456af189867eaa3401f873681eaac82e9a27a08e3575a5b977f9491b32a14f5fc
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,35 +1,37 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bullet_train-scope_validator (1.
|
|
4
|
+
bullet_train-scope_validator (1.44.1)
|
|
5
5
|
rails (>= 7.0.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
action_text-trix (2.1.18)
|
|
11
|
+
railties
|
|
12
|
+
actioncable (8.1.3)
|
|
13
|
+
actionpack (= 8.1.3)
|
|
14
|
+
activesupport (= 8.1.3)
|
|
13
15
|
nio4r (~> 2.0)
|
|
14
16
|
websocket-driver (>= 0.6.1)
|
|
15
17
|
zeitwerk (~> 2.6)
|
|
16
|
-
actionmailbox (8.
|
|
17
|
-
actionpack (= 8.
|
|
18
|
-
activejob (= 8.
|
|
19
|
-
activerecord (= 8.
|
|
20
|
-
activestorage (= 8.
|
|
21
|
-
activesupport (= 8.
|
|
18
|
+
actionmailbox (8.1.3)
|
|
19
|
+
actionpack (= 8.1.3)
|
|
20
|
+
activejob (= 8.1.3)
|
|
21
|
+
activerecord (= 8.1.3)
|
|
22
|
+
activestorage (= 8.1.3)
|
|
23
|
+
activesupport (= 8.1.3)
|
|
22
24
|
mail (>= 2.8.0)
|
|
23
|
-
actionmailer (8.
|
|
24
|
-
actionpack (= 8.
|
|
25
|
-
actionview (= 8.
|
|
26
|
-
activejob (= 8.
|
|
27
|
-
activesupport (= 8.
|
|
25
|
+
actionmailer (8.1.3)
|
|
26
|
+
actionpack (= 8.1.3)
|
|
27
|
+
actionview (= 8.1.3)
|
|
28
|
+
activejob (= 8.1.3)
|
|
29
|
+
activesupport (= 8.1.3)
|
|
28
30
|
mail (>= 2.8.0)
|
|
29
31
|
rails-dom-testing (~> 2.2)
|
|
30
|
-
actionpack (8.
|
|
31
|
-
actionview (= 8.
|
|
32
|
-
activesupport (= 8.
|
|
32
|
+
actionpack (8.1.3)
|
|
33
|
+
actionview (= 8.1.3)
|
|
34
|
+
activesupport (= 8.1.3)
|
|
33
35
|
nokogiri (>= 1.8.5)
|
|
34
36
|
rack (>= 2.2.4)
|
|
35
37
|
rack-session (>= 1.0.1)
|
|
@@ -37,51 +39,50 @@ GEM
|
|
|
37
39
|
rails-dom-testing (~> 2.2)
|
|
38
40
|
rails-html-sanitizer (~> 1.6)
|
|
39
41
|
useragent (~> 0.16)
|
|
40
|
-
actiontext (8.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
actiontext (8.1.3)
|
|
43
|
+
action_text-trix (~> 2.1.15)
|
|
44
|
+
actionpack (= 8.1.3)
|
|
45
|
+
activerecord (= 8.1.3)
|
|
46
|
+
activestorage (= 8.1.3)
|
|
47
|
+
activesupport (= 8.1.3)
|
|
45
48
|
globalid (>= 0.6.0)
|
|
46
49
|
nokogiri (>= 1.8.5)
|
|
47
|
-
actionview (8.
|
|
48
|
-
activesupport (= 8.
|
|
50
|
+
actionview (8.1.3)
|
|
51
|
+
activesupport (= 8.1.3)
|
|
49
52
|
builder (~> 3.1)
|
|
50
53
|
erubi (~> 1.11)
|
|
51
54
|
rails-dom-testing (~> 2.2)
|
|
52
55
|
rails-html-sanitizer (~> 1.6)
|
|
53
|
-
activejob (8.
|
|
54
|
-
activesupport (= 8.
|
|
56
|
+
activejob (8.1.3)
|
|
57
|
+
activesupport (= 8.1.3)
|
|
55
58
|
globalid (>= 0.3.6)
|
|
56
|
-
activemodel (8.
|
|
57
|
-
activesupport (= 8.
|
|
58
|
-
activerecord (8.
|
|
59
|
-
activemodel (= 8.
|
|
60
|
-
activesupport (= 8.
|
|
59
|
+
activemodel (8.1.3)
|
|
60
|
+
activesupport (= 8.1.3)
|
|
61
|
+
activerecord (8.1.3)
|
|
62
|
+
activemodel (= 8.1.3)
|
|
63
|
+
activesupport (= 8.1.3)
|
|
61
64
|
timeout (>= 0.4.0)
|
|
62
|
-
activestorage (8.
|
|
63
|
-
actionpack (= 8.
|
|
64
|
-
activejob (= 8.
|
|
65
|
-
activerecord (= 8.
|
|
66
|
-
activesupport (= 8.
|
|
65
|
+
activestorage (8.1.3)
|
|
66
|
+
actionpack (= 8.1.3)
|
|
67
|
+
activejob (= 8.1.3)
|
|
68
|
+
activerecord (= 8.1.3)
|
|
69
|
+
activesupport (= 8.1.3)
|
|
67
70
|
marcel (~> 1.0)
|
|
68
|
-
activesupport (8.
|
|
71
|
+
activesupport (8.1.3)
|
|
69
72
|
base64
|
|
70
|
-
benchmark (>= 0.3)
|
|
71
73
|
bigdecimal
|
|
72
74
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
73
75
|
connection_pool (>= 2.2.5)
|
|
74
76
|
drb
|
|
75
77
|
i18n (>= 1.6, < 2)
|
|
78
|
+
json
|
|
76
79
|
logger (>= 1.4.2)
|
|
77
|
-
minitest (>= 5.1
|
|
80
|
+
minitest (>= 5.1)
|
|
78
81
|
securerandom (>= 0.3)
|
|
79
82
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
80
83
|
uri (>= 0.13.1)
|
|
81
84
|
ansi (1.5.0)
|
|
82
|
-
ast (2.4.3)
|
|
83
85
|
base64 (0.2.0)
|
|
84
|
-
benchmark (0.4.0)
|
|
85
86
|
bigdecimal (3.1.9)
|
|
86
87
|
builder (3.3.0)
|
|
87
88
|
concurrent-ruby (1.3.5)
|
|
@@ -90,7 +91,7 @@ GEM
|
|
|
90
91
|
date (3.4.1)
|
|
91
92
|
docile (1.4.1)
|
|
92
93
|
drb (2.2.1)
|
|
93
|
-
erb (
|
|
94
|
+
erb (6.0.4)
|
|
94
95
|
erubi (1.13.1)
|
|
95
96
|
globalid (1.2.1)
|
|
96
97
|
activesupport (>= 6.1)
|
|
@@ -102,8 +103,6 @@ GEM
|
|
|
102
103
|
rdoc (>= 4.0.0)
|
|
103
104
|
reline (>= 0.4.2)
|
|
104
105
|
json (2.10.2)
|
|
105
|
-
language_server-protocol (3.17.0.4)
|
|
106
|
-
lint_roller (1.1.0)
|
|
107
106
|
logger (1.7.0)
|
|
108
107
|
loofah (2.24.0)
|
|
109
108
|
crass (~> 1.0.2)
|
|
@@ -116,11 +115,13 @@ GEM
|
|
|
116
115
|
marcel (1.0.4)
|
|
117
116
|
mini_mime (1.1.5)
|
|
118
117
|
mini_portile2 (2.8.9)
|
|
119
|
-
minitest (
|
|
120
|
-
|
|
118
|
+
minitest (6.0.4)
|
|
119
|
+
drb (~> 2.0)
|
|
120
|
+
prism (~> 1.5)
|
|
121
|
+
minitest-reporters (1.8.0)
|
|
121
122
|
ansi
|
|
122
123
|
builder
|
|
123
|
-
minitest (>= 5.0)
|
|
124
|
+
minitest (>= 5.0, < 7)
|
|
124
125
|
ruby-progressbar
|
|
125
126
|
net-imap (0.5.8)
|
|
126
127
|
date
|
|
@@ -139,40 +140,36 @@ GEM
|
|
|
139
140
|
racc (~> 1.4)
|
|
140
141
|
nokogiri (1.19.1-x86_64-linux-gnu)
|
|
141
142
|
racc (~> 1.4)
|
|
142
|
-
parallel (1.26.3)
|
|
143
|
-
parser (3.3.7.4)
|
|
144
|
-
ast (~> 2.4.1)
|
|
145
|
-
racc
|
|
146
143
|
pp (0.6.2)
|
|
147
144
|
prettyprint
|
|
148
145
|
prettyprint (0.2.0)
|
|
149
|
-
prism (1.
|
|
150
|
-
psych (5.
|
|
146
|
+
prism (1.9.0)
|
|
147
|
+
psych (5.3.1)
|
|
151
148
|
date
|
|
152
149
|
stringio
|
|
153
150
|
racc (1.8.1)
|
|
154
|
-
rack (3.2.
|
|
155
|
-
rack-session (2.1.
|
|
151
|
+
rack (3.2.6)
|
|
152
|
+
rack-session (2.1.2)
|
|
156
153
|
base64 (>= 0.1.0)
|
|
157
154
|
rack (>= 3.0.0)
|
|
158
155
|
rack-test (2.2.0)
|
|
159
156
|
rack (>= 1.3)
|
|
160
157
|
rackup (2.2.1)
|
|
161
158
|
rack (>= 3)
|
|
162
|
-
rails (8.
|
|
163
|
-
actioncable (= 8.
|
|
164
|
-
actionmailbox (= 8.
|
|
165
|
-
actionmailer (= 8.
|
|
166
|
-
actionpack (= 8.
|
|
167
|
-
actiontext (= 8.
|
|
168
|
-
actionview (= 8.
|
|
169
|
-
activejob (= 8.
|
|
170
|
-
activemodel (= 8.
|
|
171
|
-
activerecord (= 8.
|
|
172
|
-
activestorage (= 8.
|
|
173
|
-
activesupport (= 8.
|
|
159
|
+
rails (8.1.3)
|
|
160
|
+
actioncable (= 8.1.3)
|
|
161
|
+
actionmailbox (= 8.1.3)
|
|
162
|
+
actionmailer (= 8.1.3)
|
|
163
|
+
actionpack (= 8.1.3)
|
|
164
|
+
actiontext (= 8.1.3)
|
|
165
|
+
actionview (= 8.1.3)
|
|
166
|
+
activejob (= 8.1.3)
|
|
167
|
+
activemodel (= 8.1.3)
|
|
168
|
+
activerecord (= 8.1.3)
|
|
169
|
+
activestorage (= 8.1.3)
|
|
170
|
+
activesupport (= 8.1.3)
|
|
174
171
|
bundler (>= 1.15.0)
|
|
175
|
-
railties (= 8.
|
|
172
|
+
railties (= 8.1.3)
|
|
176
173
|
rails-dom-testing (2.2.0)
|
|
177
174
|
activesupport (>= 5.0.0)
|
|
178
175
|
minitest
|
|
@@ -180,41 +177,22 @@ GEM
|
|
|
180
177
|
rails-html-sanitizer (1.6.2)
|
|
181
178
|
loofah (~> 2.21)
|
|
182
179
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
183
|
-
railties (8.
|
|
184
|
-
actionpack (= 8.
|
|
185
|
-
activesupport (= 8.
|
|
180
|
+
railties (8.1.3)
|
|
181
|
+
actionpack (= 8.1.3)
|
|
182
|
+
activesupport (= 8.1.3)
|
|
186
183
|
irb (~> 1.13)
|
|
187
184
|
rackup (>= 1.0.0)
|
|
188
185
|
rake (>= 12.2)
|
|
189
186
|
thor (~> 1.0, >= 1.2.2)
|
|
190
187
|
tsort (>= 0.2)
|
|
191
188
|
zeitwerk (~> 2.6)
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
rdoc (6.14.2)
|
|
189
|
+
rake (13.4.2)
|
|
190
|
+
rdoc (7.2.0)
|
|
195
191
|
erb
|
|
196
192
|
psych (>= 4.0.0)
|
|
197
|
-
|
|
193
|
+
tsort
|
|
198
194
|
reline (0.6.1)
|
|
199
195
|
io-console (~> 0.5)
|
|
200
|
-
rubocop (1.73.2)
|
|
201
|
-
json (~> 2.3)
|
|
202
|
-
language_server-protocol (~> 3.17.0.2)
|
|
203
|
-
lint_roller (~> 1.1.0)
|
|
204
|
-
parallel (~> 1.10)
|
|
205
|
-
parser (>= 3.3.0.2)
|
|
206
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
207
|
-
regexp_parser (>= 2.9.3, < 3.0)
|
|
208
|
-
rubocop-ast (>= 1.38.0, < 2.0)
|
|
209
|
-
ruby-progressbar (~> 1.7)
|
|
210
|
-
unicode-display_width (>= 2.4.0, < 4.0)
|
|
211
|
-
rubocop-ast (1.43.0)
|
|
212
|
-
parser (>= 3.3.7.2)
|
|
213
|
-
prism (~> 1.4)
|
|
214
|
-
rubocop-performance (1.24.0)
|
|
215
|
-
lint_roller (~> 1.1)
|
|
216
|
-
rubocop (>= 1.72.1, < 2.0)
|
|
217
|
-
rubocop-ast (>= 1.38.0, < 2.0)
|
|
218
196
|
ruby-progressbar (1.13.0)
|
|
219
197
|
securerandom (0.4.1)
|
|
220
198
|
simplecov (0.22.0)
|
|
@@ -223,27 +201,12 @@ GEM
|
|
|
223
201
|
simplecov_json_formatter (~> 0.1)
|
|
224
202
|
simplecov-html (0.13.1)
|
|
225
203
|
simplecov_json_formatter (0.1.4)
|
|
226
|
-
standard (1.47.0)
|
|
227
|
-
language_server-protocol (~> 3.17.0.2)
|
|
228
|
-
lint_roller (~> 1.0)
|
|
229
|
-
rubocop (~> 1.73.0)
|
|
230
|
-
standard-custom (~> 1.0.0)
|
|
231
|
-
standard-performance (~> 1.7)
|
|
232
|
-
standard-custom (1.0.2)
|
|
233
|
-
lint_roller (~> 1.0)
|
|
234
|
-
rubocop (~> 1.50)
|
|
235
|
-
standard-performance (1.7.0)
|
|
236
|
-
lint_roller (~> 1.1)
|
|
237
|
-
rubocop-performance (~> 1.24.0)
|
|
238
204
|
stringio (3.1.7)
|
|
239
205
|
thor (1.4.0)
|
|
240
206
|
timeout (0.4.3)
|
|
241
207
|
tsort (0.2.0)
|
|
242
208
|
tzinfo (2.0.6)
|
|
243
209
|
concurrent-ruby (~> 1.0)
|
|
244
|
-
unicode-display_width (3.1.4)
|
|
245
|
-
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
246
|
-
unicode-emoji (4.0.4)
|
|
247
210
|
uri (1.1.1)
|
|
248
211
|
useragent (0.16.11)
|
|
249
212
|
websocket-driver (0.8.0)
|
|
@@ -263,11 +226,9 @@ PLATFORMS
|
|
|
263
226
|
|
|
264
227
|
DEPENDENCIES
|
|
265
228
|
bullet_train-scope_validator!
|
|
266
|
-
minitest (~> 5.0)
|
|
267
229
|
minitest-reporters
|
|
268
230
|
rake (~> 13.0)
|
|
269
231
|
simplecov
|
|
270
|
-
standard (~> 1.3)
|
|
271
232
|
|
|
272
233
|
BUNDLED WITH
|
|
273
234
|
2.6.9
|
data/Rakefile
CHANGED