bullet_train-roles 1.26.0 → 1.27.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 +63 -61
- data/bullet_train-roles.gemspec +1 -1
- data/lib/bullet_train/roles/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec28c832bc012b943178d9a2c840350a1d092950d03742f5f34b87d013666ea4
|
4
|
+
data.tar.gz: e49a712527cc6ead66c508de2fe0b09dbe401b16949eea3aff997ce81aa31e10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e904e118dc7920b7c0500f7755da40aa9f9e151d619b1a56c38365f8f88e6cc66ba9a251a6c826e31ee8dfe1bef3dda66520c779b6d34b60421942e3b6194174
|
7
|
+
data.tar.gz: 33b98f5f382821f760007f9e34758bb0df8401642fb2cb7f788a91f3d01addcd1267be2dfee2fb5552ad39a0878ad67bf4e201c5f89521b5b81adf3fd0307be8
|
data/Gemfile.lock
CHANGED
@@ -1,37 +1,37 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bullet_train-roles (1.
|
5
|
-
active_hash (
|
4
|
+
bullet_train-roles (1.27.0)
|
5
|
+
active_hash (~> 3.3.1)
|
6
6
|
activesupport
|
7
7
|
cancancan
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (8.0.2)
|
13
|
-
actionpack (= 8.0.2)
|
14
|
-
activesupport (= 8.0.2)
|
12
|
+
actioncable (8.0.2.1)
|
13
|
+
actionpack (= 8.0.2.1)
|
14
|
+
activesupport (= 8.0.2.1)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
17
|
zeitwerk (~> 2.6)
|
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)
|
18
|
+
actionmailbox (8.0.2.1)
|
19
|
+
actionpack (= 8.0.2.1)
|
20
|
+
activejob (= 8.0.2.1)
|
21
|
+
activerecord (= 8.0.2.1)
|
22
|
+
activestorage (= 8.0.2.1)
|
23
|
+
activesupport (= 8.0.2.1)
|
24
24
|
mail (>= 2.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)
|
25
|
+
actionmailer (8.0.2.1)
|
26
|
+
actionpack (= 8.0.2.1)
|
27
|
+
actionview (= 8.0.2.1)
|
28
|
+
activejob (= 8.0.2.1)
|
29
|
+
activesupport (= 8.0.2.1)
|
30
30
|
mail (>= 2.8.0)
|
31
31
|
rails-dom-testing (~> 2.2)
|
32
|
-
actionpack (8.0.2)
|
33
|
-
actionview (= 8.0.2)
|
34
|
-
activesupport (= 8.0.2)
|
32
|
+
actionpack (8.0.2.1)
|
33
|
+
actionview (= 8.0.2.1)
|
34
|
+
activesupport (= 8.0.2.1)
|
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.2)
|
43
|
-
actionpack (= 8.0.2)
|
44
|
-
activerecord (= 8.0.2)
|
45
|
-
activestorage (= 8.0.2)
|
46
|
-
activesupport (= 8.0.2)
|
42
|
+
actiontext (8.0.2.1)
|
43
|
+
actionpack (= 8.0.2.1)
|
44
|
+
activerecord (= 8.0.2.1)
|
45
|
+
activestorage (= 8.0.2.1)
|
46
|
+
activesupport (= 8.0.2.1)
|
47
47
|
globalid (>= 0.6.0)
|
48
48
|
nokogiri (>= 1.8.5)
|
49
|
-
actionview (8.0.2)
|
50
|
-
activesupport (= 8.0.2)
|
49
|
+
actionview (8.0.2.1)
|
50
|
+
activesupport (= 8.0.2.1)
|
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.2)
|
58
|
-
activesupport (= 8.0.2)
|
57
|
+
activejob (8.0.2.1)
|
58
|
+
activesupport (= 8.0.2.1)
|
59
59
|
globalid (>= 0.3.6)
|
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)
|
60
|
+
activemodel (8.0.2.1)
|
61
|
+
activesupport (= 8.0.2.1)
|
62
|
+
activerecord (8.0.2.1)
|
63
|
+
activemodel (= 8.0.2.1)
|
64
|
+
activesupport (= 8.0.2.1)
|
65
65
|
timeout (>= 0.4.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)
|
66
|
+
activestorage (8.0.2.1)
|
67
|
+
actionpack (= 8.0.2.1)
|
68
|
+
activejob (= 8.0.2.1)
|
69
|
+
activerecord (= 8.0.2.1)
|
70
|
+
activesupport (= 8.0.2.1)
|
71
71
|
marcel (~> 1.0)
|
72
|
-
activesupport (8.0.2)
|
72
|
+
activesupport (8.0.2.1)
|
73
73
|
base64
|
74
74
|
benchmark (>= 0.3)
|
75
75
|
bigdecimal
|
@@ -96,6 +96,7 @@ GEM
|
|
96
96
|
date (3.4.1)
|
97
97
|
docile (1.4.1)
|
98
98
|
drb (2.2.1)
|
99
|
+
erb (5.0.2)
|
99
100
|
erubi (1.13.1)
|
100
101
|
factory_bot (6.5.1)
|
101
102
|
activesupport (>= 6.1.0)
|
@@ -138,11 +139,11 @@ GEM
|
|
138
139
|
net-smtp (0.5.1)
|
139
140
|
net-protocol
|
140
141
|
nio4r (2.7.4)
|
141
|
-
nokogiri (1.18.
|
142
|
+
nokogiri (1.18.9-arm64-darwin)
|
142
143
|
racc (~> 1.4)
|
143
|
-
nokogiri (1.18.
|
144
|
+
nokogiri (1.18.9-x86_64-darwin)
|
144
145
|
racc (~> 1.4)
|
145
|
-
nokogiri (1.18.
|
146
|
+
nokogiri (1.18.9-x86_64-linux-gnu)
|
146
147
|
racc (~> 1.4)
|
147
148
|
parallel (1.26.3)
|
148
149
|
parser (3.3.7.4)
|
@@ -165,20 +166,20 @@ GEM
|
|
165
166
|
rack (>= 1.3)
|
166
167
|
rackup (2.2.1)
|
167
168
|
rack (>= 3)
|
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)
|
169
|
+
rails (8.0.2.1)
|
170
|
+
actioncable (= 8.0.2.1)
|
171
|
+
actionmailbox (= 8.0.2.1)
|
172
|
+
actionmailer (= 8.0.2.1)
|
173
|
+
actionpack (= 8.0.2.1)
|
174
|
+
actiontext (= 8.0.2.1)
|
175
|
+
actionview (= 8.0.2.1)
|
176
|
+
activejob (= 8.0.2.1)
|
177
|
+
activemodel (= 8.0.2.1)
|
178
|
+
activerecord (= 8.0.2.1)
|
179
|
+
activestorage (= 8.0.2.1)
|
180
|
+
activesupport (= 8.0.2.1)
|
180
181
|
bundler (>= 1.15.0)
|
181
|
-
railties (= 8.0.2)
|
182
|
+
railties (= 8.0.2.1)
|
182
183
|
rails-dom-testing (2.2.0)
|
183
184
|
activesupport (>= 5.0.0)
|
184
185
|
minitest
|
@@ -186,9 +187,9 @@ GEM
|
|
186
187
|
rails-html-sanitizer (1.6.2)
|
187
188
|
loofah (~> 2.21)
|
188
189
|
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)
|
189
|
-
railties (8.0.2)
|
190
|
-
actionpack (= 8.0.2)
|
191
|
-
activesupport (= 8.0.2)
|
190
|
+
railties (8.0.2.1)
|
191
|
+
actionpack (= 8.0.2.1)
|
192
|
+
activesupport (= 8.0.2.1)
|
192
193
|
irb (~> 1.13)
|
193
194
|
rackup (>= 1.0.0)
|
194
195
|
rake (>= 12.2)
|
@@ -196,7 +197,8 @@ GEM
|
|
196
197
|
zeitwerk (~> 2.6)
|
197
198
|
rainbow (3.1.1)
|
198
199
|
rake (13.2.1)
|
199
|
-
rdoc (6.
|
200
|
+
rdoc (6.14.2)
|
201
|
+
erb
|
200
202
|
psych (>= 4.0.0)
|
201
203
|
regexp_parser (2.10.0)
|
202
204
|
reline (0.6.0)
|
@@ -229,7 +231,7 @@ GEM
|
|
229
231
|
rubocop (= 1.23.0)
|
230
232
|
rubocop-performance (= 1.12.0)
|
231
233
|
stringio (3.1.6)
|
232
|
-
thor (1.
|
234
|
+
thor (1.4.0)
|
233
235
|
timeout (0.4.3)
|
234
236
|
tzinfo (2.0.6)
|
235
237
|
concurrent-ruby (~> 1.0)
|
@@ -264,4 +266,4 @@ DEPENDENCIES
|
|
264
266
|
standard (~> 1.5.0)
|
265
267
|
|
266
268
|
BUNDLED WITH
|
267
|
-
2.6.
|
269
|
+
2.6.9
|
data/bullet_train-roles.gemspec
CHANGED
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
|
|
35
35
|
spec.add_development_dependency "standard", "~> 1.5.0"
|
36
36
|
spec.add_development_dependency "simplecov"
|
37
37
|
|
38
|
-
spec.add_runtime_dependency "active_hash", "
|
38
|
+
spec.add_runtime_dependency "active_hash", "~> 3.3.1"
|
39
39
|
spec.add_runtime_dependency "activesupport"
|
40
40
|
spec.add_runtime_dependency "cancancan"
|
41
41
|
# For more information and examples about making a new gem, checkout our
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Prabin Poudel
|
@@ -126,14 +126,14 @@ dependencies:
|
|
126
126
|
name: active_hash
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- - "
|
129
|
+
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: 3.3.1
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- - "
|
136
|
+
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: 3.3.1
|
139
139
|
- !ruby/object:Gem::Dependency
|
@@ -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.9
|
218
218
|
specification_version: 4
|
219
219
|
summary: Yaml-backed ApplicationHash for CanCan Roles
|
220
220
|
test_files: []
|