bullet_train-scope_validator 1.8.0 → 1.8.1

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: 0cc8a7045c381709f3be4109952d73bfe8e87b8f915995ae7c84f37e10ac853d
4
- data.tar.gz: f36400ded50e116a9c959a1d52600a353a90bae31b4d7635b9db2afe7eedf66b
3
+ metadata.gz: 75466a3cee55753c6574ab1b608c361e1a3d18cf32299f4e0ecd9613d82904ba
4
+ data.tar.gz: ebdca5943dda0834b46192692483258dc3916d67c8db699bdcac6248f0367a31
5
5
  SHA512:
6
- metadata.gz: fd506f05d28e1194af148bd81224671d2f1e5702a6583c6ee8a8997d45559892655810dd4b8e81db9c637481426d7a0ac479ff043921a21637e387447ee222dc
7
- data.tar.gz: 3ddacff2eae5b6dec85f51e9ff2cb50e79a2f904639b67327446b3a4607e26cfab0b69304b28dbfb90f1bcd055dc23134045c081a822b49783a48925f3a421a0
6
+ metadata.gz: 4f5a3f7b0942532a72edd65f5de29d880863e976172ebc5abe2b6204b73d2438700e2d8e6f521e1dba05159d98aa3e9bf28596227f16767e9911863b549eccb4
7
+ data.tar.gz: 322794cfa0588f05eafa510ba1f862fcfecad677e9c350f5d328c27ebadde98c813a3a523b5d4064baf232e07ebb3f872e7f9e1c1ddde22bca1ef9e37f39ed61
data/Gemfile.lock CHANGED
@@ -1,35 +1,35 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bullet_train-scope_validator (1.8.0)
4
+ bullet_train-scope_validator (1.8.1)
5
5
  rails
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (7.2.1.1)
11
- actionpack (= 7.2.1.1)
12
- activesupport (= 7.2.1.1)
10
+ actioncable (7.2.1.2)
11
+ actionpack (= 7.2.1.2)
12
+ activesupport (= 7.2.1.2)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
15
  zeitwerk (~> 2.6)
16
- actionmailbox (7.2.1.1)
17
- actionpack (= 7.2.1.1)
18
- activejob (= 7.2.1.1)
19
- activerecord (= 7.2.1.1)
20
- activestorage (= 7.2.1.1)
21
- activesupport (= 7.2.1.1)
16
+ actionmailbox (7.2.1.2)
17
+ actionpack (= 7.2.1.2)
18
+ activejob (= 7.2.1.2)
19
+ activerecord (= 7.2.1.2)
20
+ activestorage (= 7.2.1.2)
21
+ activesupport (= 7.2.1.2)
22
22
  mail (>= 2.8.0)
23
- actionmailer (7.2.1.1)
24
- actionpack (= 7.2.1.1)
25
- actionview (= 7.2.1.1)
26
- activejob (= 7.2.1.1)
27
- activesupport (= 7.2.1.1)
23
+ actionmailer (7.2.1.2)
24
+ actionpack (= 7.2.1.2)
25
+ actionview (= 7.2.1.2)
26
+ activejob (= 7.2.1.2)
27
+ activesupport (= 7.2.1.2)
28
28
  mail (>= 2.8.0)
29
29
  rails-dom-testing (~> 2.2)
30
- actionpack (7.2.1.1)
31
- actionview (= 7.2.1.1)
32
- activesupport (= 7.2.1.1)
30
+ actionpack (7.2.1.2)
31
+ actionview (= 7.2.1.2)
32
+ activesupport (= 7.2.1.2)
33
33
  nokogiri (>= 1.8.5)
34
34
  racc
35
35
  rack (>= 2.2.4, < 3.2)
@@ -38,35 +38,35 @@ GEM
38
38
  rails-dom-testing (~> 2.2)
39
39
  rails-html-sanitizer (~> 1.6)
40
40
  useragent (~> 0.16)
41
- actiontext (7.2.1.1)
42
- actionpack (= 7.2.1.1)
43
- activerecord (= 7.2.1.1)
44
- activestorage (= 7.2.1.1)
45
- activesupport (= 7.2.1.1)
41
+ actiontext (7.2.1.2)
42
+ actionpack (= 7.2.1.2)
43
+ activerecord (= 7.2.1.2)
44
+ activestorage (= 7.2.1.2)
45
+ activesupport (= 7.2.1.2)
46
46
  globalid (>= 0.6.0)
47
47
  nokogiri (>= 1.8.5)
48
- actionview (7.2.1.1)
49
- activesupport (= 7.2.1.1)
48
+ actionview (7.2.1.2)
49
+ activesupport (= 7.2.1.2)
50
50
  builder (~> 3.1)
51
51
  erubi (~> 1.11)
52
52
  rails-dom-testing (~> 2.2)
53
53
  rails-html-sanitizer (~> 1.6)
