bullet_train-scope_validator 1.6.13 → 1.6.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7d1c77a40b26dbcbaaa2291f0108303b817f080f8bc8355879dcee4f20dd255
4
- data.tar.gz: 7f0f3f341268d90fabe9794b71ddfd194de7b0b8c764604ff0044bfe363ee0f6
3
+ metadata.gz: 58e3c1bab7421910ebd703d62a255f991d63f1992b34d4b21918310976c26ba9
4
+ data.tar.gz: fa3e17a91fa40b0b99a5e4caffcbeb68f975e9208e96241219fc618edc89da43
5
5
  SHA512:
6
- metadata.gz: 3dd3fe3d20be874daa68b783caa656536bee47c41897cd3f2babb177521bad55e7b94e0b3d1e2870f0912e7ed680802a4635dfac2e8cbb7b3e3ec4b632c1c014
7
- data.tar.gz: 9ea067966a880dec7014fcbec626f7245eefceab1b56a7dc6052a186277e6890d51525902d28cb6446648897110cd8c5e1620592644b39b09eea6a46436e8967
6
+ metadata.gz: 69bdd8c20d4665e383adc24a5d8573f71354216caa21c82374a737df32d4566ca9750ed1a7cc8cc8230ab86f581e5e61dd740faa31ab3afc41db3ca7fc014d9c
7
+ data.tar.gz: 126c8553292d14be01e30a0f0aca08dd39a5e6186b93ca2c6e0c92a7b46783b9e368165161ee153c19477bed03c238e193eb9588d17bd7ef375b713029672ad6
data/Gemfile.lock CHANGED
@@ -1,19 +1,181 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bullet_train-scope_validator (1.6.13)
4
+ bullet_train-scope_validator (1.6.14)
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.5.9)
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BulletTrain
4
4
  module ScopeValidator
5
- VERSION = "1.6.13"
5
+ VERSION = "1.6.14"
6
6
  end
7
7
  end
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.6.13
4
+ version: 1.6.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-11-15 00:00:00.000000000 Z
12
- dependencies: []
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