authorized_persona 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,28 +1,28 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- authorized_persona (0.11.0)
5
- railties (>= 6.1, < 7.2)
4
+ authorized_persona (0.12.0)
5
+ railties (>= 6.1, < 8.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (6.1.7.6)
11
- actionview (= 6.1.7.6)
12
- activesupport (= 6.1.7.6)
10
+ actionpack (6.1.7.10)
11
+ actionview (= 6.1.7.10)
12
+ activesupport (= 6.1.7.10)
13
13
  rack (~> 2.0, >= 2.0.9)
14
14
  rack-test (>= 0.6.3)
15
15
  rails-dom-testing (~> 2.0)
16
16
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (6.1.7.6)
18
- activesupport (= 6.1.7.6)
17
+ actionview (6.1.7.10)
18
+ activesupport (= 6.1.7.10)
19
19
  builder (~> 3.1)
20
20
  erubi (~> 1.4)
21
21
  rails-dom-testing (~> 2.0)
22
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)
23
+ activemodel (6.1.7.10)
24
+ activesupport (= 6.1.7.10)
25
+ activesupport (6.1.7.10)
26
26
  concurrent-ruby (~> 1.0, >= 1.0.2)
27
27
  i18n (>= 1.6, < 2)
28
28
  minitest (>= 5.1)
@@ -33,120 +33,134 @@ GEM
33
33
  rake
34
34
  thor (>= 0.14.0)
35
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)
36
+ betterlint (1.16.0)
37
+ rubocop (~> 1.62.0)
38
+ rubocop-graphql (~> 1.5.0)
39
+ rubocop-performance (~> 1.21.0)
40
+ rubocop-rails (~> 2.24.0)
41
+ rubocop-rake (~> 0.6.0)
42
+ rubocop-rspec (~> 2.28.0)
43
+ builder (3.3.0)
44
+ concurrent-ruby (1.3.4)
44
45
  crass (1.0.6)
45
- diff-lcs (1.5.0)
46
- erubi (1.12.0)
47
- i18n (1.14.1)
46
+ diff-lcs (1.5.1)
47
+ erubi (1.13.1)
48
+ i18n (1.14.7)
48
49
  concurrent-ruby (~> 1.0)
49
- json (2.7.1)
50
+ json (2.9.1)
50
51
  language_server-protocol (3.17.0.3)
51
- loofah (2.22.0)
52
+ loofah (2.24.0)
52
53
  crass (~> 1.0.2)
53
54
  nokogiri (>= 1.12.0)
54
- method_source (1.0.0)
55
- minitest (5.20.0)
56
- nokogiri (1.15.5-arm64-darwin)
55
+ method_source (1.1.0)
56
+ minitest (5.25.4)
57
+ nokogiri (1.17.2-arm64-darwin)
57
58
  racc (~> 1.4)
58
- nokogiri (1.15.5-x86_64-darwin)
59
+ nokogiri (1.17.2-x86_64-darwin)
59
60
  racc (~> 1.4)
60
- parallel (1.24.0)
61
- parser (3.2.2.4)
61
+ nokogiri (1.17.2-x86_64-linux)
62
+ racc (~> 1.4)
63
+ parallel (1.26.3)
64
+ parser (3.3.7.0)
62
65
  ast (~> 2.4.1)
63
66
  racc
64
- racc (1.7.3)
65
- rack (2.2.8)
66
- rack-test (2.1.0)
67
+ racc (1.8.1)
68
+ rack (2.2.10)
69
+ rack-test (2.2.0)
67
70
  rack (>= 1.3)
68
71
  rails-dom-testing (2.2.0)
69
72
  activesupport (>= 5.0.0)
70
73
  minitest
71
74
  nokogiri (>= 1.6)
72
- rails-html-sanitizer (1.6.0)
75
+ rails-html-sanitizer (1.6.2)
73
76
  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)
77
+ 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)
78
+ railties (6.1.7.10)
79
+ actionpack (= 6.1.7.10)
80
+ activesupport (= 6.1.7.10)
78
81
  method_source
79
82
  rake (>= 12.2)
80
83
  thor (~> 1.0)
81
84
  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)
85
+ rake (13.2.1)
86
+ regexp_parser (2.10.0)
87
+ rexml (3.4.0)
88
+ rspec (3.13.0)
89
+ rspec-core (~> 3.13.0)
90
+ rspec-expectations (~> 3.13.0)
91
+ rspec-mocks (~> 3.13.0)
92
+ rspec-core (3.13.2)
93
+ rspec-support (~> 3.13.0)
94
+ rspec-expectations (3.13.3)
92
95
  diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.12.0)
