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.
@@ -0,0 +1,201 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ authorized_persona (0.13.0)
5
+ railties (>= 7.2, < 8.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionpack (7.2.2.1)
11
+ actionview (= 7.2.2.1)
12
+ activesupport (= 7.2.2.1)
13
+ nokogiri (>= 1.8.5)
14
+ racc
15
+ rack (>= 2.2.4, < 3.2)
16
+ rack-session (>= 1.0.1)
17
+ rack-test (>= 0.6.3)
18
+ rails-dom-testing (~> 2.2)
19
+ rails-html-sanitizer (~> 1.6)
20
+ useragent (~> 0.16)
21
+ actionview (7.2.2.1)
22
+ activesupport (= 7.2.2.1)
23
+ builder (~> 3.1)
24
+ erubi (~> 1.11)
25
+ rails-dom-testing (~> 2.2)
26
+ rails-html-sanitizer (~> 1.6)
27
+ activemodel (7.2.2.1)
28
+ activesupport (= 7.2.2.1)
29
+ activesupport (7.2.2.1)
30
+ base64
31
+ benchmark (>= 0.3)
32
+ bigdecimal
33
+ concurrent-ruby (~> 1.0, >= 1.3.1)
34
+ connection_pool (>= 2.2.5)
35
+ drb
36
+ i18n (>= 1.6, < 2)
37
+ logger (>= 1.4.2)
38
+ minitest (>= 5.1)
39
+ securerandom (>= 0.3)
40
+ tzinfo (~> 2.0, >= 2.0.5)
41
+ appraisal (2.5.0)
42
+ bundler
43
+ rake
44
+ thor (>= 0.14.0)
45
+ ast (2.4.2)
46
+ base64 (0.2.0)
47
+ benchmark (0.4.0)
48
+ betterlint (1.16.0)
49
+ rubocop (~> 1.62.0)
50
+ rubocop-graphql (~> 1.5.0)
51
+ rubocop-performance (~> 1.21.0)
52
+ rubocop-rails (~> 2.24.0)
53
+ rubocop-rake (~> 0.6.0)
54
+ rubocop-rspec (~> 2.28.0)
55
+ bigdecimal (3.1.9)
56
+ builder (3.3.0)
57
+ concurrent-ruby (1.3.5)
58
+ connection_pool (2.5.0)
59
+ crass (1.0.6)
60
+ date (3.4.1)
61
+ diff-lcs (1.5.1)
62
+ drb (2.2.1)
63
+ erubi (1.13.1)
64
+ i18n (1.14.7)
65
+ concurrent-ruby (~> 1.0)
66
+ io-console (0.8.0)
67
+ irb (1.15.0)
68
+ pp (>= 0.6.0)
69
+ rdoc (>= 4.0.0)
70
+ reline (>= 0.4.2)
71
+ json (2.9.1)
72
+ language_server-protocol (3.17.0.3)
73
+ logger (1.6.5)
74
+ loofah (2.24.0)
75
+ crass (~> 1.0.2)
76
+ nokogiri (>= 1.12.0)
77
+ minitest (5.25.4)
78
+ nokogiri (1.17.2-arm64-darwin)
79
+ racc (~> 1.4)
80
+ nokogiri (1.17.2-x86_64-linux)
81
+ racc (~> 1.4)
82
+ parallel (1.26.3)
83
+ parser (3.3.7.0)
84
+ ast (~> 2.4.1)
85
+ racc
86
+ pp (0.6.2)
87
+ prettyprint
88
+ prettyprint (0.2.0)
89
+ psych (5.2.3)
90
+ date
91
+ stringio
92
+ racc (1.8.1)
93
+ rack (3.1.8)
94
+ rack-session (2.1.0)
95
+ base64 (>= 0.1.0)
96
+ rack (>= 3.0.0)
97
+ rack-test (2.2.0)
98
+ rack (>= 1.3)
99
+ rackup (2.2.1)
100
+ rack (>= 3)
101
+ rails-dom-testing (2.2.0)
102
+ activesupport (>= 5.0.0)
103
+ minitest
104
+ nokogiri (>= 1.6)
105
+ rails-html-sanitizer (1.6.2)
106
+ loofah (~> 2.21)
107
+ 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)
108
+ railties (7.2.2.1)
109
+ actionpack (= 7.2.2.1)
110
+ activesupport (= 7.2.2.1)
111
+ irb (~> 1.13)
112
+ rackup (>= 1.0.0)
113
+ rake (>= 12.2)
114
+ thor (~> 1.0, >= 1.2.2)
115
+ zeitwerk (~> 2.6)
116
+ rainbow (3.1.1)
117
+ rake (13.2.1)
118
+ rdoc (6.11.0)
119
+ psych (>= 4.0.0)
120
+ regexp_parser (2.10.0)
121
+ reline (0.6.0)
122
+ io-console (~> 0.5)
123
+ rexml (3.4.0)
124
+ rspec (3.13.0)
125
+ rspec-core (~> 3.13.0)
126
+ rspec-expectations (~> 3.13.0)
127
+ rspec-mocks (~> 3.13.0)
128
+ rspec-core (3.13.2)
129
+ rspec-support (~> 3.13.0)
130
+ rspec-expectations (3.13.3)
131
+ diff-lcs (>= 1.2.0, < 2.0)
132
+ rspec-support (~> 3.13.0)
133
+ rspec-mocks (3.13.2)
134
+ diff-lcs (>= 1.2.0, < 2.0)
135
+ rspec-support (~> 3.13.0)
136
+ rspec-support (3.13.2)
137
+ rubocop (1.62.1)
138
+ json (~> 2.3)
139
+ language_server-protocol (>= 3.17.0)
140
+ parallel (~> 1.10)
141
+ parser (>= 3.3.0.2)
142
+ rainbow (>= 2.2.2, < 4.0)
143
+ regexp_parser (>= 1.8, < 3.0)
144
+ rexml (>= 3.2.5, < 4.0)
145
+ rubocop-ast (>= 1.31.1, < 2.0)
146
+ ruby-progressbar (~> 1.7)
147
+ unicode-display_width (>= 2.4.0, < 3.0)
148
+ rubocop-ast (1.37.0)
149
+ parser (>= 3.3.1.0)
150
+ rubocop-capybara (2.21.0)
151
+ rubocop (~> 1.41)
152
+ rubocop-factory_bot (2.26.1)
153
+ rubocop (~> 1.61)
154
+ rubocop-graphql (1.5.4)
155
+ rubocop (>= 1.50, < 2)
156
+ rubocop-performance (1.21.1)
157
+ rubocop (>= 1.48.1, < 2.0)
158
+ rubocop-ast (>= 1.31.1, < 2.0)
159
+ rubocop-rails (2.24.1)
160
+ activesupport (>= 4.2.0)
161
+ rack (>= 1.1)
162
+ rubocop (>= 1.33.0, < 2.0)
163
+ rubocop-ast (>= 1.31.1, < 2.0)
164
+ rubocop-rake (0.6.0)
165
+ rubocop (~> 1.0)
166
+ rubocop-rspec (2.28.0)
167
+ rubocop (~> 1.40)
168
+ rubocop-capybara (~> 2.17)
169
+ rubocop-factory_bot (~> 2.22)
170
+ rubocop-rspec_rails (~> 2.28)
171
+ rubocop-rspec_rails (2.29.1)
172
+ rubocop (~> 1.61)
173
+ ruby-progressbar (1.13.0)
174
+ securerandom (0.3.2)
175
+ stringio (3.1.2)
176
+ thor (1.3.2)
177
+ tzinfo (2.0.6)
178
+ concurrent-ruby (~> 1.0)
179
+ unicode-display_width (2.6.0)
180
+ useragent (0.16.11)
181
+ zeitwerk (2.6.18)
182
+
183
+ PLATFORMS
184
+ arm64-darwin-23
185
+ x86_64-linux
186
+
187
+ DEPENDENCIES
188
+ activemodel (>= 7.2, < 8.1)
189
+ appraisal
190
+ authorized_persona!
191
+ betterlint
192
+ bundler
193
+ nokogiri (~> 1.17.2)
194
+ railties (~> 7.2.0)
195
+ rake
196
+ rspec (~> 3.0)
197
+ securerandom (~> 0.3.2)
198
+ zeitwerk (~> 2.6.18)
199
+
200
+ BUNDLED WITH
201
+ 2.4.21
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "zeitwerk", "~> 2.6.18"
6
+ gem "nokogiri", "~> 1.17.2"
7
+ gem "securerandom", "~> 0.3.2"
8
+ gem "railties", "~> 8.0.0"
9
+
10
+ gemspec path: "../"
@@ -1,128 +1,139 @@
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.13.0)
5
+ railties (>= 7.2, < 8.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (7.1.3.2)
11
- actionview (= 7.1.3.2)
12
- activesupport (= 7.1.3.2)
10
+ actionpack (8.0.1)
11
+ actionview (= 8.0.1)
12
+ activesupport (= 8.0.1)
13
13
  nokogiri (>= 1.8.5)
14
- racc
15
14
  rack (>= 2.2.4)
16
15
  rack-session (>= 1.0.1)
17
16
  rack-test (>= 0.6.3)
18
17
  rails-dom-testing (~> 2.2)
19
18
  rails-html-sanitizer (~> 1.6)
20
- actionview (7.1.3.2)
21
- activesupport (= 7.1.3.2)
19
+ useragent (~> 0.16)
20
+ actionview (8.0.1)
21
+ activesupport (= 8.0.1)
22
22
  builder (~> 3.1)
23
23
  erubi (~> 1.11)
24
24
  rails-dom-testing (~> 2.2)
25
25
  rails-html-sanitizer (~> 1.6)
26
- activemodel (7.1.3.2)
27
- activesupport (= 7.1.3.2)
28
- activesupport (7.1.3.2)
26
+ activemodel (8.0.1)
27
+ activesupport (= 8.0.1)
28
+ activesupport (8.0.1)
29
29
  base64
30
+ benchmark (>= 0.3)
30
31
  bigdecimal
31
- concurrent-ruby (~> 1.0, >= 1.0.2)
32
+ concurrent-ruby (~> 1.0, >= 1.3.1)
32
33
  connection_pool (>= 2.2.5)
33
34
  drb
34
35
  i18n (>= 1.6, < 2)
36
+ logger (>= 1.4.2)
35
37
  minitest (>= 5.1)
36
- mutex_m
37
- tzinfo (~> 2.0)
38
+ securerandom (>= 0.3)
39
+ tzinfo (~> 2.0, >= 2.0.5)
40
+ uri (>= 0.13.1)
38
41
  appraisal (2.5.0)
39
42
  bundler
40
43
  rake
41
44
  thor (>= 0.14.0)
42
45
  ast (2.4.2)
43
46
  base64 (0.2.0)
44
- betterlint (1.10.1)
47
+ benchmark (0.4.0)
48
+ betterlint (1.16.0)
45
49
  rubocop (~> 1.62.0)
50
+ rubocop-graphql (~> 1.5.0)
46
51
  rubocop-performance (~> 1.21.0)
47
52
  rubocop-rails (~> 2.24.0)
48
53
  rubocop-rake (~> 0.6.0)
49
54
  rubocop-rspec (~> 2.28.0)
50
- bigdecimal (3.1.7)
51
- builder (3.2.4)
52
- concurrent-ruby (1.2.3)
53
- connection_pool (2.4.1)
55
+ bigdecimal (3.1.9)
56
+ builder (3.3.0)
57
+ concurrent-ruby (1.3.5)
58
+ connection_pool (2.5.0)
54
59
  crass (1.0.6)
60
+ date (3.4.1)
55
61
  diff-lcs (1.5.1)
56
62
  drb (2.2.1)
57
- erubi (1.12.0)
58
- i18n (1.14.4)
63
+ erubi (1.13.1)
64
+ i18n (1.14.7)
59
65
  concurrent-ruby (~> 1.0)
60
- io-console (0.7.2)
61
- irb (1.12.0)
62
- rdoc
66
+ io-console (0.8.0)
67
+ irb (1.15.0)
68
+ pp (>= 0.6.0)
69
+ rdoc (>= 4.0.0)
63
70
  reline (>= 0.4.2)
64
- json (2.7.2)
71
+ json (2.9.1)
65
72
  language_server-protocol (3.17.0.3)
66
- loofah (2.22.0)
73
+ logger (1.6.5)
74
+ loofah (2.24.0)
67
75
  crass (~> 1.0.2)
68
76
  nokogiri (>= 1.12.0)
69
- minitest (5.22.3)
70
- mutex_m (0.2.0)
71
- nokogiri (1.16.4-arm64-darwin)
77
+ minitest (5.25.4)
78
+ nokogiri (1.17.2-arm64-darwin)
72
79
  racc (~> 1.4)
73
- nokogiri (1.16.4-x86_64-linux)
80
+ nokogiri (1.17.2-x86_64-linux)
74
81
  racc (~> 1.4)
75
- parallel (1.24.0)
76
- parser (3.3.0.5)
82
+ parallel (1.26.3)
83
+ parser (3.3.7.0)
77
84
  ast (~> 2.4.1)
78
85
  racc
79
- psych (5.1.2)
86
+ pp (0.6.2)
87
+ prettyprint
88
+ prettyprint (0.2.0)
89
+ psych (5.2.3)
90
+ date
80
91
  stringio
81
- racc (1.7.3)
82
- rack (3.0.10)
83
- rack-session (2.0.0)
92
+ racc (1.8.1)
93
+ rack (3.1.8)
94
+ rack-session (2.1.0)
95
+ base64 (>= 0.1.0)
84
96
  rack (>= 3.0.0)
85
- rack-test (2.1.0)
97
+ rack-test (2.2.0)
86
98
  rack (>= 1.3)
87
- rackup (2.1.0)
99
+ rackup (2.2.1)
88
100
  rack (>= 3)
89
- webrick (~> 1.8)
90
101
  rails-dom-testing (2.2.0)
91
102
  activesupport (>= 5.0.0)
92
103
  minitest
93
104
  nokogiri (>= 1.6)
94
- rails-html-sanitizer (1.6.0)
105
+ rails-html-sanitizer (1.6.2)
95
106
  loofah (~> 2.21)
96
- nokogiri (~> 1.14)
97
- railties (7.1.3.2)
98
- actionpack (= 7.1.3.2)
99
- activesupport (= 7.1.3.2)
100
- irb
107
+ 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)
108
+ railties (8.0.1)
109
+ actionpack (= 8.0.1)
110
+ activesupport (= 8.0.1)
111
+ irb (~> 1.13)
101
112
  rackup (>= 1.0.0)
102
113
  rake (>= 12.2)
103
114
  thor (~> 1.0, >= 1.2.2)
104
115
  zeitwerk (~> 2.6)
105
116
  rainbow (3.1.1)
106
117
  rake (13.2.1)
107
- rdoc (6.6.3.1)
118
+ rdoc (6.11.0)
108
119
  psych (>= 4.0.0)
109
- regexp_parser (2.9.0)
110
- reline (0.5.3)
120
+ regexp_parser (2.10.0)
121
+ reline (0.6.0)
111
122
  io-console (~> 0.5)
112
- rexml (3.2.6)
123
+ rexml (3.4.0)
113
124
  rspec (3.13.0)
114
125
  rspec-core (~> 3.13.0)
115
126
  rspec-expectations (~> 3.13.0)
116
127
  rspec-mocks (~> 3.13.0)
117
- rspec-core (3.13.0)
128
+ rspec-core (3.13.2)
118
129
  rspec-support (~> 3.13.0)
119
- rspec-expectations (3.13.0)
130
+ rspec-expectations (3.13.3)
120
131
  diff-lcs (>= 1.2.0, < 2.0)
121
132
  rspec-support (~> 3.13.0)
122
- rspec-mocks (3.13.0)
133
+ rspec-mocks (3.13.2)
123
134
  diff-lcs (>= 1.2.0, < 2.0)
124
135
  rspec-support (~> 3.13.0)
125
- rspec-support (3.13.1)
136
+ rspec-support (3.13.2)
126
137
  rubocop (1.62.1)
127
138
  json (~> 2.3)
128
139
  language_server-protocol (>= 3.17.0)
@@ -134,13 +145,15 @@ GEM
134
145
  rubocop-ast (>= 1.31.1, < 2.0)
135
146
  ruby-progressbar (~> 1.7)
136
147
  unicode-display_width (>= 2.4.0, < 3.0)
137
- rubocop-ast (1.31.2)
138
- parser (>= 3.3.0.4)
139
- rubocop-capybara (2.20.0)
140
- rubocop (~> 1.41)
141
- rubocop-factory_bot (2.25.1)
148
+ rubocop-ast (1.37.0)
149
+ parser (>= 3.3.1.0)
150
+ rubocop-capybara (2.21.0)
142
151
  rubocop (~> 1.41)
143
- rubocop-performance (1.21.0)
152
+ rubocop-factory_bot (2.26.1)
153
+ rubocop (~> 1.61)
154
+ rubocop-graphql (1.5.4)
155
+ rubocop (>= 1.50, < 2)
156
+ rubocop-performance (1.21.1)
144
157
  rubocop (>= 1.48.1, < 2.0)
145
158
  rubocop-ast (>= 1.31.1, < 2.0)
146
159
  rubocop-rails (2.24.1)
@@ -155,30 +168,35 @@ GEM
155
168
  rubocop-capybara (~> 2.17)
156
169
  rubocop-factory_bot (~> 2.22)
157
170
  rubocop-rspec_rails (~> 2.28)
158
- rubocop-rspec_rails (2.28.3)
159
- rubocop (~> 1.40)
171
+ rubocop-rspec_rails (2.29.1)
172
+ rubocop (~> 1.61)
160
173
  ruby-progressbar (1.13.0)
161
- stringio (3.1.0)
162
- thor (1.3.1)
174
+ securerandom (0.3.2)
175
+ stringio (3.1.2)
176
+ thor (1.3.2)
163
177
  tzinfo (2.0.6)
164
178
  concurrent-ruby (~> 1.0)
165
- unicode-display_width (2.5.0)
166
- webrick (1.8.1)
167
- zeitwerk (2.6.13)
179
+ unicode-display_width (2.6.0)
180
+ uri (1.0.2)
181
+ useragent (0.16.11)
182
+ zeitwerk (2.6.18)
168
183
 
169
184
  PLATFORMS
170
- arm64-darwin-22
185
+ arm64-darwin-23
171
186
  x86_64-linux
172
187
 
173
188
  DEPENDENCIES
174
- activemodel (~> 7.1.0)
189
+ activemodel (>= 7.2, < 8.1)
175
190
  appraisal
176
191
  authorized_persona!
177
192
  betterlint
178
193
  bundler
179
- railties (~> 7.1.0)
194
+ nokogiri (~> 1.17.2)
195
+ railties (~> 8.0.0)
180
196
  rake
181
197
  rspec (~> 3.0)
198
+ securerandom (~> 0.3.2)
199
+ zeitwerk (~> 2.6.18)
182
200
 
183
201
  BUNDLED WITH
184
202
  2.4.21
@@ -59,7 +59,7 @@ module AuthorizedPersona
59
59
  def authorized?(current_user:, action:)
60
60
  raise AuthorizedPersona::Error, "#{current_user} is not a #{authorization_persona}" unless current_user.is_a?(authorization_persona)
61
61
 
62
- current_user.authorization_tier_at_or_above?(authorized_tier(action: action))
62
+ current_user.authorization_tier_at_or_above?(authorized_tier(action:))
63
63
  end
64
64
 
65
65
  def authorized_tier(action:)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AuthorizedPersona
4
- VERSION = "0.11.0"
4
+ VERSION = "0.13.0"
5
5
  end
@@ -7,7 +7,7 @@ module AuthorizedPersona
7
7
  raise AuthorizedPersona::Error, "Unable to determine route for #{resource}" if route.nil?
8
8
 
9
9
  controller_class = (route.defaults[:controller].camelize + 'Controller').constantize
10
- controller_class.authorized?(current_user: authorization_current_user, action: action)
10
+ controller_class.authorized?(current_user: authorization_current_user, action:)
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authorized_persona
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Mileham
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: railties
@@ -16,40 +15,40 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: '6.1'
18
+ version: '7.2'
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
- version: '7.2'
21
+ version: '8.1'
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: '6.1'
28
+ version: '7.2'
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
- version: '7.2'
31
+ version: '8.1'
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: activemodel
35
34
  requirement: !ruby/object:Gem::Requirement
36
35
  requirements:
37
36
  - - ">="
38
37
  - !ruby/object:Gem::Version
39
- version: '6.1'
38
+ version: '7.2'
40
39
  - - "<"
41
40
  - !ruby/object:Gem::Version
42
- version: '7.2'
41
+ version: '8.1'
43
42
  type: :development
44
43
  prerelease: false
45
44
  version_requirements: !ruby/object:Gem::Requirement
46
45
  requirements:
47
46
  - - ">="
48
47
  - !ruby/object:Gem::Version
49
- version: '6.1'
48
+ version: '7.2'
50
49
  - - "<"
51
50
  - !ruby/object:Gem::Version
52
- version: '7.2'
51
+ version: '8.1'
53
52
  - !ruby/object:Gem::Dependency
54
53
  name: appraisal
55
54
  requirement: !ruby/object:Gem::Requirement
@@ -144,12 +143,10 @@ files:
144
143
  - authorized_persona.gemspec
145
144
  - bin/console
146
145
  - bin/setup
147
- - gemfiles/rails_6_1.gemfile
148
- - gemfiles/rails_6_1.gemfile.lock
149
- - gemfiles/rails_7_0.gemfile
150
- - gemfiles/rails_7_0.gemfile.lock
151
- - gemfiles/rails_7_1.gemfile
152
- - gemfiles/rails_7_1.gemfile.lock
146
+ - gemfiles/rails_7_2.gemfile
147
+ - gemfiles/rails_7_2.gemfile.lock
148
+ - gemfiles/rails_8_0.gemfile
149
+ - gemfiles/rails_8_0.gemfile.lock
153
150
  - lib/authorized_persona.rb
154
151
  - lib/authorized_persona/authorization.rb
155
152
  - lib/authorized_persona/persona.rb
@@ -161,7 +158,6 @@ licenses:
161
158
  - MIT
162
159
  metadata:
163
160
  rubygems_mfa_required: 'true'
164
- post_install_message:
165
161
  rdoc_options: []
166
162
  require_paths:
167
163
  - lib
@@ -169,15 +165,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
169
165
  requirements:
170
166
  - - ">="
171
167
  - !ruby/object:Gem::Version
172
- version: '3.0'
168
+ version: '3.2'
173
169
  required_rubygems_version: !ruby/object:Gem::Requirement
174
170
  requirements:
175
171
  - - ">="
176
172
  - !ruby/object:Gem::Version
177
173
  version: '0'
178
174
  requirements: []
179
- rubygems_version: 3.5.23
180
- signing_key:
175
+ rubygems_version: 3.6.8
181
176
  specification_version: 4
182
177
  summary: the simplest authorization library you will ever love
183
178
  test_files: []
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source "https://rubygems.org"
6
-
7
- gem "activemodel", "~>6.1.0"
8
- gem "railties", "~> 6.1.0"
9
-
10
- gemspec path: "../"