bullet_train-scope_validator 1.26.1 → 1.28.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 +55 -55
- data/lib/bullet_train/scope_validator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7100923d6d867472050d95016c00bb25e276aae8bcb9587ac41c916c873f173
|
4
|
+
data.tar.gz: a4c820df30787552d63ce00a4585899ca601dad34248e87ed183c0e6b159031f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebd2807afca2fa103f183fb3fea3823949651301f60a345474be0a80d95856d1135d3eb5b08f6da41aa060db144b6f2d7ed5901b989e387c8621c5592f714830
|
7
|
+
data.tar.gz: a09be0cc90e02619d4f04be0d24948e5c1947c7cc0d8ac17116e5171d884fc498a7f629bb817ead397919e40333883b3f0cadac8979190acf060fdbf8d3d7fe9
|
data/Gemfile.lock
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bullet_train-scope_validator (1.
|
4
|
+
bullet_train-scope_validator (1.28.0)
|
5
5
|
rails (>= 6.0.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (8.0.2)
|
11
|
-
actionpack (= 8.0.2)
|
12
|
-
activesupport (= 8.0.2)
|
10
|
+
actioncable (8.0.2.1)
|
11
|
+
actionpack (= 8.0.2.1)
|
12
|
+
activesupport (= 8.0.2.1)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
15
|
zeitwerk (~> 2.6)
|
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)
|
16
|
+
actionmailbox (8.0.2.1)
|
17
|
+
actionpack (= 8.0.2.1)
|
18
|
+
activejob (= 8.0.2.1)
|
19
|
+
activerecord (= 8.0.2.1)
|
20
|
+
activestorage (= 8.0.2.1)
|
21
|
+
activesupport (= 8.0.2.1)
|
22
22
|
mail (>= 2.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)
|
23
|
+
actionmailer (8.0.2.1)
|
24
|
+
actionpack (= 8.0.2.1)
|
25
|
+
actionview (= 8.0.2.1)
|
26
|
+
activejob (= 8.0.2.1)
|
27
|
+
activesupport (= 8.0.2.1)
|
28
28
|
mail (>= 2.8.0)
|
29
29
|
rails-dom-testing (~> 2.2)
|
30
|
-
actionpack (8.0.2)
|
31
|
-
actionview (= 8.0.2)
|
32
|
-
activesupport (= 8.0.2)
|
30
|
+
actionpack (8.0.2.1)
|
31
|
+
actionview (= 8.0.2.1)
|
32
|
+
activesupport (= 8.0.2.1)
|
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.2)
|
41
|
-
actionpack (= 8.0.2)
|
42
|
-
activerecord (= 8.0.2)
|
43
|
-
activestorage (= 8.0.2)
|
44
|
-
activesupport (= 8.0.2)
|
40
|
+
actiontext (8.0.2.1)
|
41
|
+
actionpack (= 8.0.2.1)
|
42
|
+
activerecord (= 8.0.2.1)
|
43
|
+
activestorage (= 8.0.2.1)
|
44
|
+
activesupport (= 8.0.2.1)
|
45
45
|
globalid (>= 0.6.0)
|
46
46
|
nokogiri (>= 1.8.5)
|
47
|
-
actionview (8.0.2)
|
48
|
-
activesupport (= 8.0.2)
|
47
|
+
actionview (8.0.2.1)
|
48
|
+
activesupport (= 8.0.2.1)
|
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.2)
|
54
|
-
activesupport (= 8.0.2)
|
53
|
+
activejob (8.0.2.1)
|
54
|
+
activesupport (= 8.0.2.1)
|
55
55
|
globalid (>= 0.3.6)
|
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)
|
56
|
+
activemodel (8.0.2.1)
|
57
|
+
activesupport (= 8.0.2.1)
|
58
|
+
activerecord (8.0.2.1)
|
59
|
+
activemodel (= 8.0.2.1)
|
60
|
+
activesupport (= 8.0.2.1)
|
61
61
|
timeout (>= 0.4.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)
|
62
|
+
activestorage (8.0.2.1)
|
63
|
+
actionpack (= 8.0.2.1)
|
64
|
+
activejob (= 8.0.2.1)
|
65
|
+
activerecord (= 8.0.2.1)
|
66
|
+
activesupport (= 8.0.2.1)
|
67
67
|
marcel (~> 1.0)
|
68
|
-
activesupport (8.0.2)
|
68
|
+
activesupport (8.0.2.1)
|
69
69
|
base64
|
70
70
|
benchmark (>= 0.3)
|
71
71
|
bigdecimal
|
@@ -155,20 +155,20 @@ GEM
|
|
155
155
|
rack (>= 1.3)
|
156
156
|
rackup (2.2.1)
|
157
157
|
rack (>= 3)
|
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)
|
158
|
+
rails (8.0.2.1)
|
159
|
+
actioncable (= 8.0.2.1)
|
160
|
+
actionmailbox (= 8.0.2.1)
|
161
|
+
actionmailer (= 8.0.2.1)
|
162
|
+
actionpack (= 8.0.2.1)
|
163
|
+
actiontext (= 8.0.2.1)
|
164
|
+
actionview (= 8.0.2.1)
|
165
|
+
activejob (= 8.0.2.1)
|
166
|
+
activemodel (= 8.0.2.1)
|
167
|
+
activerecord (= 8.0.2.1)
|
168
|
+
activestorage (= 8.0.2.1)
|
169
|
+
activesupport (= 8.0.2.1)
|
170
170
|
bundler (>= 1.15.0)
|
171
|
-
railties (= 8.0.2)
|
171
|
+
railties (= 8.0.2.1)
|
172
172
|
rails-dom-testing (2.2.0)
|
173
173
|
activesupport (>= 5.0.0)
|
174
174
|
minitest
|
@@ -176,9 +176,9 @@ GEM
|
|
176
176
|
rails-html-sanitizer (1.6.2)
|
177
177
|
loofah (~> 2.21)
|
178
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)
|
179
|
-
railties (8.0.2)
|
180
|
-
actionpack (= 8.0.2)
|
181
|
-
activesupport (= 8.0.2)
|
179
|
+
railties (8.0.2.1)
|
180
|
+
actionpack (= 8.0.2.1)
|
181
|
+
activesupport (= 8.0.2.1)
|
182
182
|
irb (~> 1.13)
|
183
183
|
rackup (>= 1.0.0)
|
184
184
|
rake (>= 12.2)
|
@@ -186,7 +186,7 @@ GEM
|
|
186
186
|
zeitwerk (~> 2.6)
|
187
187
|
rainbow (3.1.1)
|
188
188
|
rake (13.2.1)
|
189
|
-
rdoc (6.14.
|
189
|
+
rdoc (6.14.2)
|
190
190
|
erb
|
191
191
|
psych (>= 4.0.0)
|
192
192
|
regexp_parser (2.10.0)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
@@ -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.9
|
83
83
|
specification_version: 4
|
84
84
|
summary: Protect `belongs_to` attributes from ID stuffing.
|
85
85
|
test_files: []
|