bullet_train-scope_validator 1.6.13 → 1.6.15
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 +174 -1
- data/lib/bullet_train/scope_validator/version.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38622a8a4dffca3daa3b499f23089cc64acf759d04edbcaceef88df776b17588
|
4
|
+
data.tar.gz: 3a1899b4e87b59d4f06d195e7c1e4993c66f4388b0c0d3b55defb3da3c167db4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d5ddf5791f25198796bfab838a062971b440363230c40107758d0c2805f11e778f06d802914b6658d08cf0a83f058b4fa5677822f16b03d259d9c37bab3184e
|
7
|
+
data.tar.gz: 43635baf0438b3a591fad3dcd6eed41c18757c9f8f4300ff9227b4a185ec6acf8bdaee8030303c97f49543802587e7b0e8e07fc692947944e0541e6978cd2b27
|
data/Gemfile.lock
CHANGED
@@ -1,19 +1,181 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bullet_train-scope_validator (1.6.
|
4
|
+
bullet_train-scope_validator (1.6.15)
|
5
|
+
rails
|
5
6
|
|
6
7
|
GEM
|
7
8
|
remote: https://rubygems.org/
|
8
9
|
specs:
|
10
|
+
actioncable (7.1.2)
|
11
|
+
actionpack (= 7.1.2)
|
12
|
+
activesupport (= 7.1.2)
|
13
|
+
nio4r (~> 2.0)
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
zeitwerk (~> 2.6)
|
16
|
+
actionmailbox (7.1.2)
|
17
|
+
actionpack (= 7.1.2)
|
18
|
+
activejob (= 7.1.2)
|
19
|
+
activerecord (= 7.1.2)
|
20
|
+
activestorage (= 7.1.2)
|
21
|
+
activesupport (= 7.1.2)
|
22
|
+
mail (>= 2.7.1)
|
23
|
+
net-imap
|
24
|
+
net-pop
|
25
|
+
net-smtp
|
26
|
+
actionmailer (7.1.2)
|
27
|
+
actionpack (= 7.1.2)
|
28
|
+
actionview (= 7.1.2)
|
29
|
+
activejob (= 7.1.2)
|
30
|
+
activesupport (= 7.1.2)
|
31
|
+
mail (~> 2.5, >= 2.5.4)
|
32
|
+
net-imap
|
33
|
+
net-pop
|
34
|
+
net-smtp
|
35
|
+
rails-dom-testing (~> 2.2)
|
36
|
+
actionpack (7.1.2)
|
37
|
+
actionview (= 7.1.2)
|
38
|
+
activesupport (= 7.1.2)
|
39
|
+
nokogiri (>= 1.8.5)
|
40
|
+
racc
|
41
|
+
rack (>= 2.2.4)
|
42
|
+
rack-session (>= 1.0.1)
|
43
|
+
rack-test (>= 0.6.3)
|
44
|
+
rails-dom-testing (~> 2.2)
|
45
|
+
rails-html-sanitizer (~> 1.6)
|
46
|
+
actiontext (7.1.2)
|
47
|
+
actionpack (= 7.1.2)
|
48
|
+
activerecord (= 7.1.2)
|
49
|
+
activestorage (= 7.1.2)
|
50
|
+
activesupport (= 7.1.2)
|
51
|
+
globalid (>= 0.6.0)
|
52
|
+
nokogiri (>= 1.8.5)
|
53
|
+
actionview (7.1.2)
|
54
|
+
activesupport (= 7.1.2)
|
55
|
+
builder (~> 3.1)
|
56
|
+
erubi (~> 1.11)
|
57
|
+
rails-dom-testing (~> 2.2)
|
58
|
+
rails-html-sanitizer (~> 1.6)
|
59
|
+
activejob (7.1.2)
|
60
|
+
activesupport (= 7.1.2)
|
61
|
+
globalid (>= 0.3.6)
|
62
|
+
activemodel (7.1.2)
|
63
|
+
activesupport (= 7.1.2)
|
64
|
+
activerecord (7.1.2)
|
65
|
+
activemodel (= 7.1.2)
|
66
|
+
activesupport (= 7.1.2)
|
67
|
+
timeout (>= 0.4.0)
|
68
|
+
activestorage (7.1.2)
|
69
|
+
actionpack (= 7.1.2)
|
70
|
+
activejob (= 7.1.2)
|
71
|
+
activerecord (= 7.1.2)
|
72
|
+
activesupport (= 7.1.2)
|
73
|
+
marcel (~> 1.0)
|
74
|
+
activesupport (7.1.2)
|
75
|
+
base64
|
76
|
+
bigdecimal
|
77
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
78
|
+
connection_pool (>= 2.2.5)
|
79
|
+
drb
|
80
|
+
i18n (>= 1.6, < 2)
|
81
|
+
minitest (>= 5.1)
|
82
|
+
mutex_m
|
83
|
+
tzinfo (~> 2.0)
|
9
84
|
ast (2.4.2)
|
85
|
+
base64 (0.2.0)
|
86
|
+
bigdecimal (3.1.4)
|
87
|
+
builder (3.2.4)
|
88
|
+
concurrent-ruby (1.2.2)
|
89
|
+
connection_pool (2.4.1)
|
90
|
+
crass (1.0.6)
|
91
|
+
date (3.3.4)
|
92
|
+
drb (2.2.0)
|
93
|
+
ruby2_keywords
|
94
|
+
erubi (1.12.0)
|
95
|
+
globalid (1.2.1)
|
96
|
+
activesupport (>= 6.1)
|
97
|
+
i18n (1.14.1)
|
98
|
+
concurrent-ruby (~> 1.0)
|
99
|
+
io-console (0.6.0)
|
100
|
+
irb (1.9.0)
|
101
|
+
rdoc
|
102
|
+
reline (>= 0.3.8)
|
103
|
+
loofah (2.22.0)
|
104
|
+
crass (~> 1.0.2)
|
105
|
+
nokogiri (>= 1.12.0)
|
106
|
+
mail (2.8.1)
|
107
|
+
mini_mime (>= 0.1.1)
|
108
|
+
net-imap
|
109
|
+
net-pop
|
110
|
+
net-smtp
|
111
|
+
marcel (1.0.2)
|
112
|
+
mini_mime (1.1.5)
|
10
113
|
minitest (5.15.0)
|
114
|
+
mutex_m (0.2.0)
|
115
|
+
net-imap (0.4.5)
|
116
|
+
date
|
117
|
+
net-protocol
|
118
|
+
net-pop (0.1.2)
|
119
|
+
net-protocol
|
120
|
+
net-protocol (0.2.2)
|
121
|
+
timeout
|
122
|
+
net-smtp (0.4.0)
|
123
|
+
net-protocol
|
124
|
+
nio4r (2.6.0)
|
125
|
+
nokogiri (1.15.4-arm64-darwin)
|
126
|
+
racc (~> 1.4)
|
127
|
+
nokogiri (1.15.4-x86_64-linux)
|
128
|
+
racc (~> 1.4)
|
11
129
|
parallel (1.21.0)
|
12
130
|
parser (3.1.0.0)
|
13
131
|
ast (~> 2.4.1)
|
132
|
+
psych (5.1.1.1)
|
133
|
+
stringio
|
134
|
+
racc (1.7.3)
|
135
|
+
rack (3.0.8)
|
136
|
+
rack-session (2.0.0)
|
137
|
+
rack (>= 3.0.0)
|
138
|
+
rack-test (2.1.0)
|
139
|
+
rack (>= 1.3)
|
140
|
+
rackup (2.1.0)
|
141
|
+
rack (>= 3)
|
142
|
+
webrick (~> 1.8)
|
143
|
+
rails (7.1.2)
|
144
|
+
actioncable (= 7.1.2)
|
145
|
+
actionmailbox (= 7.1.2)
|
146
|
+
actionmailer (= 7.1.2)
|
147
|
+
actionpack (= 7.1.2)
|
148
|
+
actiontext (= 7.1.2)
|
149
|
+
actionview (= 7.1.2)
|
150
|
+
activejob (= 7.1.2)
|
151
|
+
activemodel (= 7.1.2)
|
152
|
+
activerecord (= 7.1.2)
|
153
|
+
activestorage (= 7.1.2)
|
154
|
+
activesupport (= 7.1.2)
|
155
|
+
bundler (>= 1.15.0)
|
156
|
+
railties (= 7.1.2)
|
157
|
+
rails-dom-testing (2.2.0)
|
158
|
+
activesupport (>= 5.0.0)
|
159
|
+
minitest
|
160
|
+
nokogiri (>= 1.6)
|
161
|
+
rails-html-sanitizer (1.6.0)
|
162
|
+
loofah (~> 2.21)
|
163
|
+
nokogiri (~> 1.14)
|
164
|
+
railties (7.1.2)
|
165
|
+
actionpack (= 7.1.2)
|
166
|
+
activesupport (= 7.1.2)
|
167
|
+
irb
|
168
|
+
rackup (>= 1.0.0)
|
169
|
+
rake (>= 12.2)
|
170
|
+
thor (~> 1.0, >= 1.2.2)
|
171
|
+
zeitwerk (~> 2.6)
|
14
172
|
rainbow (3.1.1)
|
15
173
|
rake (13.0.6)
|
174
|
+
rdoc (6.6.0)
|
175
|
+
psych (>= 4.0.0)
|
16
176
|
regexp_parser (2.2.0)
|
177
|
+
reline (0.4.0)
|
178
|
+
io-console (~> 0.5)
|
17
179
|
rexml (3.2.5)
|
18
180
|
rubocop (1.24.1)
|
19
181
|
parallel (~> 1.10)
|
@@ -30,10 +192,21 @@ GEM
|
|
30
192
|
rubocop (>= 1.7.0, < 2.0)
|
31
193
|
rubocop-ast (>= 0.4.0)
|
32
194
|
ruby-progressbar (1.11.0)
|
195
|
+
ruby2_keywords (0.0.5)
|
33
196
|
standard (1.6.0)
|
34
197
|
rubocop (= 1.24.1)
|
35
198
|
rubocop-performance (= 1.13.1)
|
199
|
+
stringio (3.0.9)
|
200
|
+
thor (1.3.0)
|
201
|
+
timeout (0.4.1)
|
202
|
+
tzinfo (2.0.6)
|
203
|
+
concurrent-ruby (~> 1.0)
|
36
204
|
unicode-display_width (2.1.0)
|
205
|
+
webrick (1.8.1)
|
206
|
+
websocket-driver (0.7.6)
|
207
|
+
websocket-extensions (>= 0.1.0)
|
208
|
+
websocket-extensions (0.1.5)
|
209
|
+
zeitwerk (2.6.12)
|
37
210
|
|
38
211
|
PLATFORMS
|
39
212
|
arm64-darwin-20
|
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-scope_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
12
|
-
dependencies:
|
11
|
+
date: 2023-11-16 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rails
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
13
27
|
description: Protect `belongs_to` attributes from ID stuffing.
|
14
28
|
email:
|
15
29
|
- andrew.culver@gmail.com
|