bullet_train-scope_validator 1.8.1 → 1.8.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75466a3cee55753c6574ab1b608c361e1a3d18cf32299f4e0ecd9613d82904ba
4
- data.tar.gz: ebdca5943dda0834b46192692483258dc3916d67c8db699bdcac6248f0367a31
3
+ metadata.gz: b6e3cac8c111f6b7f41156652ad7636d50932ee268aafbc4007faefd6ff63aaf
4
+ data.tar.gz: 919c4b5f9b1c32a19637ccdcc23dca2def20b8fe3cbf92a2c5b2920cdd2f52a4
5
5
  SHA512:
6
- metadata.gz: 4f5a3f7b0942532a72edd65f5de29d880863e976172ebc5abe2b6204b73d2438700e2d8e6f521e1dba05159d98aa3e9bf28596227f16767e9911863b549eccb4
7
- data.tar.gz: 322794cfa0588f05eafa510ba1f862fcfecad677e9c350f5d328c27ebadde98c813a3a523b5d4064baf232e07ebb3f872e7f9e1c1ddde22bca1ef9e37f39ed61
6
+ metadata.gz: 55835296680221524aabc39e3d0853118089fd5c0147a13d4c19b1fe2c004e028489d31c2777d8a3109bea419280062aac06da22113f50179e733cb3b9e35ada
7
+ data.tar.gz: 59930c53d1001af5a6f510f8a45c34467c304278ac1426087cd2dd70bec952a575ff35f654271c937464460ea45b2566574f9ded98adbf07a4b959acd85bfe40
data/Gemfile.lock CHANGED
@@ -1,73 +1,73 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bullet_train-scope_validator (1.8.1)
4
+ bullet_train-scope_validator (1.8.3)
5
5
  rails
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (7.2.1.2)
11
- actionpack (= 7.2.1.2)
12
- activesupport (= 7.2.1.2)
10
+ actioncable (8.0.0)
11
+ actionpack (= 8.0.0)
12
+ activesupport (= 8.0.0)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
15
  zeitwerk (~> 2.6)
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)
16
+ actionmailbox (8.0.0)
17
+ actionpack (= 8.0.0)
18
+ activejob (= 8.0.0)
19
+ activerecord (= 8.0.0)
20
+ activestorage (= 8.0.0)
21
+ activesupport (= 8.0.0)
22
22
  mail (>= 2.8.0)
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)
23
+ actionmailer (8.0.0)
24
+ actionpack (= 8.0.0)
25
+ actionview (= 8.0.0)
26
+ activejob (= 8.0.0)
27
+ activesupport (= 8.0.0)
28
28
  mail (>= 2.8.0)
29
29
  rails-dom-testing (~> 2.2)
30
- actionpack (7.2.1.2)
31
- actionview (= 7.2.1.2)
32
- activesupport (= 7.2.1.2)
30
+ actionpack (8.0.0)
31
+ actionview (= 8.0.0)
32
+ activesupport (= 8.0.0)
33
33
  nokogiri (>= 1.8.5)
34
- racc
35
- rack (>= 2.2.4, < 3.2)
34
+ rack (>= 2.2.4)
36
35
  rack-session (>= 1.0.1)
37
36
  rack-test (>= 0.6.3)
38
37
  rails-dom-testing (~> 2.2)
39
38
  rails-html-sanitizer (~> 1.6)
40
39
  useragent (~> 0.16)
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)
40
+ actiontext (8.0.0)
41
+ actionpack (= 8.0.0)
42
+ activerecord (= 8.0.0)
43
+ activestorage (= 8.0.0)
44
+ activesupport (= 8.0.0)
46
45
  globalid (>= 0.6.0)
47
46
  nokogiri (>= 1.8.5)
48
- actionview (7.2.1.2)
49
- activesupport (= 7.2.1.2)
47
+ actionview (8.0.0)
48
+ activesupport (= 8.0.0)
50
49
  builder (~> 3.1)
51
50
  erubi (~> 1.11)
52
51
  rails-dom-testing (~> 2.2)
53
52
  rails-html-sanitizer (~> 1.6)
54
- activejob (7.2.1.2)
55
- activesupport (= 7.2.1.2)
53
+ activejob (8.0.0)
54
+ activesupport (= 8.0.0)
56
55
  globalid (>= 0.3.6)
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)
56
+ activemodel (8.0.0)
57
+ activesupport (= 8.0.0)
58
+ activerecord (8.0.0)
59
+ activemodel (= 8.0.0)
60
+ activesupport (= 8.0.0)
62
61
  timeout (>= 0.4.0)
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)
62
+ activestorage (8.0.0)
63
+ actionpack (= 8.0.0)
64
+ activejob (= 8.0.0)
65
+ activerecord (= 8.0.0)
66
+ activesupport (= 8.0.0)
68
67
  marcel (~> 1.0)
69
- activesupport (7.2.1.2)
68
+ activesupport (8.0.0)
70
69
  base64
