authorized_persona 0.11.0 → 0.13.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/.github/workflows/ci.yml +5 -6
- data/.rubocop.yml +8 -1
- data/.rubocop_todo.yml +23 -27
- data/Appraisals +4 -11
- data/Gemfile +4 -0
- data/Gemfile.lock +130 -80
- data/Rakefile +14 -4
- data/authorized_persona.gemspec +2 -2
- data/gemfiles/rails_7_2.gemfile +10 -0
- data/gemfiles/rails_7_2.gemfile.lock +201 -0
- data/gemfiles/rails_8_0.gemfile +10 -0
- data/gemfiles/{rails_7_1.gemfile.lock → rails_8_0.gemfile.lock} +87 -69
- data/lib/authorized_persona/authorization.rb +1 -1
- data/lib/authorized_persona/version.rb +1 -1
- data/lib/authorized_persona/view_helpers.rb +1 -1
- metadata +16 -21
- data/gemfiles/rails_6_1.gemfile +0 -10
- data/gemfiles/rails_6_1.gemfile.lock +0 -152
- data/gemfiles/rails_7_0.gemfile +0 -10
- data/gemfiles/rails_7_0.gemfile.lock +0 -152
- data/gemfiles/rails_7_1.gemfile +0 -10
@@ -1,152 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
authorized_persona (0.11.0)
|
5
|
-
railties (>= 6.1, < 7.2)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actionpack (6.1.7.6)
|
11
|
-
actionview (= 6.1.7.6)
|
12
|
-
activesupport (= 6.1.7.6)
|
13
|
-
rack (~> 2.0, >= 2.0.9)
|
14
|
-
rack-test (>= 0.6.3)
|
15
|
-
rails-dom-testing (~> 2.0)
|
16
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
actionview (6.1.7.6)
|
18
|
-
activesupport (= 6.1.7.6)
|
19
|
-
builder (~> 3.1)
|
20
|
-
erubi (~> 1.4)
|
21
|
-
rails-dom-testing (~> 2.0)
|
22
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
-
activemodel (6.1.7.6)
|
24
|
-
activesupport (= 6.1.7.6)
|
25
|
-
activesupport (6.1.7.6)
|
26
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
27
|
-
i18n (>= 1.6, < 2)
|
28
|
-
minitest (>= 5.1)
|
29
|
-
tzinfo (~> 2.0)
|
30
|
-
zeitwerk (~> 2.3)
|
31
|
-
appraisal (2.5.0)
|
32
|
-
bundler
|
33
|
-
rake
|
34
|
-
thor (>= 0.14.0)
|
35
|
-
ast (2.4.2)
|
36
|
-
betterlint (1.7.0)
|
37
|
-
rubocop (> 1.0)
|
38
|
-
rubocop-performance
|
39
|
-
rubocop-rails
|
40
|
-
rubocop-rake
|
41
|
-
rubocop-rspec (>= 2.24)
|
42
|
-
builder (3.2.4)
|
43
|
-
concurrent-ruby (1.2.2)
|
44
|
-
crass (1.0.6)
|
45
|
-
diff-lcs (1.5.0)
|
46
|
-
erubi (1.12.0)
|
47
|
-
i18n (1.14.1)
|
48
|
-
concurrent-ruby (~> 1.0)
|
49
|
-
json (2.7.1)
|
50
|
-
language_server-protocol (3.17.0.3)
|
51
|
-
loofah (2.22.0)
|
52
|
-
crass (~> 1.0.2)
|
53
|
-
nokogiri (>= 1.12.0)
|
54
|
-
method_source (1.0.0)
|
55
|
-
minitest (5.20.0)
|
56
|
-
nokogiri (1.15.5-arm64-darwin)
|
57
|
-
racc (~> 1.4)
|
58
|
-
nokogiri (1.15.5-x86_64-darwin)
|
59
|
-
racc (~> 1.4)
|
60
|
-
parallel (1.24.0)
|
61
|
-
parser (3.2.2.4)
|
62
|
-
ast (~> 2.4.1)
|
63
|
-
racc
|
64
|
-
racc (1.7.3)
|
65
|
-
rack (2.2.8)
|
66
|
-
rack-test (2.1.0)
|
67
|
-
rack (>= 1.3)
|
68
|
-
rails-dom-testing (2.2.0)
|
69
|
-
activesupport (>= 5.0.0)
|
70
|
-
minitest
|
71
|
-
nokogiri (>= 1.6)
|
72
|
-
rails-html-sanitizer (1.6.0)
|
73
|
-
loofah (~> 2.21)
|
74
|
-
nokogiri (~> 1.14)
|
75
|
-
railties (6.1.7.6)
|
76
|
-
actionpack (= 6.1.7.6)
|
77
|
-
activesupport (= 6.1.7.6)
|
78
|
-
method_source
|
79
|
-
rake (>= 12.2)
|
80
|
-
thor (~> 1.0)
|
81
|
-
rainbow (3.1.1)
|
82
|
-
rake (13.1.0)
|
83
|
-
regexp_parser (2.8.3)
|
84
|
-
rexml (3.2.6)
|
85
|
-
rspec (3.12.0)
|
86
|
-
rspec-core (~> 3.12.0)
|
87
|
-
rspec-expectations (~> 3.12.0)
|
88
|
-
rspec-mocks (~> 3.12.0)
|
89
|
-
rspec-core (3.12.2)
|
90
|
-
rspec-support (~> 3.12.0)
|
91
|
-
rspec-expectations (3.12.3)
|
92
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
93
|
-
rspec-support (~> 3.12.0)
|
94
|
-
rspec-mocks (3.12.6)
|
95
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
96
|
-
rspec-support (~> 3.12.0)
|
97
|
-
rspec-support (3.12.1)
|
98
|
-
rubocop (1.59.0)
|
99
|
-
json (~> 2.3)
|
100
|
-
language_server-protocol (>= 3.17.0)
|
101
|
-
parallel (~> 1.10)
|
102
|
-
parser (>= 3.2.2.4)
|
103
|
-
rainbow (>= 2.2.2, < 4.0)
|
104
|
-
regexp_parser (>= 1.8, < 3.0)
|
105
|
-
rexml (>= 3.2.5, < 4.0)
|
106
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
107
|
-
ruby-progressbar (~> 1.7)
|
108
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
109
|
-
rubocop-ast (1.30.0)
|
110
|
-
parser (>= 3.2.1.0)
|
111
|
-
rubocop-capybara (2.19.0)
|
112
|
-
rubocop (~> 1.41)
|
113
|
-
rubocop-factory_bot (2.24.0)
|
114
|
-
rubocop (~> 1.33)
|
115
|
-
rubocop-performance (1.20.1)
|
116
|
-
rubocop (>= 1.48.1, < 2.0)
|
117
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
118
|
-
rubocop-rails (2.23.1)
|
119
|
-
activesupport (>= 4.2.0)
|
120
|
-
rack (>= 1.1)
|
121
|
-
rubocop (>= 1.33.0, < 2.0)
|
122
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
123
|
-
rubocop-rake (0.6.0)
|
124
|
-
rubocop (~> 1.0)
|
125
|
-
rubocop-rspec (2.25.0)
|
126
|
-
rubocop (~> 1.40)
|
127
|
-
rubocop-capybara (~> 2.17)
|
128
|
-
rubocop-factory_bot (~> 2.22)
|
129
|
-
ruby-progressbar (1.13.0)
|
130
|
-
thor (1.3.0)
|
131
|
-
tzinfo (2.0.6)
|
132
|
-
concurrent-ruby (~> 1.0)
|
133
|
-
unicode-display_width (2.5.0)
|
134
|
-
zeitwerk (2.6.12)
|
135
|
-
|
136
|
-
PLATFORMS
|
137
|
-
arm64-darwin-22
|
138
|
-
x86_64-darwin-22
|
139
|
-
x86_64-linux
|
140
|
-
|
141
|
-
DEPENDENCIES
|
142
|
-
activemodel (~> 6.1.0)
|
143
|
-
appraisal
|
144
|
-
authorized_persona!
|
145
|
-
betterlint
|
146
|
-
bundler
|
147
|
-
railties (~> 6.1.0)
|
148
|
-
rake
|
149
|
-
rspec (~> 3.0)
|
150
|
-
|
151
|
-
BUNDLED WITH
|
152
|
-
2.4.21
|
data/gemfiles/rails_7_0.gemfile
DELETED
@@ -1,152 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
authorized_persona (0.11.0)
|
5
|
-
railties (>= 6.1, < 7.2)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actionpack (7.0.8)
|
11
|
-
actionview (= 7.0.8)
|
12
|
-
activesupport (= 7.0.8)
|
13
|
-
rack (~> 2.0, >= 2.2.4)
|
14
|
-
rack-test (>= 0.6.3)
|
15
|
-
rails-dom-testing (~> 2.0)
|
16
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
actionview (7.0.8)
|
18
|
-
activesupport (= 7.0.8)
|
19
|
-
builder (~> 3.1)
|
20
|
-
erubi (~> 1.4)
|
21
|
-
rails-dom-testing (~> 2.0)
|
22
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
-
activemodel (7.0.8)
|
24
|
-
activesupport (= 7.0.8)
|
25
|
-
activesupport (7.0.8)
|
26
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
27
|
-
i18n (>= 1.6, < 2)
|
28
|
-
minitest (>= 5.1)
|
29
|
-
tzinfo (~> 2.0)
|
30
|
-
appraisal (2.5.0)
|
31
|
-
bundler
|
32
|
-
rake
|
33
|
-
thor (>= 0.14.0)
|
34
|
-
ast (2.4.2)
|
35
|
-
betterlint (1.7.0)
|
36
|
-
rubocop (> 1.0)
|
37
|
-
rubocop-performance
|
38
|
-
rubocop-rails
|
39
|
-
rubocop-rake
|
40
|
-
rubocop-rspec (>= 2.24)
|
41
|
-
builder (3.2.4)
|
42
|
-
concurrent-ruby (1.2.2)
|
43
|
-
crass (1.0.6)
|
44
|
-
diff-lcs (1.5.0)
|
45
|
-
erubi (1.12.0)
|
46
|
-
i18n (1.14.1)
|
47
|
-
concurrent-ruby (~> 1.0)
|
48
|
-
json (2.7.1)
|
49
|
-
language_server-protocol (3.17.0.3)
|
50
|
-
loofah (2.22.0)
|
51
|
-
crass (~> 1.0.2)
|
52
|
-
nokogiri (>= 1.12.0)
|
53
|
-
method_source (1.0.0)
|
54
|
-
minitest (5.20.0)
|
55
|
-
nokogiri (1.15.5-arm64-darwin)
|
56
|
-
racc (~> 1.4)
|
57
|
-
nokogiri (1.15.5-x86_64-darwin)
|
58
|
-
racc (~> 1.4)
|
59
|
-
parallel (1.24.0)
|
60
|
-
parser (3.2.2.4)
|
61
|
-
ast (~> 2.4.1)
|
62
|
-
racc
|
63
|
-
racc (1.7.3)
|
64
|
-
rack (2.2.8)
|
65
|
-
rack-test (2.1.0)
|
66
|
-
rack (>= 1.3)
|
67
|
-
rails-dom-testing (2.2.0)
|
68
|
-
activesupport (>= 5.0.0)
|
69
|
-
minitest
|
70
|
-
nokogiri (>= 1.6)
|
71
|
-
rails-html-sanitizer (1.6.0)
|
72
|
-
loofah (~> 2.21)
|
73
|
-
nokogiri (~> 1.14)
|
74
|
-
railties (7.0.8)
|
75
|
-
actionpack (= 7.0.8)
|
76
|
-
activesupport (= 7.0.8)
|
77
|
-
method_source
|
78
|
-
rake (>= 12.2)
|
79
|
-
thor (~> 1.0)
|
80
|
-
zeitwerk (~> 2.5)
|
81
|
-
rainbow (3.1.1)
|
82
|
-
rake (13.1.0)
|
83
|
-
regexp_parser (2.8.3)
|
84
|
-
rexml (3.2.6)
|
85
|
-
rspec (3.12.0)
|
86
|
-
rspec-core (~> 3.12.0)
|
87
|
-
rspec-expectations (~> 3.12.0)
|
88
|
-
rspec-mocks (~> 3.12.0)
|
89
|
-
rspec-core (3.12.2)
|
90
|
-
rspec-support (~> 3.12.0)
|
91
|
-
rspec-expectations (3.12.3)
|
92
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
93
|
-
rspec-support (~> 3.12.0)
|
94
|
-
rspec-mocks (3.12.6)
|
95
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
96
|
-
rspec-support (~> 3.12.0)
|
97
|
-
rspec-support (3.12.1)
|
98
|
-
rubocop (1.59.0)
|
99
|
-
json (~> 2.3)
|
100
|
-
language_server-protocol (>= 3.17.0)
|
101
|
-
parallel (~> 1.10)
|
102
|
-
parser (>= 3.2.2.4)
|
103
|
-
rainbow (>= 2.2.2, < 4.0)
|
104
|
-
regexp_parser (>= 1.8, < 3.0)
|
105
|
-
rexml (>= 3.2.5, < 4.0)
|
106
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
107
|
-
ruby-progressbar (~> 1.7)
|
108
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
109
|
-
rubocop-ast (1.30.0)
|
110
|
-
parser (>= 3.2.1.0)
|
111
|
-
rubocop-capybara (2.19.0)
|
112
|
-
rubocop (~> 1.41)
|
113
|
-
rubocop-factory_bot (2.24.0)
|
114
|
-
rubocop (~> 1.33)
|
115
|
-
rubocop-performance (1.20.1)
|
116
|
-
rubocop (>= 1.48.1, < 2.0)
|
117
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
118
|
-
rubocop-rails (2.23.1)
|
119
|
-
activesupport (>= 4.2.0)
|
120
|
-
rack (>= 1.1)
|
121
|
-
rubocop (>= 1.33.0, < 2.0)
|
122
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
123
|
-
rubocop-rake (0.6.0)
|
124
|
-
rubocop (~> 1.0)
|
125
|
-
rubocop-rspec (2.25.0)
|
126
|
-
rubocop (~> 1.40)
|
127
|
-
rubocop-capybara (~> 2.17)
|
128
|
-
rubocop-factory_bot (~> 2.22)
|
129
|
-
ruby-progressbar (1.13.0)
|
130
|
-
thor (1.3.0)
|
131
|
-
tzinfo (2.0.6)
|
132
|
-
concurrent-ruby (~> 1.0)
|
133
|
-
unicode-display_width (2.5.0)
|
134
|
-
zeitwerk (2.6.12)
|
135
|
-
|
136
|
-
PLATFORMS
|
137
|
-
arm64-darwin-22
|
138
|
-
x86_64-darwin-22
|
139
|
-
x86_64-linux
|
140
|
-
|
141
|
-
DEPENDENCIES
|
142
|
-
activemodel (~> 7.0.0)
|
143
|
-
appraisal
|
144
|
-
authorized_persona!
|
145
|
-
betterlint
|
146
|
-
bundler
|
147
|
-
railties (~> 7.0.0)
|
148
|
-
rake
|
149
|
-
rspec (~> 3.0)
|
150
|
-
|
151
|
-
BUNDLED WITH
|
152
|
-
2.4.21
|