bullet_train-roles 1.19.2 → 1.20.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 +90 -81
- data/lib/bullet_train/roles/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df364d4ac1c9efd4f2277952bd4941e20f5194e4dd0c9574749f613390f7c982
|
4
|
+
data.tar.gz: 38b0293b22b4b5be753c6359415c3c5835147e7f9b5f78509a0a281c488d37c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deff33e12a2384108aad567a36b441996c47ec8cd447def8b6030ce3f9614570c5be9bc8f9350e0b24435f70a87c1d9cb210a5df98420038eb88f8c8c8bc79c6
|
7
|
+
data.tar.gz: 79c9744c643cd557fcce76fe8d9acf6af9beec1b0e11f93781282f944005fa30f5d18b333352c23b1f7c03fc8750360504c77d2e2b6709ebd9591e09a9501ddc
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bullet_train-roles (1.
|
4
|
+
bullet_train-roles (1.20.0)
|
5
5
|
active_hash (>= 3.3.1)
|
6
6
|
activesupport
|
7
7
|
cancancan
|
@@ -9,29 +9,29 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (8.0.
|
13
|
-
actionpack (= 8.0.
|
14
|
-
activesupport (= 8.0.
|
12
|
+
actioncable (8.0.2)
|
13
|
+
actionpack (= 8.0.2)
|
14
|
+
activesupport (= 8.0.2)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
17
|
zeitwerk (~> 2.6)
|
18
|
-
actionmailbox (8.0.
|
19
|
-
actionpack (= 8.0.
|
20
|
-
activejob (= 8.0.
|
21
|
-
activerecord (= 8.0.
|
22
|
-
activestorage (= 8.0.
|
23
|
-
activesupport (= 8.0.
|
18
|
+
actionmailbox (8.0.2)
|
19
|
+
actionpack (= 8.0.2)
|
20
|
+
activejob (= 8.0.2)
|
21
|
+
activerecord (= 8.0.2)
|
22
|
+
activestorage (= 8.0.2)
|
23
|
+
activesupport (= 8.0.2)
|
24
24
|
mail (>= 2.8.0)
|
25
|
-
actionmailer (8.0.
|
26
|
-
actionpack (= 8.0.
|
27
|
-
actionview (= 8.0.
|
28
|
-
activejob (= 8.0.
|
29
|
-
activesupport (= 8.0.
|
25
|
+
actionmailer (8.0.2)
|
26
|
+
actionpack (= 8.0.2)
|
27
|
+
actionview (= 8.0.2)
|
28
|
+
activejob (= 8.0.2)
|
29
|
+
activesupport (= 8.0.2)
|
30
30
|
mail (>= 2.8.0)
|
31
31
|
rails-dom-testing (~> 2.2)
|
32
|
-
actionpack (8.0.
|
33
|
-
actionview (= 8.0.
|
34
|
-
activesupport (= 8.0.
|
32
|
+
actionpack (8.0.2)
|
33
|
+
actionview (= 8.0.2)
|
34
|
+
activesupport (= 8.0.2)
|
35
35
|
nokogiri (>= 1.8.5)
|
36
36
|
rack (>= 2.2.4)
|
37
37
|
rack-session (>= 1.0.1)
|
@@ -39,37 +39,37 @@ GEM
|
|
39
39
|
rails-dom-testing (~> 2.2)
|
40
40
|
rails-html-sanitizer (~> 1.6)
|
41
41
|
useragent (~> 0.16)
|
42
|
-
actiontext (8.0.
|
43
|
-
actionpack (= 8.0.
|
44
|
-
activerecord (= 8.0.
|
45
|
-
activestorage (= 8.0.
|
46
|
-
activesupport (= 8.0.
|
42
|
+
actiontext (8.0.2)
|
43
|
+
actionpack (= 8.0.2)
|
44
|
+
activerecord (= 8.0.2)
|
45
|
+
activestorage (= 8.0.2)
|
46
|
+
activesupport (= 8.0.2)
|
47
47
|
globalid (>= 0.6.0)
|
48
48
|
nokogiri (>= 1.8.5)
|
49
|
-
actionview (8.0.
|
50
|
-
activesupport (= 8.0.
|
49
|
+
actionview (8.0.2)
|
50
|
+
activesupport (= 8.0.2)
|
51
51
|
builder (~> 3.1)
|
52
52
|
erubi (~> 1.11)
|
53
53
|
rails-dom-testing (~> 2.2)
|
54
54
|
rails-html-sanitizer (~> 1.6)
|
55
55
|
active_hash (3.3.1)
|
56
56
|
activesupport (>= 5.0.0)
|
57
|
-
activejob (8.0.
|
58
|
-
activesupport (= 8.0.
|
57
|
+
activejob (8.0.2)
|
58
|
+
activesupport (= 8.0.2)
|
59
59
|
globalid (>= 0.3.6)
|
60
|
-
activemodel (8.0.
|
61
|
-
activesupport (= 8.0.
|
62
|
-
activerecord (8.0.
|
63
|
-
activemodel (= 8.0.
|
64
|
-
activesupport (= 8.0.
|
60
|
+
activemodel (8.0.2)
|
61
|
+
activesupport (= 8.0.2)
|
62
|
+
activerecord (8.0.2)
|
63
|
+
activemodel (= 8.0.2)
|
64
|
+
activesupport (= 8.0.2)
|
65
65
|
timeout (>= 0.4.0)
|
66
|
-
activestorage (8.0.
|
67
|
-
actionpack (= 8.0.
|
68
|
-
activejob (= 8.0.
|
69
|
-
activerecord (= 8.0.
|
70
|
-
activesupport (= 8.0.
|
66
|
+
activestorage (8.0.2)
|
67
|
+
actionpack (= 8.0.2)
|
68
|
+
activejob (= 8.0.2)
|
69
|
+
activerecord (= 8.0.2)
|
70
|
+
activesupport (= 8.0.2)
|
71
71
|
marcel (~> 1.0)
|
72
|
-
activesupport (8.0.
|
72
|
+
activesupport (8.0.2)
|
73
73
|
base64
|
74
74
|
benchmark (>= 0.3)
|
75
75
|
bigdecimal
|
@@ -83,35 +83,36 @@ GEM
|
|
83
83
|
tzinfo (~> 2.0, >= 2.0.5)
|
84
84
|
uri (>= 0.13.1)
|
85
85
|
ansi (1.5.0)
|
86
|
-
ast (2.4.
|
86
|
+
ast (2.4.3)
|
87
87
|
base64 (0.2.0)
|
88
88
|
benchmark (0.4.0)
|
89
89
|
bigdecimal (3.1.9)
|
90
90
|
builder (3.3.0)
|
91
91
|
byebug (11.1.3)
|
92
92
|
cancancan (3.6.1)
|
93
|
-
concurrent-ruby (1.3.
|
94
|
-
connection_pool (2.
|
93
|
+
concurrent-ruby (1.3.5)
|
94
|
+
connection_pool (2.5.0)
|
95
95
|
crass (1.0.6)
|
96
96
|
date (3.4.1)
|
97
97
|
docile (1.4.1)
|
98
98
|
drb (2.2.1)
|
99
99
|
erubi (1.13.1)
|
100
|
-
factory_bot (6.5.
|
101
|
-
activesupport (>=
|
100
|
+
factory_bot (6.5.1)
|
101
|
+
activesupport (>= 6.1.0)
|
102
102
|
factory_bot_rails (6.4.4)
|
103
103
|
factory_bot (~> 6.5)
|
104
104
|
railties (>= 5.0.0)
|
105
105
|
globalid (1.2.1)
|
106
106
|
activesupport (>= 6.1)
|
107
|
-
i18n (1.14.
|
107
|
+
i18n (1.14.7)
|
108
108
|
concurrent-ruby (~> 1.0)
|
109
109
|
io-console (0.8.0)
|
110
|
-
irb (1.
|
110
|
+
irb (1.15.1)
|
111
|
+
pp (>= 0.6.0)
|
111
112
|
rdoc (>= 4.0.0)
|
112
113
|
reline (>= 0.4.2)
|
113
|
-
logger (1.
|
114
|
-
loofah (2.
|
114
|
+
logger (1.7.0)
|
115
|
+
loofah (2.24.0)
|
115
116
|
crass (~> 1.0.2)
|
116
117
|
nokogiri (>= 1.12.0)
|
117
118
|
mail (2.8.1)
|
@@ -121,58 +122,63 @@ GEM
|
|
121
122
|
net-smtp
|
122
123
|
marcel (1.0.4)
|
123
124
|
mini_mime (1.1.5)
|
124
|
-
minitest (5.25.
|
125
|
+
minitest (5.25.5)
|
125
126
|
minitest-reporters (1.7.1)
|
126
127
|
ansi
|
127
128
|
builder
|
128
129
|
minitest (>= 5.0)
|
129
130
|
ruby-progressbar
|
130
|
-
net-imap (0.5.
|
131
|
+
net-imap (0.5.6)
|
131
132
|
date
|
132
133
|
net-protocol
|
133
134
|
net-pop (0.1.2)
|
134
135
|
net-protocol
|
135
136
|
net-protocol (0.2.2)
|
136
137
|
timeout
|
137
|
-
net-smtp (0.5.
|
138
|
+
net-smtp (0.5.1)
|
138
139
|
net-protocol
|
139
140
|
nio4r (2.7.4)
|
140
|
-
nokogiri (1.18.
|
141
|
+
nokogiri (1.18.7-arm64-darwin)
|
141
142
|
racc (~> 1.4)
|
142
|
-
nokogiri (1.18.
|
143
|
+
nokogiri (1.18.7-x86_64-darwin)
|
143
144
|
racc (~> 1.4)
|
144
|
-
nokogiri (1.18.
|
145
|
+
nokogiri (1.18.7-x86_64-linux-gnu)
|
145
146
|
racc (~> 1.4)
|
146
147
|
parallel (1.26.3)
|
147
|
-
parser (3.3.
|
148
|
+
parser (3.3.7.4)
|
148
149
|
ast (~> 2.4.1)
|
149
150
|
racc
|
150
151
|
pg (1.5.9)
|
151
|
-
|
152
|
+
pp (0.6.2)
|
153
|
+
prettyprint
|
154
|
+
prettyprint (0.2.0)
|
155
|
+
prism (1.4.0)
|
156
|
+
psych (5.2.3)
|
152
157
|
date
|
153
158
|
stringio
|
154
159
|
racc (1.8.1)
|
155
|
-
rack (3.1.
|
156
|
-
rack-session (2.
|
160
|
+
rack (3.1.12)
|
161
|
+
rack-session (2.1.0)
|
162
|
+
base64 (>= 0.1.0)
|
157
163
|
rack (>= 3.0.0)
|
158
164
|
rack-test (2.2.0)
|
159
165
|
rack (>= 1.3)
|
160
166
|
rackup (2.2.1)
|
161
167
|
rack (>= 3)
|
162
|
-
rails (8.0.
|
163
|
-
actioncable (= 8.0.
|
164
|
-
actionmailbox (= 8.0.
|
165
|
-
actionmailer (= 8.0.
|
166
|
-
actionpack (= 8.0.
|
167
|
-
actiontext (= 8.0.
|
168
|
-
actionview (= 8.0.
|
169
|
-
activejob (= 8.0.
|
170
|
-
activemodel (= 8.0.
|
171
|
-
activerecord (= 8.0.
|
172
|
-
activestorage (= 8.0.
|
173
|
-
activesupport (= 8.0.
|
168
|
+
rails (8.0.2)
|
169
|
+
actioncable (= 8.0.2)
|
170
|
+
actionmailbox (= 8.0.2)
|
171
|
+
actionmailer (= 8.0.2)
|
172
|
+
actionpack (= 8.0.2)
|
173
|
+
actiontext (= 8.0.2)
|
174
|
+
actionview (= 8.0.2)
|
175
|
+
activejob (= 8.0.2)
|
176
|
+
activemodel (= 8.0.2)
|
177
|
+
activerecord (= 8.0.2)
|
178
|
+
activestorage (= 8.0.2)
|
179
|
+
activesupport (= 8.0.2)
|
174
180
|
bundler (>= 1.15.0)
|
175
|
-
railties (= 8.0.
|
181
|
+
railties (= 8.0.2)
|
176
182
|
rails-dom-testing (2.2.0)
|
177
183
|
activesupport (>= 5.0.0)
|
178
184
|
minitest
|
@@ -180,9 +186,9 @@ GEM
|
|
180
186
|
rails-html-sanitizer (1.6.2)
|
181
187
|
loofah (~> 2.21)
|
182
188
|
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)
|
183
|
-
railties (8.0.
|
184
|
-
actionpack (= 8.0.
|
185
|
-
activesupport (= 8.0.
|
189
|
+
railties (8.0.2)
|
190
|
+
actionpack (= 8.0.2)
|
191
|
+
activesupport (= 8.0.2)
|
186
192
|
irb (~> 1.13)
|
187
193
|
rackup (>= 1.0.0)
|
188
194
|
rake (>= 12.2)
|
@@ -190,12 +196,12 @@ GEM
|
|
190
196
|
zeitwerk (~> 2.6)
|
191
197
|
rainbow (3.1.1)
|
192
198
|
rake (13.2.1)
|
193
|
-
rdoc (6.
|
199
|
+
rdoc (6.13.1)
|
194
200
|
psych (>= 4.0.0)
|
195
201
|
regexp_parser (2.10.0)
|
196
202
|
reline (0.6.0)
|
197
203
|
io-console (~> 0.5)
|
198
|
-
rexml (3.4.
|
204
|
+
rexml (3.4.1)
|
199
205
|
rubocop (1.23.0)
|
200
206
|
parallel (~> 1.10)
|
201
207
|
parser (>= 3.0.0.0)
|
@@ -205,8 +211,9 @@ GEM
|
|
205
211
|
rubocop-ast (>= 1.12.0, < 2.0)
|
206
212
|
ruby-progressbar (~> 1.7)
|
207
213
|
unicode-display_width (>= 1.4.0, < 3.0)
|
208
|
-
rubocop-ast (1.
|
209
|
-
parser (>= 3.3.
|
214
|
+
rubocop-ast (1.43.0)
|
215
|
+
parser (>= 3.3.7.2)
|
216
|
+
prism (~> 1.4)
|
210
217
|
rubocop-performance (1.12.0)
|
211
218
|
rubocop (>= 1.7.0, < 2.0)
|
212
219
|
rubocop-ast (>= 0.4.0)
|
@@ -221,24 +228,26 @@ GEM
|
|
221
228
|
standard (1.5.0)
|
222
229
|
rubocop (= 1.23.0)
|
223
230
|
rubocop-performance (= 1.12.0)
|
224
|
-
stringio (3.1.
|
231
|
+
stringio (3.1.6)
|
225
232
|
thor (1.3.2)
|
226
233
|
timeout (0.4.3)
|
227
234
|
tzinfo (2.0.6)
|
228
235
|
concurrent-ruby (~> 1.0)
|
229
236
|
unicode-display_width (2.6.0)
|
230
|
-
uri (1.0.
|
237
|
+
uri (1.0.3)
|
231
238
|
useragent (0.16.11)
|
232
|
-
websocket-driver (0.7.
|
239
|
+
websocket-driver (0.7.7)
|
240
|
+
base64
|
233
241
|
websocket-extensions (>= 0.1.0)
|
234
242
|
websocket-extensions (0.1.5)
|
235
|
-
zeitwerk (2.7.
|
243
|
+
zeitwerk (2.7.2)
|
236
244
|
|
237
245
|
PLATFORMS
|
238
246
|
arm64-darwin-20
|
239
247
|
arm64-darwin-21
|
240
248
|
arm64-darwin-22
|
241
249
|
arm64-darwin-23
|
250
|
+
arm64-darwin-24
|
242
251
|
x86_64-darwin-21
|
243
252
|
x86_64-linux
|
244
253
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-roles
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Prabin Poudel
|
8
8
|
- Andrew Culver
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: byebug
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
214
|
- !ruby/object:Gem::Version
|
215
215
|
version: '0'
|
216
216
|
requirements: []
|
217
|
-
rubygems_version: 3.6.
|
217
|
+
rubygems_version: 3.6.7
|
218
218
|
specification_version: 4
|
219
219
|
summary: Yaml-backed ApplicationHash for CanCan Roles
|
220
220
|
test_files: []
|