54
- activejob (7.2.1.1)
55
- activesupport (= 7.2.1.1)
54
+ activejob (7.2.1.2)
55
+ activesupport (= 7.2.1.2)
56
56
  globalid (>= 0.3.6)
57
- activemodel (7.2.1.1)
58
- activesupport (= 7.2.1.1)
59
- activerecord (7.2.1.1)
60
- activemodel (= 7.2.1.1)
61
- activesupport (= 7.2.1.1)
57
+ activemodel (7.2.1.2)
58
+ activesupport (= 7.2.1.2)
59
+ activerecord (7.2.1.2)
60
+ activemodel (= 7.2.1.2)
61
+ activesupport (= 7.2.1.2)
62
62
  timeout (>= 0.4.0)
63
- activestorage (7.2.1.1)
64
- actionpack (= 7.2.1.1)
65
- activejob (= 7.2.1.1)
66
- activerecord (= 7.2.1.1)
67
- activesupport (= 7.2.1.1)
63
+ activestorage (7.2.1.2)
64
+ actionpack (= 7.2.1.2)
65
+ activejob (= 7.2.1.2)
66
+ activerecord (= 7.2.1.2)
67
+ activesupport (= 7.2.1.2)
68
68
  marcel (~> 1.0)
69
- activesupport (7.2.1.1)
69
+ activesupport (7.2.1.2)
70
70
  base64
71
71
  bigdecimal
72
72
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -97,7 +97,7 @@ GEM
97
97
  rdoc (>= 4.0.0)
98
98
  reline (>= 0.4.2)
99
99
  logger (1.6.1)
100
- loofah (2.22.0)
100
+ loofah (2.23.1)
101
101
  crass (~> 1.0.2)
102
102
  nokogiri (>= 1.12.0)
103
103
  mail (2.8.1)
@@ -122,7 +122,7 @@ GEM
122
122
  timeout
123
123
  net-smtp (0.5.0)
124
124
  net-protocol
125
- nio4r (2.7.3)
125
+ nio4r (2.7.4)
126
126
  nokogiri (1.16.7-arm64-darwin)
127
127
  racc (~> 1.4)
128
128
  nokogiri (1.16.7-x86_64-linux)
@@ -141,20 +141,20 @@ GEM
141
141
  rackup (2.1.0)
142
142
  rack (>= 3)
143
143
  webrick (~> 1.8)
144
- rails (7.2.1.1)
145
- actioncable (= 7.2.1.1)
146
- actionmailbox (= 7.2.1.1)
147
- actionmailer (= 7.2.1.1)
148
- actionpack (= 7.2.1.1)
149
- actiontext (= 7.2.1.1)
150
- actionview (= 7.2.1.1)
151
- activejob (= 7.2.1.1)
152
- activemodel (= 7.2.1.1)
153
- activerecord (= 7.2.1.1)
154
- activestorage (= 7.2.1.1)
155
- activesupport (= 7.2.1.1)
144
+ rails (7.2.1.2)
145
+ actioncable (= 7.2.1.2)
146
+ actionmailbox (= 7.2.1.2)
147
+ actionmailer (= 7.2.1.2)
148
+ actionpack (= 7.2.1.2)
149
+ actiontext (= 7.2.1.2)
150
+ actionview (= 7.2.1.2)
151
+ activejob (= 7.2.1.2)
152
+ activemodel (= 7.2.1.2)
153
+ activerecord (= 7.2.1.2)
154
+ activestorage (= 7.2.1.2)
155
+ activesupport (= 7.2.1.2)
156
156
  bundler (>= 1.15.0)
157
- railties (= 7.2.1.1)
157
+ railties (= 7.2.1.2)
158
158
  rails-dom-testing (2.2.0)
159
159
  activesupport (>= 5.0.0)
160
160
  minitest
@@ -162,9 +162,9 @@ GEM
162
162
  rails-html-sanitizer (1.6.0)
163
163
  loofah (~> 2.21)
164
164
  nokogiri (~> 1.14)
165
- railties (7.2.1.1)
166
- actionpack (= 7.2.1.1)
167
- activesupport (= 7.2.1.1)
165
+ railties (7.2.1.2)
166
+ actionpack (= 7.2.1.2)
167
+ activesupport (= 7.2.1.2)
168
168
  irb (~> 1.13)
169
169
  rackup (>= 1.0.0)
170
170
  rake (>= 12.2)
@@ -208,7 +208,7 @@ GEM
208
208
  websocket-driver (0.7.6)
209
209
  websocket-extensions (>= 0.1.0)
210
210
  websocket-extensions (0.1.5)
211
- zeitwerk (2.7.0)
211
+ zeitwerk (2.7.1)
212
212
 
213
213
  PLATFORMS
214
214
  arm64-darwin-20
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BulletTrain
4
4
  module ScopeValidator
5
- VERSION = "1.8.0"
5
+ VERSION = "1.8.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-scope_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails