bullet_train-scope_validator 1.19.2 → 1.21.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/Gemfile.lock +106 -93
- data/lib/bullet_train/scope_validator/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a375821fd3dccb83529b8eec980ff50a92125bd9a1b4a15101f30dff3c48902b
|
4
|
+
data.tar.gz: acc4f17a54680ea4833eb9f41da9b575da36fd4f7e9817439edbbe89c2cbd286
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cb5d08075af6f13f4c6873947051e6015624e867edbdf0e3d68a45302791134496764d808e8bbd247cfe8c6dd82e51412fabfd003620a9573a52092d09e030c
|
7
|
+
data.tar.gz: 242674cf2a1bad1566c52c6319723cab1d322c1c50bfa19edf3f13a1a6ee48a8dffa15e39f252ac86bc97de91bec1f072b6c07a47f84569b0de52e745aa5fd66
|
data/Gemfile.lock
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bullet_train-scope_validator (1.
|
5
|
-
rails
|
4
|
+
bullet_train-scope_validator (1.21.0)
|
5
|
+
rails (>= 6.0.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (8.0.
|
11
|
-
actionpack (= 8.0.
|
12
|
-
activesupport (= 8.0.
|
10
|
+
actioncable (8.0.2)
|
11
|
+
actionpack (= 8.0.2)
|
12
|
+
activesupport (= 8.0.2)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
15
|
zeitwerk (~> 2.6)
|
16
|
-
actionmailbox (8.0.
|
17
|
-
actionpack (= 8.0.
|
18
|
-
activejob (= 8.0.
|
19
|
-
activerecord (= 8.0.
|
20
|
-
activestorage (= 8.0.
|
21
|
-
activesupport (= 8.0.
|
16
|
+
actionmailbox (8.0.2)
|
17
|
+
actionpack (= 8.0.2)
|
18
|
+
activejob (= 8.0.2)
|
19
|
+
activerecord (= 8.0.2)
|
20
|
+
activestorage (= 8.0.2)
|
21
|
+
activesupport (= 8.0.2)
|
22
22
|
mail (>= 2.8.0)
|
23
|
-
actionmailer (8.0.
|
24
|
-
actionpack (= 8.0.
|
25
|
-
actionview (= 8.0.
|
26
|
-
activejob (= 8.0.
|
27
|
-
activesupport (= 8.0.
|
23
|
+
actionmailer (8.0.2)
|
24
|
+
actionpack (= 8.0.2)
|
25
|
+
actionview (= 8.0.2)
|
26
|
+
activejob (= 8.0.2)
|
27
|
+
activesupport (= 8.0.2)
|
28
28
|
mail (>= 2.8.0)
|
29
29
|
rails-dom-testing (~> 2.2)
|
30
|
-
actionpack (8.0.
|
31
|
-
actionview (= 8.0.
|
32
|
-
activesupport (= 8.0.
|
30
|
+
actionpack (8.0.2)
|
31
|
+
actionview (= 8.0.2)
|
32
|
+
activesupport (= 8.0.2)
|
33
33
|
nokogiri (>= 1.8.5)
|
34
34
|
rack (>= 2.2.4)
|
35
35
|
rack-session (>= 1.0.1)
|
@@ -37,35 +37,35 @@ GEM
|
|
37
37
|
rails-dom-testing (~> 2.2)
|
38
38
|
rails-html-sanitizer (~> 1.6)
|
39
39
|
useragent (~> 0.16)
|
40
|
-
actiontext (8.0.
|
41
|
-
actionpack (= 8.0.
|
42
|
-
activerecord (= 8.0.
|
43
|
-
activestorage (= 8.0.
|
44
|
-
activesupport (= 8.0.
|
40
|
+
actiontext (8.0.2)
|
41
|
+
actionpack (= 8.0.2)
|
42
|
+
activerecord (= 8.0.2)
|
43
|
+
activestorage (= 8.0.2)
|
44
|
+
activesupport (= 8.0.2)
|
45
45
|
globalid (>= 0.6.0)
|
46
46
|
nokogiri (>= 1.8.5)
|
47
|
-
actionview (8.0.
|
48
|
-
activesupport (= 8.0.
|
47
|
+
actionview (8.0.2)
|
48
|
+
activesupport (= 8.0.2)
|
49
49
|
builder (~> 3.1)
|
50
50
|
erubi (~> 1.11)
|
51
51
|
rails-dom-testing (~> 2.2)
|
52
52
|
rails-html-sanitizer (~> 1.6)
|
53
|
-
activejob (8.0.
|
54
|
-
activesupport (= 8.0.
|
53
|
+
activejob (8.0.2)
|
54
|
+
activesupport (= 8.0.2)
|
55
55
|
globalid (>= 0.3.6)
|
56
|
-
activemodel (8.0.
|
57
|
-
activesupport (= 8.0.
|
58
|
-
activerecord (8.0.
|
59
|
-
activemodel (= 8.0.
|
60
|
-
activesupport (= 8.0.
|
56
|
+
activemodel (8.0.2)
|
57
|
+
activesupport (= 8.0.2)
|
58
|
+
activerecord (8.0.2)
|
59
|
+
activemodel (= 8.0.2)
|
60
|
+
activesupport (= 8.0.2)
|
61
61
|
timeout (>= 0.4.0)
|
62
|
-
activestorage (8.0.
|
63
|
-
actionpack (= 8.0.
|
64
|
-
activejob (= 8.0.
|
65
|
-
activerecord (= 8.0.
|
66
|
-
activesupport (= 8.0.
|
62
|
+
activestorage (8.0.2)
|
63
|
+
actionpack (= 8.0.2)
|
64
|
+
activejob (= 8.0.2)
|
65
|
+
activerecord (= 8.0.2)
|
66
|
+
activesupport (= 8.0.2)
|
67
67
|
marcel (~> 1.0)
|
68
|
-
activesupport (8.0.
|
68
|
+
activesupport (8.0.2)
|
69
69
|
base64
|
70
70
|
benchmark (>= 0.3)
|
71
71
|
bigdecimal
|
@@ -79,31 +79,33 @@ GEM
|
|
79
79
|
tzinfo (~> 2.0, >= 2.0.5)
|
80
80
|
uri (>= 0.13.1)
|
81
81
|
ansi (1.5.0)
|
82
|
-
ast (2.4.
|
82
|
+
ast (2.4.3)
|
83
83
|
base64 (0.2.0)
|
84
84
|
benchmark (0.4.0)
|
85
85
|
bigdecimal (3.1.9)
|
86
86
|
builder (3.3.0)
|
87
|
-
concurrent-ruby (1.3.
|
88
|
-
connection_pool (2.
|
87
|
+
concurrent-ruby (1.3.5)
|
88
|
+
connection_pool (2.5.0)
|
89
89
|
crass (1.0.6)
|
90
90
|
date (3.4.1)
|
91
91
|
docile (1.4.1)
|
92
92
|
drb (2.2.1)
|
93
|
+
erb (5.0.1)
|
93
94
|
erubi (1.13.1)
|
94
95
|
globalid (1.2.1)
|
95
96
|
activesupport (>= 6.1)
|
96
|
-
i18n (1.14.
|
97
|
+
i18n (1.14.7)
|
97
98
|
concurrent-ruby (~> 1.0)
|
98
99
|
io-console (0.8.0)
|
99
|
-
irb (1.
|
100
|
+
irb (1.15.2)
|
101
|
+
pp (>= 0.6.0)
|
100
102
|
rdoc (>= 4.0.0)
|
101
103
|
reline (>= 0.4.2)
|
102
|
-
json (2.
|
103
|
-
language_server-protocol (3.17.0.
|
104
|
+
json (2.10.2)
|
105
|
+
language_server-protocol (3.17.0.4)
|
104
106
|
lint_roller (1.1.0)
|
105
|
-
logger (1.
|
106
|
-
loofah (2.
|
107
|
+
logger (1.7.0)
|
108
|
+
loofah (2.24.0)
|
107
109
|
crass (~> 1.0.2)
|
108
110
|
nokogiri (>= 1.12.0)
|
109
111
|
mail (2.8.1)
|
@@ -113,55 +115,60 @@ GEM
|
|
113
115
|
net-smtp
|
114
116
|
marcel (1.0.4)
|
115
117
|
mini_mime (1.1.5)
|
116
|
-
minitest (5.25.
|
118
|
+
minitest (5.25.5)
|
117
119
|
minitest-reporters (1.7.1)
|
118
120
|
ansi
|
119
121
|
builder
|
120
122
|
minitest (>= 5.0)
|
121
123
|
ruby-progressbar
|
122
|
-
net-imap (0.5.
|
124
|
+
net-imap (0.5.8)
|
123
125
|
date
|
124
126
|
net-protocol
|
125
127
|
net-pop (0.1.2)
|
126
128
|
net-protocol
|
127
129
|
net-protocol (0.2.2)
|
128
130
|
timeout
|
129
|
-
net-smtp (0.5.
|
131
|
+
net-smtp (0.5.1)
|
130
132
|
net-protocol
|
131
133
|
nio4r (2.7.4)
|
132
|
-
nokogiri (1.18.
|
134
|
+
nokogiri (1.18.8-arm64-darwin)
|
133
135
|
racc (~> 1.4)
|
134
|
-
nokogiri (1.18.
|
136
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
135
137
|
racc (~> 1.4)
|
136
138
|
parallel (1.26.3)
|
137
|
-
parser (3.3.
|
139
|
+
parser (3.3.7.4)
|
138
140
|
ast (~> 2.4.1)
|
139
141
|
racc
|
140
|
-
|
142
|
+
pp (0.6.2)
|
143
|
+
prettyprint
|
144
|
+
prettyprint (0.2.0)
|
145
|
+
prism (1.4.0)
|
146
|
+
psych (5.2.6)
|
141
147
|
date
|
142
148
|
stringio
|
143
149
|
racc (1.8.1)
|
144
|
-
rack (3.1.
|
145
|
-
rack-session (2.
|
150
|
+
rack (3.1.15)
|
151
|
+
rack-session (2.1.1)
|
152
|
+
base64 (>= 0.1.0)
|
146
153
|
rack (>= 3.0.0)
|
147
154
|
rack-test (2.2.0)
|
148
155
|
rack (>= 1.3)
|
149
156
|
rackup (2.2.1)
|
150
157
|
rack (>= 3)
|
151
|
-
rails (8.0.
|
152
|
-
actioncable (= 8.0.
|
153
|
-
actionmailbox (= 8.0.
|
154
|
-
actionmailer (= 8.0.
|
155
|
-
actionpack (= 8.0.
|
156
|
-
actiontext (= 8.0.
|
157
|
-
actionview (= 8.0.
|
158
|
-
activejob (= 8.0.
|
159
|
-
activemodel (= 8.0.
|
160
|
-
activerecord (= 8.0.
|
161
|
-
activestorage (= 8.0.
|
162
|
-
activesupport (= 8.0.
|
158
|
+
rails (8.0.2)
|
159
|
+
actioncable (= 8.0.2)
|
160
|
+
actionmailbox (= 8.0.2)
|
161
|
+
actionmailer (= 8.0.2)
|
162
|
+
actionpack (= 8.0.2)
|
163
|
+
actiontext (= 8.0.2)
|
164
|
+
actionview (= 8.0.2)
|
165
|
+
activejob (= 8.0.2)
|
166
|
+
activemodel (= 8.0.2)
|
167
|
+
activerecord (= 8.0.2)
|
168
|
+
activestorage (= 8.0.2)
|
169
|
+
activesupport (= 8.0.2)
|
163
170
|
bundler (>= 1.15.0)
|
164
|
-
railties (= 8.0.
|
171
|
+
railties (= 8.0.2)
|
165
172
|
rails-dom-testing (2.2.0)
|
166
173
|
activesupport (>= 5.0.0)
|
167
174
|
minitest
|
@@ -169,9 +176,9 @@ GEM
|
|
169
176
|
rails-html-sanitizer (1.6.2)
|
170
177
|
loofah (~> 2.21)
|
171
178
|
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)
|
172
|
-
railties (8.0.
|
173
|
-
actionpack (= 8.0.
|
174
|
-
activesupport (= 8.0.
|
179
|
+
railties (8.0.2)
|
180
|
+
actionpack (= 8.0.2)
|
181
|
+
activesupport (= 8.0.2)
|
175
182
|
irb (~> 1.13)
|
176
183
|
rackup (>= 1.0.0)
|
177
184
|
rake (>= 12.2)
|
@@ -179,26 +186,30 @@ GEM
|
|
179
186
|
zeitwerk (~> 2.6)
|
180
187
|
rainbow (3.1.1)
|
181
188
|
rake (13.2.1)
|
182
|
-
rdoc (6.
|
189
|
+
rdoc (6.14.0)
|
190
|
+
erb
|
183
191
|
psych (>= 4.0.0)
|
184
192
|
regexp_parser (2.10.0)
|
185
|
-
reline (0.6.
|
193
|
+
reline (0.6.1)
|
186
194
|
io-console (~> 0.5)
|
187
|
-
rubocop (1.
|
195
|
+
rubocop (1.73.2)
|
188
196
|
json (~> 2.3)
|
189
|
-
language_server-protocol (
|
197
|
+
language_server-protocol (~> 3.17.0.2)
|
198
|
+
lint_roller (~> 1.1.0)
|
190
199
|
parallel (~> 1.10)
|
191
200
|
parser (>= 3.3.0.2)
|
192
201
|
rainbow (>= 2.2.2, < 4.0)
|
193
202
|
regexp_parser (>= 2.9.3, < 3.0)
|
194
|
-
rubocop-ast (>= 1.
|
203
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
195
204
|
ruby-progressbar (~> 1.7)
|
196
205
|
unicode-display_width (>= 2.4.0, < 4.0)
|
197
|
-
rubocop-ast (1.
|
198
|
-
parser (>= 3.3.
|
199
|
-
|
200
|
-
|
201
|
-
|
206
|
+
rubocop-ast (1.43.0)
|
207
|
+
parser (>= 3.3.7.2)
|
208
|
+
prism (~> 1.4)
|
209
|
+
rubocop-performance (1.24.0)
|
210
|
+
lint_roller (~> 1.1)
|
211
|
+
rubocop (>= 1.72.1, < 2.0)
|
212
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
202
213
|
ruby-progressbar (1.13.0)
|
203
214
|
securerandom (0.4.1)
|
204
215
|
simplecov (0.22.0)
|
@@ -207,38 +218,40 @@ GEM
|
|
207
218
|
simplecov_json_formatter (~> 0.1)
|
208
219
|
simplecov-html (0.13.1)
|
209
220
|
simplecov_json_formatter (0.1.4)
|
210
|
-
standard (1.
|
221
|
+
standard (1.47.0)
|
211
222
|
language_server-protocol (~> 3.17.0.2)
|
212
223
|
lint_roller (~> 1.0)
|
213
|
-
rubocop (~> 1.
|
224
|
+
rubocop (~> 1.73.0)
|
214
225
|
standard-custom (~> 1.0.0)
|
215
|
-
standard-performance (~> 1.
|
226
|
+
standard-performance (~> 1.7)
|
216
227
|
standard-custom (1.0.2)
|
217
228
|
lint_roller (~> 1.0)
|
218
229
|
rubocop (~> 1.50)
|
219
|
-
standard-performance (1.
|
230
|
+
standard-performance (1.7.0)
|
220
231
|
lint_roller (~> 1.1)
|
221
|
-
rubocop-performance (~> 1.
|
222
|
-
stringio (3.1.
|
232
|
+
rubocop-performance (~> 1.24.0)
|
233
|
+
stringio (3.1.7)
|
223
234
|
thor (1.3.2)
|
224
235
|
timeout (0.4.3)
|
225
236
|
tzinfo (2.0.6)
|
226
237
|
concurrent-ruby (~> 1.0)
|
227
|
-
unicode-display_width (3.1.
|
238
|
+
unicode-display_width (3.1.4)
|
228
239
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
229
240
|
unicode-emoji (4.0.4)
|
230
|
-
uri (1.0.
|
241
|
+
uri (1.0.3)
|
231
242
|
useragent (0.16.11)
|
232
|
-
websocket-driver (0.
|
243
|
+
websocket-driver (0.8.0)
|
244
|
+
base64
|
233
245
|
websocket-extensions (>= 0.1.0)
|
234
246
|
websocket-extensions (0.1.5)
|
235
|
-
zeitwerk (2.7.
|
247
|
+
zeitwerk (2.7.3)
|
236
248
|
|
237
249
|
PLATFORMS
|
238
250
|
arm64-darwin-20
|
239
251
|
arm64-darwin-21
|
240
252
|
arm64-darwin-22
|
241
253
|
arm64-darwin-23
|
254
|
+
arm64-darwin-24
|
242
255
|
x86_64-linux
|
243
256
|
|
244
257
|
DEPENDENCIES
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-scope_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version:
|
18
|
+
version: 6.0.0
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - ">="
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version:
|
25
|
+
version: 6.0.0
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: simplecov
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
|
-
rubygems_version: 3.6.
|
82
|
+
rubygems_version: 3.6.7
|
83
83
|
specification_version: 4
|
84
84
|
summary: Protect `belongs_to` attributes from ID stuffing.
|
85
85
|
test_files: []
|