94
- rspec-mocks (3.12.6)
96
+ rspec-support (~> 3.13.0)
97
+ rspec-mocks (3.13.2)
95
98
  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
+ rspec-support (~> 3.13.0)
100
+ rspec-support (3.13.2)
101
+ rubocop (1.62.1)
99
102
  json (~> 2.3)
100
103
  language_server-protocol (>= 3.17.0)
101
104
  parallel (~> 1.10)
102
- parser (>= 3.2.2.4)
105
+ parser (>= 3.3.0.2)
103
106
  rainbow (>= 2.2.2, < 4.0)
104
107
  regexp_parser (>= 1.8, < 3.0)
105
108
  rexml (>= 3.2.5, < 4.0)
106
- rubocop-ast (>= 1.30.0, < 2.0)
109
+ rubocop-ast (>= 1.31.1, < 2.0)
107
110
  ruby-progressbar (~> 1.7)
108
111
  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-ast (1.37.0)
113
+ parser (>= 3.3.1.0)
114
+ rubocop-capybara (2.21.0)
112
115
  rubocop (~> 1.41)
113
- rubocop-factory_bot (2.24.0)
114
- rubocop (~> 1.33)
115
- rubocop-performance (1.20.1)
116
+ rubocop-factory_bot (2.26.1)
117
+ rubocop (~> 1.61)
118
+ rubocop-graphql (1.5.4)
119
+ rubocop (>= 1.50, < 2)
120
+ rubocop-performance (1.21.1)
116
121
  rubocop (>= 1.48.1, < 2.0)
117
- rubocop-ast (>= 1.30.0, < 2.0)
118
- rubocop-rails (2.23.1)
122
+ rubocop-ast (>= 1.31.1, < 2.0)
123
+ rubocop-rails (2.24.1)
119
124
  activesupport (>= 4.2.0)
120
125
  rack (>= 1.1)
121
126
  rubocop (>= 1.33.0, < 2.0)
122
- rubocop-ast (>= 1.30.0, < 2.0)
127
+ rubocop-ast (>= 1.31.1, < 2.0)
123
128
  rubocop-rake (0.6.0)
124
129
  rubocop (~> 1.0)
125
- rubocop-rspec (2.25.0)
130
+ rubocop-rspec (2.28.0)
126
131
  rubocop (~> 1.40)
127
132
  rubocop-capybara (~> 2.17)
128
133
  rubocop-factory_bot (~> 2.22)
134
+ rubocop-rspec_rails (~> 2.28)
135
+ rubocop-rspec_rails (2.29.1)
136
+ rubocop (~> 1.61)
129
137
  ruby-progressbar (1.13.0)
130
- thor (1.3.0)
138
+ securerandom (0.3.2)
139
+ thor (1.3.2)
131
140
  tzinfo (2.0.6)
132
141
  concurrent-ruby (~> 1.0)
133
- unicode-display_width (2.5.0)
134
- zeitwerk (2.6.12)
142
+ unicode-display_width (2.6.0)
143
+ zeitwerk (2.6.18)
135
144
 
136
145
  PLATFORMS
137
146
  arm64-darwin-22
147
+ arm64-darwin-23
138
148
  x86_64-darwin-22
139
149
  x86_64-linux
140
150
 
141
151
  DEPENDENCIES
142
- activemodel (~> 6.1.0)
152
+ activemodel (>= 6.1, < 8.1)
143
153
  appraisal
144
154
  authorized_persona!
145
155
  betterlint
146
156
  bundler
157
+ concurrent-ruby (= 1.3.4)
158
+ nokogiri (~> 1.17.2)
147
159
  railties (~> 6.1.0)
148
160
  rake
149
161
  rspec (~> 3.0)
162
+ securerandom (~> 0.3.2)
163
+ zeitwerk (~> 2.6.18)
150
164
 
151
165
  BUNDLED WITH
152
166
  2.4.21
@@ -1,10 +1,11 @@
1
- # frozen_string_literal: true
2
-
3
1
  # This file was generated by Appraisal
4
2
 
5
3
  source "https://rubygems.org"
6
4
 
7
- gem "activemodel", "~>7.0.0"
5
+ gem "zeitwerk", "~> 2.6.18"
6
+ gem "nokogiri", "~> 1.17.2"
7
+ gem "securerandom", "~> 0.3.2"
8
8
  gem "railties", "~> 7.0.0"
9
+ gem "concurrent-ruby", "1.3.4"
9
10
 
10
11
  gemspec path: "../"