70
+ benchmark (>= 0.3)
71
71
  bigdecimal
72
72
  concurrent-ruby (~> 1.0, >= 1.3.1)
73
73
  connection_pool (>= 2.2.5)
@@ -77,15 +77,17 @@ GEM
77
77
  minitest (>= 5.1)
78
78
  securerandom (>= 0.3)
79
79
  tzinfo (~> 2.0, >= 2.0.5)
80
+ uri (>= 0.13.1)
80
81
  ansi (1.5.0)
81
82
  ast (2.4.2)
82
83
  base64 (0.2.0)
84
+ benchmark (0.4.0)
83
85
  bigdecimal (3.1.8)
84
86
  builder (3.2.4)
85
87
  concurrent-ruby (1.3.4)
86
88
  connection_pool (2.4.1)
87
89
  crass (1.0.6)
88
- date (3.3.4)
90
+ date (3.4.0)
89
91
  drb (2.2.1)
90
92
  erubi (1.13.0)
91
93
  globalid (1.2.1)
@@ -113,7 +115,7 @@ GEM
113
115
  builder
114
116
  minitest (>= 5.0)
115
117
  ruby-progressbar
116
- net-imap (0.5.0)
118
+ net-imap (0.5.1)
117
119
  date
118
120
  net-protocol
119
121
  net-pop (0.1.2)
@@ -130,7 +132,7 @@ GEM
130
132
  parallel (1.21.0)
131
133
  parser (3.1.0.0)
132
134
  ast (~> 2.4.1)
133
- psych (5.1.2)
135
+ psych (5.2.0)
134
136
  stringio
135
137
  racc (1.8.1)
136
138
  rack (3.1.8)
@@ -138,23 +140,22 @@ GEM
138
140
  rack (>= 3.0.0)
139
141
  rack-test (2.1.0)
140
142
  rack (>= 1.3)
141
- rackup (2.1.0)
143
+ rackup (2.2.1)
142
144
  rack (>= 3)
143
- webrick (~> 1.8)
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)
145
+ rails (8.0.0)
146
+ actioncable (= 8.0.0)
147
+ actionmailbox (= 8.0.0)
148
+ actionmailer (= 8.0.0)
149
+ actionpack (= 8.0.0)
150
+ actiontext (= 8.0.0)
151
+ actionview (= 8.0.0)
152
+ activejob (= 8.0.0)
153
+ activemodel (= 8.0.0)
154
+ activerecord (= 8.0.0)
155
+ activestorage (= 8.0.0)
156
+ activesupport (= 8.0.0)
156
157
  bundler (>= 1.15.0)
157
- railties (= 7.2.1.2)
158
+ railties (= 8.0.0)
158
159
  rails-dom-testing (2.2.0)
159
160
  activesupport (>= 5.0.0)
160
161
  minitest
@@ -162,9 +163,9 @@ GEM
162
163
  rails-html-sanitizer (1.6.0)
163
164
  loofah (~> 2.21)
164
165
  nokogiri (~> 1.14)
165
- railties (7.2.1.2)
166
- actionpack (= 7.2.1.2)
167
- activesupport (= 7.2.1.2)
166
+ railties (8.0.0)
167
+ actionpack (= 8.0.0)
168
+ activesupport (= 8.0.0)
168
169
  irb (~> 1.13)
169
170
  rackup (>= 1.0.0)
170
171
  rake (>= 12.2)
@@ -175,7 +176,7 @@ GEM
175
176
  rdoc (6.7.0)
176
177
  psych (>= 4.0.0)
177
178
  regexp_parser (2.2.0)
178
- reline (0.5.10)
179
+ reline (0.5.11)
179
180
  io-console (~> 0.5)
180
181
  rexml (3.2.5)
181
182
  rubocop (1.24.1)
@@ -193,18 +194,18 @@ GEM
193
194
  rubocop (>= 1.7.0, < 2.0)
194
195
  rubocop-ast (>= 0.4.0)
195
196
  ruby-progressbar (1.11.0)
196
- securerandom (0.3.1)
197
+ securerandom (0.3.2)
197
198
  standard (1.6.0)
198
199
  rubocop (= 1.24.1)
199
200
  rubocop-performance (= 1.13.1)
200
- stringio (3.1.1)
201
+ stringio (3.1.2)
201
202
  thor (1.3.2)
202
- timeout (0.4.1)
203
+ timeout (0.4.2)
203
204
  tzinfo (2.0.6)
204
205
  concurrent-ruby (~> 1.0)
205
206
  unicode-display_width (2.1.0)
207
+ uri (1.0.2)
206
208
  useragent (0.16.10)
207
- webrick (1.8.2)
208
209
  websocket-driver (0.7.6)
209
210
  websocket-extensions (>= 0.1.0)
210
211
  websocket-extensions (0.1.5)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BulletTrain
4
4
  module ScopeValidator
5
- VERSION = "1.8.1"
5
+ VERSION = "1.8.3"
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.1
4
+ version: 1.8.3
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-30 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails