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.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +10 -1
- data/.rubocop.yml +6 -0
- data/.rubocop_todo.yml +23 -27
- data/Appraisals +10 -3
- data/Gemfile +4 -0
- data/Gemfile.lock +130 -80
- data/Rakefile +14 -4
- data/authorized_persona.gemspec +1 -1
- data/gemfiles/rails_6_1.gemfile +4 -3
- data/gemfiles/rails_6_1.gemfile.lock +82 -68
- data/gemfiles/rails_7_0.gemfile +4 -3
- data/gemfiles/rails_7_0.gemfile.lock +82 -68
- data/gemfiles/rails_7_1.gemfile +3 -3
- data/gemfiles/rails_7_1.gemfile.lock +80 -62
- 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_8_0.gemfile.lock +202 -0
- data/lib/authorized_persona/version.rb +1 -1
- metadata +10 -6
@@ -1,28 +1,28 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
authorized_persona (0.
|
5
|
-
railties (>= 6.1, <
|
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.
|
11
|
-
actionview (= 6.1.7.
|
12
|
-
activesupport (= 6.1.7.
|
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.
|
18
|
-
activesupport (= 6.1.7.
|
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.
|
24
|
-
activesupport (= 6.1.7.
|
25
|
-
activesupport (6.1.7.
|
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.
|
37
|
-
rubocop (
|
38
|
-
rubocop-
|
39
|
-
rubocop-
|
40
|
-
rubocop-
|
41
|
-
rubocop-
|
42
|
-
|
43
|
-
|
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.
|
46
|
-
erubi (1.
|
47
|
-
i18n (1.14.
|
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.
|
50
|
+
json (2.9.1)
|
50
51
|
language_server-protocol (3.17.0.3)
|
51
|
-
loofah (2.
|
52
|
+
loofah (2.24.0)
|
52
53
|
crass (~> 1.0.2)
|
53
54
|
nokogiri (>= 1.12.0)
|
54
|
-
method_source (1.
|
55
|
-
minitest (5.
|
56
|
-
nokogiri (1.
|
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.
|
59
|
+
nokogiri (1.17.2-x86_64-darwin)
|
59
60
|
racc (~> 1.4)
|
60
|
-
|
61
|
-
|
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.
|
65
|
-
rack (2.2.
|
66
|
-
rack-test (2.
|
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.
|
75
|
+
rails-html-sanitizer (1.6.2)
|
73
76
|
loofah (~> 2.21)
|
74
|
-
nokogiri (
|
75
|
-
railties (6.1.7.
|
76
|
-
actionpack (= 6.1.7.
|
77
|
-
activesupport (= 6.1.7.
|
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
|
83
|
-
regexp_parser (2.
|
84
|
-
rexml (3.
|
85
|
-
rspec (3.
|
86
|
-
rspec-core (~> 3.
|
87
|
-
rspec-expectations (~> 3.
|
88
|
-
rspec-mocks (~> 3.
|
89
|
-
rspec-core (3.
|
90
|
-
rspec-support (~> 3.
|
91
|
-
rspec-expectations (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.
|
94
|
-
rspec-mocks (3.
|
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.
|
97
|
-
rspec-support (3.
|
98
|
-
rubocop (1.
|
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.
|
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.
|
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.
|
110
|
-
parser (>= 3.
|
111
|
-
rubocop-capybara (2.
|
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.
|
114
|
-
rubocop (~> 1.
|
115
|
-
rubocop-
|
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.
|
118
|
-
rubocop-rails (2.
|
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.
|
127
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
123
128
|
rubocop-rake (0.6.0)
|
124
129
|
rubocop (~> 1.0)
|
125
|
-
rubocop-rspec (2.
|
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
|
-
|
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.
|
134
|
-
zeitwerk (2.6.
|
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 (
|
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
|
data/gemfiles/rails_7_0.gemfile
CHANGED
@@ -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 "
|
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.
|
5
|
-
railties (>= 6.1, <
|
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.
|
36
|
-
rubocop (
|
37
|
-
rubocop-
|
38
|
-
rubocop-
|
39
|
-
rubocop-
|
40
|
-
rubocop-
|
41
|
-
|
42
|
-
|
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.
|
45
|
-
erubi (1.
|
46
|
-
i18n (1.14.
|
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.
|
49
|
+
json (2.9.1)
|
49
50
|
language_server-protocol (3.17.0.3)
|
50
|
-
loofah (2.
|
51
|
+
loofah (2.24.0)
|
51
52
|
crass (~> 1.0.2)
|
52
53
|
nokogiri (>= 1.12.0)
|
53
|
-
method_source (1.
|
54
|
-
minitest (5.
|
55
|
-
nokogiri (1.
|
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.
|
58
|
+
nokogiri (1.17.2-x86_64-darwin)
|
58
59
|
racc (~> 1.4)
|
59
|
-
|
60
|
-
|
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.
|
64
|
-
rack (2.2.
|
65
|
-
rack-test (2.
|
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.
|
74
|
+
rails-html-sanitizer (1.6.2)
|
72
75
|
loofah (~> 2.21)
|
73
|
-
nokogiri (
|
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
|
83
|
-
regexp_parser (2.
|
84
|
-
rexml (3.
|
85
|
-
rspec (3.
|
86
|
-
rspec-core (~> 3.
|
87
|
-
rspec-expectations (~> 3.
|
88
|
-
rspec-mocks (~> 3.
|
89
|
-
rspec-core (3.
|
90
|
-
rspec-support (~> 3.
|
91
|
-
rspec-expectations (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.
|
94
|
-
rspec-mocks (3.
|
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.
|
97
|
-
rspec-support (3.
|
98
|
-
rubocop (1.
|
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.
|
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.
|
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.
|
110
|
-
parser (>= 3.
|
111
|
-
rubocop-capybara (2.
|
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.
|
114
|
-
rubocop (~> 1.
|
115
|
-
rubocop-
|
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.
|
118
|
-
rubocop-rails (2.
|
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.
|
127
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
123
128
|
rubocop-rake (0.6.0)
|
124
129
|
rubocop (~> 1.0)
|
125
|
-
rubocop-rspec (2.
|
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
|
-
|
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.
|
134
|
-
zeitwerk (2.6.
|
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 (
|
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
|
data/gemfiles/rails_7_1.gemfile
CHANGED
@@ -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 "
|
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: "../"
|