@@ -1,28 +1,28 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- authorized_persona (0.11.0)
5
- railties (>= 6.1, < 7.2)
4
+ authorized_persona (0.12.0)
5
+ railties (>= 6.1, < 8.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (7.0.8)
11
- actionview (= 7.0.8)
12
- activesupport (= 7.0.8)
10
+ actionpack (7.0.8.7)
11
+ actionview (= 7.0.8.7)
12
+ activesupport (= 7.0.8.7)
13
13
  rack (~> 2.0, >= 2.2.4)
14
14
  rack-test (>= 0.6.3)
15
15
  rails-dom-testing (~> 2.0)
16
16
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (7.0.8)
18
- activesupport (= 7.0.8)
17
+ actionview (7.0.8.7)
18
+ activesupport (= 7.0.8.7)
19
19
  builder (~> 3.1)
20
20
  erubi (~> 1.4)
21
21
  rails-dom-testing (~> 2.0)
22
22
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activemodel (7.0.8)
24
- activesupport (= 7.0.8)
25
- activesupport (7.0.8)
23
+ activemodel (7.0.8.7)
24
+ activesupport (= 7.0.8.7)
25
+ activesupport (7.0.8.7)
26
26
  concurrent-ruby (~> 1.0, >= 1.0.2)
27
27
  i18n (>= 1.6, < 2)
28
28
  minitest (>= 5.1)
@@ -32,121 +32,135 @@ GEM
32
32
  rake
33
33
  thor (>= 0.14.0)
34
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)
35
+ betterlint (1.16.0)
36
+ rubocop (~> 1.62.0)
37
+ rubocop-graphql (~> 1.5.0)
38
+ rubocop-performance (~> 1.21.0)
39
+ rubocop-rails (~> 2.24.0)
40
+ rubocop-rake (~> 0.6.0)
41
+ rubocop-rspec (~> 2.28.0)
42
+ builder (3.3.0)
43
+ concurrent-ruby (1.3.4)
43
44
  crass (1.0.6)
44
- diff-lcs (1.5.0)
45
- erubi (1.12.0)
46
- i18n (1.14.1)
45
+ diff-lcs (1.5.1)
46
+ erubi (1.13.1)
47
+ i18n (1.14.7)
47
48
  concurrent-ruby (~> 1.0)
48
- json (2.7.1)
49
+ json (2.9.1)
49
50
  language_server-protocol (3.17.0.3)
50
- loofah (2.22.0)
51
+ loofah (2.24.0)
51
52
  crass (~> 1.0.2)
52
53
  nokogiri (>= 1.12.0)
53
- method_source (1.0.0)
54
- minitest (5.20.0)
55
- nokogiri (1.15.5-arm64-darwin)
54
+ method_source (1.1.0)
55
+ minitest (5.25.4)
56
+ nokogiri (1.17.2-arm64-darwin)
56
57
  racc (~> 1.4)
57
- nokogiri (1.15.5-x86_64-darwin)
58
+ nokogiri (1.17.2-x86_64-darwin)
58
59
  racc (~> 1.4)
59
- parallel (1.24.0)
60
- parser (3.2.2.4)
60
+ nokogiri (1.17.2-x86_64-linux)
61
+ racc (~> 1.4)
62
+ parallel (1.26.3)
63
+ parser (3.3.7.0)
61
64
  ast (~> 2.4.1)
62
65
  racc
63
- racc (1.7.3)
64
- rack (2.2.8)
65
- rack-test (2.1.0)
66
+ racc (1.8.1)
67
+ rack (2.2.10)
68
+ rack-test (2.2.0)
66
69
  rack (>= 1.3)
67
70
  rails-dom-testing (2.2.0)
68
71
  activesupport (>= 5.0.0)
69
72
  minitest
70
73
  nokogiri (>= 1.6)
71
- rails-html-sanitizer (1.6.0)
74
+ rails-html-sanitizer (1.6.2)
72
75
  loofah (~> 2.21)
73
- nokogiri (~> 1.14)
74
- railties (7.0.8)
75
- actionpack (= 7.0.8)
76
- activesupport (= 7.0.8)
76
+ 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)
77
+ railties (7.0.8.7)
78
+ actionpack (= 7.0.8.7)
79
+ activesupport (= 7.0.8.7)
77
80
  method_source
78
81
  rake (>= 12.2)
79
82
  thor (~> 1.0)
80
83
  zeitwerk (~> 2.5)
81
84
  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)
85
+ rake (13.2.1)
86
+ regexp_parser (2.10.0)
87
+ rexml (3.4.0)
88
+ rspec (3.13.0)
89
+ rspec-core (~> 3.13.0)
90
+ rspec-expectations (~> 3.13.0)
91
+ rspec-mocks (~> 3.13.0)
92
+ rspec-core (3.13.2)
93
+ rspec-support (~> 3.13.0)
94
+ rspec-expectations (3.13.3)
92
95
  diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.12.0)
