lumberaxe 0.1.5 → 0.2.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/.rubocop.yml +1 -1
- data/Appraisals +11 -7
- data/Gemfile +20 -1
- data/Gemfile.lock +189 -173
- data/docs/CHANGELOG.md +4 -0
- data/gemfiles/rails_6_0.gemfile +2 -1
- data/gemfiles/rails_6_0.gemfile.lock +76 -74
- data/gemfiles/rails_6_1.gemfile +20 -2
- data/gemfiles/rails_6_1.gemfile.lock +170 -151
- data/gemfiles/rails_7_0.gemfile +20 -2
- data/gemfiles/rails_7_0.gemfile.lock +164 -147
- data/gemfiles/rails_7_1.gemfile +20 -2
- data/gemfiles/rails_7_1.gemfile.lock +184 -165
- data/gemfiles/rails_7_2.gemfile +27 -0
- data/gemfiles/rails_7_2.gemfile.lock +367 -0
- data/lib/lumberaxe/logger.rb +1 -1
- data/lib/lumberaxe/version.rb +1 -1
- data/lumberaxe.gemspec +2 -20
- metadata +8 -256
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0320f36f10b2d057f95eef0ef3e5a83ee46fd481bf00df3175e66fdf395255c0
|
4
|
+
data.tar.gz: 5b464cd25c1e3f7112743d90a716317731527427f24db0caf41b6225d0e2aa8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ba946bc6d9b1c010188dfb0f4082ce0b13362dda89005a74eae6d7f519e8cbf5354613014143d27901b86fdec8ddffc1ebcd4821877b0eca6b52c078a7e2f28
|
7
|
+
data.tar.gz: da10e94c5a327f92ca70cfa80812c31280ef4d0fcaf4e5d049333277901f85815737c431dbae7d08b3e552b918b25a8f62d96b9d68fad49cf15bd812476d431d
|
data/.rubocop.yml
CHANGED
data/Appraisals
CHANGED
@@ -1,17 +1,21 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
appraise "rails-6-0" do
|
4
|
-
gem "rails", "6.0.6.1"
|
5
|
-
end
|
6
|
-
|
7
3
|
appraise "rails-6-1" do
|
8
|
-
gem "rails", "6.1.7.
|
4
|
+
gem "rails", "6.1.7.7"
|
5
|
+
gem "rspec-rails", "~> 6.1.5"
|
9
6
|
end
|
10
7
|
|
11
8
|
appraise "rails-7-0" do
|
12
|
-
gem "rails", "7.0.
|
9
|
+
gem "rails", "7.0.8.7"
|
10
|
+
gem "rspec-rails", "~> 7.1.1"
|
13
11
|
end
|
14
12
|
|
15
13
|
appraise "rails-7-1" do
|
16
|
-
gem "rails", "7.1.3"
|
14
|
+
gem "rails", "7.1.3.2"
|
15
|
+
gem "rspec-rails", "~> 7.1.1"
|
16
|
+
end
|
17
|
+
|
18
|
+
appraise "rails-7-2" do
|
19
|
+
gem "rails", "7.2.0"
|
20
|
+
gem "rspec-rails", "~> 8.0.1"
|
17
21
|
end
|
data/Gemfile
CHANGED
@@ -8,5 +8,24 @@ end
|
|
8
8
|
|
9
9
|
gemspec
|
10
10
|
|
11
|
-
gem "
|
11
|
+
gem "appraisal", "~> 2.5.0"
|
12
|
+
gem "bundler", "~> 2.1"
|
13
|
+
gem "combustion", "~> 1.3"
|
14
|
+
gem "erb", "< 5"
|
15
|
+
gem "license_finder", ">= 7.0"
|
16
|
+
gem "net-imap", "< 0.5.0"
|
17
|
+
gem "nokogiri", "< 1.18.0"
|
18
|
+
gem "parser", ">= 2.5", "!= 2.5.1.1"
|
19
|
+
gem "pry", ">= 0.14.2"
|
20
|
+
gem "pry-byebug", "3.10.1"
|
21
|
+
gem "rails", ">= 6.0.6.1", "< 8"
|
22
|
+
gem "rainbow", "2.2.2"
|
23
|
+
gem "rake", "~> 13.0"
|
24
|
+
gem "rspec", "~> 3.0"
|
25
|
+
gem "rspec-rails", "~> 8.0.1"
|
12
26
|
gem "rubocop-powerhome", path: "../rubocop-powerhome"
|
27
|
+
gem "simplecov", "0.15.1"
|
28
|
+
gem "sqlite3", "~> 1.7.3"
|
29
|
+
gem "test-unit", "3.1.5"
|
30
|
+
gem "yard", "0.9.21"
|
31
|
+
gem "zeitwerk", "< 2.7.0"
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (
|
4
|
+
rubocop-powerhome (0.5.5)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,132 +11,138 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: .
|
13
13
|
specs:
|
14
|
-
lumberaxe (0.
|
15
|
-
activesupport (>= 6.0.6.1, <
|
14
|
+
lumberaxe (0.2.0)
|
15
|
+
activesupport (>= 6.0.6.1, < 8)
|
16
16
|
lograge (= 0.10.0)
|
17
17
|
|
18
18
|
GEM
|
19
19
|
remote: https://rubygems.org/
|
20
20
|
specs:
|
21
|
-
actioncable (7.
|
22
|
-
actionpack (= 7.
|
23
|
-
activesupport (= 7.
|
21
|
+
actioncable (7.2.2.2)
|
22
|
+
actionpack (= 7.2.2.2)
|
23
|
+
activesupport (= 7.2.2.2)
|
24
24
|
nio4r (~> 2.0)
|
25
25
|
websocket-driver (>= 0.6.1)
|
26
26
|
zeitwerk (~> 2.6)
|
27
|
-
actionmailbox (7.
|
28
|
-
actionpack (= 7.
|
29
|
-
activejob (= 7.
|
30
|
-
activerecord (= 7.
|
31
|
-
activestorage (= 7.
|
32
|
-
activesupport (= 7.
|
33
|
-
mail (>= 2.
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
activejob (= 7.1.3)
|
41
|
-
activesupport (= 7.1.3)
|
42
|
-
mail (~> 2.5, >= 2.5.4)
|
43
|
-
net-imap
|
44
|
-
net-pop
|
45
|
-
net-smtp
|
27
|
+
actionmailbox (7.2.2.2)
|
28
|
+
actionpack (= 7.2.2.2)
|
29
|
+
activejob (= 7.2.2.2)
|
30
|
+
activerecord (= 7.2.2.2)
|
31
|
+
activestorage (= 7.2.2.2)
|
32
|
+
activesupport (= 7.2.2.2)
|
33
|
+
mail (>= 2.8.0)
|
34
|
+
actionmailer (7.2.2.2)
|
35
|
+
actionpack (= 7.2.2.2)
|
36
|
+
actionview (= 7.2.2.2)
|
37
|
+
activejob (= 7.2.2.2)
|
38
|
+
activesupport (= 7.2.2.2)
|
39
|
+
mail (>= 2.8.0)
|
46
40
|
rails-dom-testing (~> 2.2)
|
47
|
-
actionpack (7.
|
48
|
-
actionview (= 7.
|
49
|
-
activesupport (= 7.
|
41
|
+
actionpack (7.2.2.2)
|
42
|
+
actionview (= 7.2.2.2)
|
43
|
+
activesupport (= 7.2.2.2)
|
50
44
|
nokogiri (>= 1.8.5)
|
51
45
|
racc
|
52
|
-
rack (>= 2.2.4)
|
46
|
+
rack (>= 2.2.4, < 3.2)
|
53
47
|
rack-session (>= 1.0.1)
|
54
48
|
rack-test (>= 0.6.3)
|
55
49
|
rails-dom-testing (~> 2.2)
|
56
50
|
rails-html-sanitizer (~> 1.6)
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
51
|
+
useragent (~> 0.16)
|
52
|
+
actiontext (7.2.2.2)
|
53
|
+
actionpack (= 7.2.2.2)
|
54
|
+
activerecord (= 7.2.2.2)
|
55
|
+
activestorage (= 7.2.2.2)
|
56
|
+
activesupport (= 7.2.2.2)
|
62
57
|
globalid (>= 0.6.0)
|
63
58
|
nokogiri (>= 1.8.5)
|
64
|
-
actionview (7.
|
65
|
-
activesupport (= 7.
|
59
|
+
actionview (7.2.2.2)
|
60
|
+
activesupport (= 7.2.2.2)
|
66
61
|
builder (~> 3.1)
|
67
62
|
erubi (~> 1.11)
|
68
63
|
rails-dom-testing (~> 2.2)
|
69
64
|
rails-html-sanitizer (~> 1.6)
|
70
|
-
activejob (7.
|
71
|
-
activesupport (= 7.
|
65
|
+
activejob (7.2.2.2)
|
66
|
+
activesupport (= 7.2.2.2)
|
72
67
|
globalid (>= 0.3.6)
|
73
|
-
activemodel (7.
|
74
|
-
activesupport (= 7.
|
75
|
-
activerecord (7.
|
76
|
-
activemodel (= 7.
|
77
|
-
activesupport (= 7.
|
68
|
+
activemodel (7.2.2.2)
|
69
|
+
activesupport (= 7.2.2.2)
|
70
|
+
activerecord (7.2.2.2)
|
71
|
+
activemodel (= 7.2.2.2)
|
72
|
+
activesupport (= 7.2.2.2)
|
78
73
|
timeout (>= 0.4.0)
|
79
|
-
activestorage (7.
|
80
|
-
actionpack (= 7.
|
81
|
-
activejob (= 7.
|
82
|
-
activerecord (= 7.
|
83
|
-
activesupport (= 7.
|
74
|
+
activestorage (7.2.2.2)
|
75
|
+
actionpack (= 7.2.2.2)
|
76
|
+
activejob (= 7.2.2.2)
|
77
|
+
activerecord (= 7.2.2.2)
|
78
|
+
activesupport (= 7.2.2.2)
|
84
79
|
marcel (~> 1.0)
|
85
|
-
activesupport (7.
|
80
|
+
activesupport (7.2.2.2)
|
86
81
|
base64
|
82
|
+
benchmark (>= 0.3)
|
87
83
|
bigdecimal
|
88
|
-
concurrent-ruby (~> 1.0, >= 1.
|
84
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
89
85
|
connection_pool (>= 2.2.5)
|
90
86
|
drb
|
91
87
|
i18n (>= 1.6, < 2)
|
88
|
+
logger (>= 1.4.2)
|
92
89
|
minitest (>= 5.1)
|
93
|
-
|
94
|
-
tzinfo (~> 2.0)
|
95
|
-
appraisal (2.
|
90
|
+
securerandom (>= 0.3)
|
91
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
92
|
+
appraisal (2.5.0)
|
96
93
|
bundler
|
97
94
|
rake
|
98
95
|
thor (>= 0.14.0)
|
99
96
|
ast (2.4.2)
|
100
97
|
base64 (0.2.0)
|
101
|
-
|
102
|
-
|
98
|
+
benchmark (0.4.0)
|
99
|
+
bigdecimal (3.1.9)
|
100
|
+
builder (3.3.0)
|
103
101
|
byebug (11.1.3)
|
102
|
+
cgi (0.5.0)
|
104
103
|
coderay (1.1.3)
|
105
|
-
combustion (1.
|
104
|
+
combustion (1.5.0)
|
106
105
|
activesupport (>= 3.0.0)
|
107
106
|
railties (>= 3.0.0)
|
108
107
|
thor (>= 0.14.6)
|
109
|
-
concurrent-ruby (1.
|
110
|
-
connection_pool (2.
|
108
|
+
concurrent-ruby (1.3.5)
|
109
|
+
connection_pool (2.5.0)
|
111
110
|
crass (1.0.6)
|
112
|
-
|
113
|
-
|
111
|
+
csv (3.3.2)
|
112
|
+
date (3.4.1)
|
113
|
+
diff-lcs (1.5.1)
|
114
114
|
docile (1.1.5)
|
115
|
-
drb (2.2.
|
116
|
-
|
117
|
-
|
115
|
+
drb (2.2.1)
|
116
|
+
erb (4.0.4)
|
117
|
+
cgi (>= 0.3.3)
|
118
|
+
erubi (1.13.1)
|
118
119
|
globalid (1.2.1)
|
119
120
|
activesupport (>= 6.1)
|
120
|
-
i18n (1.14.
|
121
|
+
i18n (1.14.7)
|
121
122
|
concurrent-ruby (~> 1.0)
|
122
|
-
io-console (0.
|
123
|
-
irb (1.
|
124
|
-
|
123
|
+
io-console (0.8.0)
|
124
|
+
irb (1.15.1)
|
125
|
+
pp (>= 0.6.0)
|
126
|
+
rdoc (>= 4.0.0)
|
125
127
|
reline (>= 0.4.2)
|
126
|
-
json (2.
|
127
|
-
|
128
|
+
json (2.9.1)
|
129
|
+
language_server-protocol (3.17.0.3)
|
130
|
+
license_finder (7.2.1)
|
128
131
|
bundler
|
132
|
+
csv (~> 3.2)
|
129
133
|
rubyzip (>= 1, < 3)
|
130
134
|
thor (~> 1.2)
|
131
135
|
tomlrb (>= 1.3, < 2.1)
|
132
136
|
with_env (= 1.1.0)
|
133
137
|
xml-simple (~> 1.1.9)
|
138
|
+
lint_roller (1.1.0)
|
139
|
+
logger (1.6.5)
|
134
140
|
lograge (0.10.0)
|
135
141
|
actionpack (>= 4)
|
136
142
|
activesupport (>= 4)
|
137
143
|
railties (>= 4)
|
138
144
|
request_store (~> 1.0)
|
139
|
-
loofah (2.
|
145
|
+
loofah (2.24.0)
|
140
146
|
crass (~> 1.0.2)
|
141
147
|
nokogiri (>= 1.12.0)
|
142
148
|
mail (2.8.1)
|
@@ -144,190 +150,200 @@ GEM
|
|
144
150
|
net-imap
|
145
151
|
net-pop
|
146
152
|
net-smtp
|
147
|
-
marcel (1.0.
|
148
|
-
method_source (1.
|
153
|
+
marcel (1.0.4)
|
154
|
+
method_source (1.1.0)
|
149
155
|
mini_mime (1.1.5)
|
150
|
-
|
151
|
-
|
152
|
-
net-imap (0.4.
|
156
|
+
mini_portile2 (2.8.8)
|
157
|
+
minitest (5.25.4)
|
158
|
+
net-imap (0.4.18)
|
153
159
|
date
|
154
160
|
net-protocol
|
155
161
|
net-pop (0.1.2)
|
156
162
|
net-protocol
|
157
163
|
net-protocol (0.2.2)
|
158
164
|
timeout
|
159
|
-
net-smtp (0.
|
165
|
+
net-smtp (0.5.0)
|
160
166
|
net-protocol
|
161
|
-
nio4r (2.7.
|
162
|
-
nokogiri (1.
|
167
|
+
nio4r (2.7.4)
|
168
|
+
nokogiri (1.17.2)
|
169
|
+
mini_portile2 (~> 2.8.2)
|
170
|
+
racc (~> 1.4)
|
171
|
+
nokogiri (1.17.2-arm64-darwin)
|
163
172
|
racc (~> 1.4)
|
164
|
-
nokogiri (1.
|
173
|
+
nokogiri (1.17.2-x86_64-linux)
|
165
174
|
racc (~> 1.4)
|
166
|
-
parallel (1.
|
167
|
-
parser (3.3.0
|
175
|
+
parallel (1.26.3)
|
176
|
+
parser (3.3.7.0)
|
168
177
|
ast (~> 2.4.1)
|
169
178
|
racc
|
170
|
-
power_assert (2.0.
|
179
|
+
power_assert (2.0.5)
|
180
|
+
pp (0.6.2)
|
181
|
+
prettyprint
|
182
|
+
prettyprint (0.2.0)
|
171
183
|
pry (0.14.2)
|
172
184
|
coderay (~> 1.1)
|
173
185
|
method_source (~> 1.0)
|
174
186
|
pry-byebug (3.10.1)
|
175
187
|
byebug (~> 11.0)
|
176
188
|
pry (>= 0.13, < 0.15)
|
177
|
-
psych (5.
|
189
|
+
psych (5.2.3)
|
190
|
+
date
|
178
191
|
stringio
|
179
|
-
racc (1.
|
180
|
-
rack (
|
181
|
-
rack-session (1.0
|
182
|
-
|
183
|
-
|
192
|
+
racc (1.8.1)
|
193
|
+
rack (3.1.8)
|
194
|
+
rack-session (2.1.0)
|
195
|
+
base64 (>= 0.1.0)
|
196
|
+
rack (>= 3.0.0)
|
197
|
+
rack-test (2.2.0)
|
184
198
|
rack (>= 1.3)
|
185
|
-
rackup (
|
186
|
-
rack (
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
activesupport (= 7.1.3)
|
199
|
+
rackup (2.2.1)
|
200
|
+
rack (>= 3)
|
201
|
+
rails (7.2.2.2)
|
202
|
+
actioncable (= 7.2.2.2)
|
203
|
+
actionmailbox (= 7.2.2.2)
|
204
|
+
actionmailer (= 7.2.2.2)
|
205
|
+
actionpack (= 7.2.2.2)
|
206
|
+
actiontext (= 7.2.2.2)
|
207
|
+
actionview (= 7.2.2.2)
|
208
|
+
activejob (= 7.2.2.2)
|
209
|
+
activemodel (= 7.2.2.2)
|
210
|
+
activerecord (= 7.2.2.2)
|
211
|
+
activestorage (= 7.2.2.2)
|
212
|
+
activesupport (= 7.2.2.2)
|
200
213
|
bundler (>= 1.15.0)
|
201
|
-
railties (= 7.
|
214
|
+
railties (= 7.2.2.2)
|
202
215
|
rails-dom-testing (2.2.0)
|
203
216
|
activesupport (>= 5.0.0)
|
204
217
|
minitest
|
205
218
|
nokogiri (>= 1.6)
|
206
|
-
rails-html-sanitizer (1.6.
|
219
|
+
rails-html-sanitizer (1.6.2)
|
207
220
|
loofah (~> 2.21)
|
208
|
-
nokogiri (
|
209
|
-
railties (7.
|
210
|
-
actionpack (= 7.
|
211
|
-
activesupport (= 7.
|
212
|
-
irb
|
221
|
+
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)
|
222
|
+
railties (7.2.2.2)
|
223
|
+
actionpack (= 7.2.2.2)
|
224
|
+
activesupport (= 7.2.2.2)
|
225
|
+
irb (~> 1.13)
|
213
226
|
rackup (>= 1.0.0)
|
214
227
|
rake (>= 12.2)
|
215
228
|
thor (~> 1.0, >= 1.2.2)
|
216
229
|
zeitwerk (~> 2.6)
|
217
230
|
rainbow (2.2.2)
|
218
231
|
rake
|
219
|
-
rake (13.1
|
220
|
-
rdoc (6.
|
232
|
+
rake (13.2.1)
|
233
|
+
rdoc (6.11.0)
|
221
234
|
psych (>= 4.0.0)
|
222
|
-
regexp_parser (2.
|
223
|
-
reline (0.
|
235
|
+
regexp_parser (2.10.0)
|
236
|
+
reline (0.6.0)
|
224
237
|
io-console (~> 0.5)
|
225
|
-
request_store (1.
|
238
|
+
request_store (1.7.0)
|
226
239
|
rack (>= 1.4)
|
227
|
-
rexml (3.
|
228
|
-
rspec (3.
|
229
|
-
rspec-core (~> 3.
|
230
|
-
rspec-expectations (~> 3.
|
231
|
-
rspec-mocks (~> 3.
|
232
|
-
rspec-core (3.
|
233
|
-
rspec-support (~> 3.
|
234
|
-
rspec-expectations (3.
|
240
|
+
rexml (3.4.0)
|
241
|
+
rspec (3.13.0)
|
242
|
+
rspec-core (~> 3.13.0)
|
243
|
+
rspec-expectations (~> 3.13.0)
|
244
|
+
rspec-mocks (~> 3.13.0)
|
245
|
+
rspec-core (3.13.2)
|
246
|
+
rspec-support (~> 3.13.0)
|
247
|
+
rspec-expectations (3.13.3)
|
235
248
|
diff-lcs (>= 1.2.0, < 2.0)
|
236
|
-
rspec-support (~> 3.
|
237
|
-
rspec-mocks (3.
|
249
|
+
rspec-support (~> 3.13.0)
|
250
|
+
rspec-mocks (3.13.2)
|
238
251
|
diff-lcs (>= 1.2.0, < 2.0)
|
239
|
-
rspec-support (~> 3.
|
240
|
-
rspec-rails (
|
241
|
-
actionpack (>=
|
242
|
-
activesupport (>=
|
243
|
-
railties (>=
|
244
|
-
rspec-core (~> 3.
|
245
|
-
rspec-expectations (~> 3.
|
246
|
-
rspec-mocks (~> 3.
|
247
|
-
rspec-support (~> 3.
|
248
|
-
rspec-support (3.
|
249
|
-
rubocop (1.
|
252
|
+
rspec-support (~> 3.13.0)
|
253
|
+
rspec-rails (8.0.2)
|
254
|
+
actionpack (>= 7.2)
|
255
|
+
activesupport (>= 7.2)
|
256
|
+
railties (>= 7.2)
|
257
|
+
rspec-core (~> 3.13)
|
258
|
+
rspec-expectations (~> 3.13)
|
259
|
+
rspec-mocks (~> 3.13)
|
260
|
+
rspec-support (~> 3.13)
|
261
|
+
rspec-support (3.13.2)
|
262
|
+
rubocop (1.74.0)
|
250
263
|
json (~> 2.3)
|
264
|
+
language_server-protocol (~> 3.17.0.2)
|
265
|
+
lint_roller (~> 1.1.0)
|
251
266
|
parallel (~> 1.10)
|
252
|
-
parser (>= 3.
|
267
|
+
parser (>= 3.3.0.2)
|
253
268
|
rainbow (>= 2.2.2, < 4.0)
|
254
|
-
regexp_parser (>=
|
255
|
-
|
256
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
269
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
270
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
257
271
|
ruby-progressbar (~> 1.7)
|
258
|
-
unicode-display_width (>= 2.4.0, <
|
259
|
-
rubocop-ast (1.
|
260
|
-
parser (>= 3.
|
261
|
-
rubocop-
|
262
|
-
rubocop (~> 1.41)
|
263
|
-
rubocop-factory_bot (2.25.0)
|
264
|
-
rubocop (~> 1.33)
|
265
|
-
rubocop-performance (1.20.1)
|
272
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
273
|
+
rubocop-ast (1.39.0)
|
274
|
+
parser (>= 3.3.1.0)
|
275
|
+
rubocop-performance (1.23.1)
|
266
276
|
rubocop (>= 1.48.1, < 2.0)
|
267
|
-
rubocop-ast (>= 1.
|
268
|
-
rubocop-rails (2.
|
277
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
278
|
+
rubocop-rails (2.29.1)
|
269
279
|
activesupport (>= 4.2.0)
|
270
280
|
rack (>= 1.1)
|
271
|
-
rubocop (>= 1.
|
272
|
-
rubocop-ast (>= 1.
|
281
|
+
rubocop (>= 1.52.0, < 2.0)
|
282
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
273
283
|
rubocop-rake (0.6.0)
|
274
284
|
rubocop (~> 1.0)
|
275
|
-
rubocop-rspec (
|
276
|
-
rubocop (~> 1.
|
277
|
-
rubocop-capybara (~> 2.17)
|
278
|
-
rubocop-factory_bot (~> 2.22)
|
285
|
+
rubocop-rspec (3.4.0)
|
286
|
+
rubocop (~> 1.61)
|
279
287
|
ruby-progressbar (1.13.0)
|
280
|
-
|
281
|
-
|
288
|
+
rubyzip (2.4.1)
|
289
|
+
securerandom (0.4.1)
|
282
290
|
simplecov (0.15.1)
|
283
291
|
docile (~> 1.1.0)
|
284
292
|
json (>= 1.8, < 3)
|
285
293
|
simplecov-html (~> 0.10.0)
|
286
294
|
simplecov-html (0.10.2)
|
287
|
-
sqlite3 (1.
|
288
|
-
|
295
|
+
sqlite3 (1.7.3)
|
296
|
+
mini_portile2 (~> 2.8.0)
|
297
|
+
sqlite3 (1.7.3-arm64-darwin)
|
298
|
+
sqlite3 (1.7.3-x86_64-linux)
|
299
|
+
stringio (3.1.2)
|
289
300
|
test-unit (3.1.5)
|
290
301
|
power_assert
|
291
|
-
thor (1.3.
|
292
|
-
timeout (0.4.
|
302
|
+
thor (1.3.2)
|
303
|
+
timeout (0.4.3)
|
293
304
|
tomlrb (2.0.3)
|
294
305
|
tzinfo (2.0.6)
|
295
306
|
concurrent-ruby (~> 1.0)
|
296
|
-
unicode-display_width (2.
|
297
|
-
|
298
|
-
websocket-driver (0.7.
|
307
|
+
unicode-display_width (2.6.0)
|
308
|
+
useragent (0.16.11)
|
309
|
+
websocket-driver (0.7.7)
|
310
|
+
base64
|
299
311
|
websocket-extensions (>= 0.1.0)
|
300
312
|
websocket-extensions (0.1.5)
|
301
313
|
with_env (1.1.0)
|
302
314
|
xml-simple (1.1.9)
|
303
315
|
rexml
|
304
316
|
yard (0.9.21)
|
305
|
-
zeitwerk (2.6.
|
317
|
+
zeitwerk (2.6.18)
|
306
318
|
|
307
319
|
PLATFORMS
|
308
320
|
arm64-darwin-22
|
321
|
+
ruby
|
309
322
|
x86_64-linux
|
310
323
|
|
311
324
|
DEPENDENCIES
|
312
|
-
appraisal (~> 2.
|
325
|
+
appraisal (~> 2.5.0)
|
313
326
|
bundler (~> 2.1)
|
314
327
|
combustion (~> 1.3)
|
328
|
+
erb (< 5)
|
315
329
|
license_finder (>= 7.0)
|
316
330
|
lumberaxe!
|
317
|
-
|
331
|
+
net-imap (< 0.5.0)
|
332
|
+
nokogiri (< 1.18.0)
|
318
333
|
parser (>= 2.5, != 2.5.1.1)
|
319
334
|
pry (>= 0.14.2)
|
320
335
|
pry-byebug (= 3.10.1)
|
321
|
-
rails (>= 6.0.6.1, <
|
336
|
+
rails (>= 6.0.6.1, < 8)
|
322
337
|
rainbow (= 2.2.2)
|
323
338
|
rake (~> 13.0)
|
324
339
|
rspec (~> 3.0)
|
325
|
-
rspec-rails (~>
|
340
|
+
rspec-rails (~> 8.0.1)
|
326
341
|
rubocop-powerhome!
|
327
342
|
simplecov (= 0.15.1)
|
328
|
-
sqlite3 (~> 1.
|
343
|
+
sqlite3 (~> 1.7.3)
|
329
344
|
test-unit (= 3.1.5)
|
330
345
|
yard (= 0.9.21)
|
346
|
+
zeitwerk (< 2.7.0)
|
331
347
|
|
332
348
|
BUNDLED WITH
|
333
|
-
2.
|
349
|
+
2.5.23
|
data/docs/CHANGELOG.md
CHANGED
data/gemfiles/rails_6_0.gemfile
CHANGED