94
- rspec-mocks (3.12.6)
96
+ rspec-support (~> 3.13.0)
97
+ rspec-mocks (3.13.2)
95
98
  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
+ rspec-support (~> 3.13.0)
100
+ rspec-support (3.13.2)
101
+ rubocop (1.62.1)
99
102
  json (~> 2.3)
100
103
  language_server-protocol (>= 3.17.0)
101
104
  parallel (~> 1.10)
102
- parser (>= 3.2.2.4)
105
+ parser (>= 3.3.0.2)
103
106
  rainbow (>= 2.2.2, < 4.0)
104
107
  regexp_parser (>= 1.8, < 3.0)
105
108
  rexml (>= 3.2.5, < 4.0)
106
- rubocop-ast (>= 1.30.0, < 2.0)
109
+ rubocop-ast (>= 1.31.1, < 2.0)
107
110
  ruby-progressbar (~> 1.7)
108
111
  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-ast (1.37.0)
113
+ parser (>= 3.3.1.0)
114
+ rubocop-capybara (2.21.0)
112
115
  rubocop (~> 1.41)
113
- rubocop-factory_bot (2.24.0)
114
- rubocop (~> 1.33)
115
- rubocop-performance (1.20.1)
116
+ rubocop-factory_bot (2.26.1)
117
+ rubocop (~> 1.61)
118
+ rubocop-graphql (1.5.4)
119
+ rubocop (>= 1.50, < 2)
120
+ rubocop-performance (1.21.1)
116
121
  rubocop (>= 1.48.1, < 2.0)
117
- rubocop-ast (>= 1.30.0, < 2.0)
118
- rubocop-rails (2.23.1)
122
+ rubocop-ast (>= 1.31.1, < 2.0)
123
+ rubocop-rails (2.24.1)
119
124
  activesupport (>= 4.2.0)
120
125
  rack (>= 1.1)
121
126
  rubocop (>= 1.33.0, < 2.0)
122
- rubocop-ast (>= 1.30.0, < 2.0)
127
+ rubocop-ast (>= 1.31.1, < 2.0)
123
128
  rubocop-rake (0.6.0)
124
129
  rubocop (~> 1.0)
125
- rubocop-rspec (2.25.0)
130
+ rubocop-rspec (2.28.0)
126
131
  rubocop (~> 1.40)
127
132
  rubocop-capybara (~> 2.17)
128
133
  rubocop-factory_bot (~> 2.22)
134
+ rubocop-rspec_rails (~> 2.28)
135
+ rubocop-rspec_rails (2.29.1)
136
+ rubocop (~> 1.61)
129
137
  ruby-progressbar (1.13.0)
130
- thor (1.3.0)
138
+ securerandom (0.3.2)
139
+ thor (1.3.2)
131
140
  tzinfo (2.0.6)
132
141
  concurrent-ruby (~> 1.0)
133
- unicode-display_width (2.5.0)
134
- zeitwerk (2.6.12)
142
+ unicode-display_width (2.6.0)
143
+ zeitwerk (2.6.18)
135
144
 
136
145
  PLATFORMS
137
146
  arm64-darwin-22
147
+ arm64-darwin-23
138
148
  x86_64-darwin-22
139
149
  x86_64-linux
140
150
 
141
151
  DEPENDENCIES
142
- activemodel (~> 7.0.0)
152
+ activemodel (>= 6.1, < 8.1)
143
153
  appraisal
144
154
  authorized_persona!
145
155
  betterlint
146
156
  bundler
157
+ concurrent-ruby (= 1.3.4)
158
+ nokogiri (~> 1.17.2)
147
159
  railties (~> 7.0.0)
148
160
  rake
149
161
  rspec (~> 3.0)
162
+ securerandom (~> 0.3.2)
163
+ zeitwerk (~> 2.6.18)
150
164
 
151
165
  BUNDLED WITH
152
166
  2.4.21
@@ -1,10 +1,10 @@
1
- # frozen_string_literal: true
2
-
3
1
  # This file was generated by Appraisal
4
2
 
5
3
  source "https://rubygems.org"
6
4
 
7
- gem "activemodel", "~>7.1.0"
5
+ gem "zeitwerk", "~> 2.6.18"
6
+ gem "nokogiri", "~> 1.17.2"
7
+ gem "securerandom", "~> 0.3.2"
8
8
  gem "railties", "~> 7.1.0"
9
9
 
10
10
  gemspec path: "../"