lumberaxe 0.1.5 → 0.3.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 -9
- data/Appraisals +13 -8
- data/Gemfile +16 -1
- data/Gemfile.lock +216 -189
- data/docs/CHANGELOG.md +14 -0
- data/gemfiles/rails_7_1.gemfile +18 -2
- data/gemfiles/rails_7_1.gemfile.lock +194 -174
- data/gemfiles/rails_7_2.gemfile +25 -0
- data/gemfiles/rails_7_2.gemfile.lock +380 -0
- data/gemfiles/rails_8_0.gemfile +25 -0
- data/gemfiles/rails_8_0.gemfile.lock +379 -0
- data/gemfiles/rails_8_1.gemfile +25 -0
- data/gemfiles/rails_8_1.gemfile.lock +379 -0
- data/lib/lumberaxe/logger.rb +1 -1
- data/lib/lumberaxe/version.rb +1 -1
- data/lumberaxe.gemspec +2 -20
- metadata +14 -267
- data/gemfiles/rails_6_0.gemfile +0 -9
- data/gemfiles/rails_6_0.gemfile.lock +0 -297
- data/gemfiles/rails_6_1.gemfile +0 -9
- data/gemfiles/rails_6_1.gemfile.lock +0 -300
- data/gemfiles/rails_7_0.gemfile +0 -9
- data/gemfiles/rails_7_0.gemfile.lock +0 -299
data/gemfiles/rails_7_1.gemfile
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# This file was generated by Appraisal
|
|
2
4
|
|
|
3
5
|
source "https://rubygems.org"
|
|
4
6
|
|
|
5
|
-
gem "
|
|
7
|
+
gem "appraisal", "~> 2.5.0"
|
|
8
|
+
gem "bundler", "~> 2.1"
|
|
9
|
+
gem "combustion", "~> 1.3"
|
|
10
|
+
gem "license_finder", ">= 7.0"
|
|
11
|
+
gem "parser", ">= 2.5", "!= 2.5.1.1"
|
|
12
|
+
gem "pry", ">= 0.14.2"
|
|
13
|
+
gem "pry-byebug", "3.10.1"
|
|
14
|
+
gem "rails", "7.1.3.2"
|
|
15
|
+
gem "rainbow", "3.1.1"
|
|
16
|
+
gem "rake", "~> 13.0"
|
|
17
|
+
gem "rspec", "~> 3.0"
|
|
18
|
+
gem "rspec-rails", "~> 7.1.1"
|
|
6
19
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
7
|
-
gem "
|
|
20
|
+
gem "simplecov", "0.15.1"
|
|
21
|
+
gem "sqlite3", "~> 1.7.3"
|
|
22
|
+
gem "test-unit", "3.1.5"
|
|
23
|
+
gem "yard", "0.9.38"
|
|
8
24
|
|
|
9
25
|
gemspec path: "../"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.
|
|
5
|
-
rubocop (
|
|
4
|
+
rubocop-powerhome (0.7.0)
|
|
5
|
+
rubocop (= 1.82.1)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,42 +11,42 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: ..
|
|
13
13
|
specs:
|
|
14
|
-
lumberaxe (0.
|
|
15
|
-
activesupport (>=
|
|
14
|
+
lumberaxe (0.3.0)
|
|
15
|
+
activesupport (>= 7.1.3.2, < 8.2)
|
|
16
16
|
lograge (= 0.10.0)
|
|
17
17
|
|
|
18
18
|
GEM
|
|
19
19
|
remote: https://rubygems.org/
|
|
20
20
|
specs:
|
|
21
|
-
actioncable (7.1.3)
|
|
22
|
-
actionpack (= 7.1.3)
|
|
23
|
-
activesupport (= 7.1.3)
|
|
21
|
+
actioncable (7.1.3.2)
|
|
22
|
+
actionpack (= 7.1.3.2)
|
|
23
|
+
activesupport (= 7.1.3.2)
|
|
24
24
|
nio4r (~> 2.0)
|
|
25
25
|
websocket-driver (>= 0.6.1)
|
|
26
26
|
zeitwerk (~> 2.6)
|
|
27
|
-
actionmailbox (7.1.3)
|
|
28
|
-
actionpack (= 7.1.3)
|
|
29
|
-
activejob (= 7.1.3)
|
|
30
|
-
activerecord (= 7.1.3)
|
|
31
|
-
activestorage (= 7.1.3)
|
|
32
|
-
activesupport (= 7.1.3)
|
|
27
|
+
actionmailbox (7.1.3.2)
|
|
28
|
+
actionpack (= 7.1.3.2)
|
|
29
|
+
activejob (= 7.1.3.2)
|
|
30
|
+
activerecord (= 7.1.3.2)
|
|
31
|
+
activestorage (= 7.1.3.2)
|
|
32
|
+
activesupport (= 7.1.3.2)
|
|
33
33
|
mail (>= 2.7.1)
|
|
34
34
|
net-imap
|
|
35
35
|
net-pop
|
|
36
36
|
net-smtp
|
|
37
|
-
actionmailer (7.1.3)
|
|
38
|
-
actionpack (= 7.1.3)
|
|
39
|
-
actionview (= 7.1.3)
|
|
40
|
-
activejob (= 7.1.3)
|
|
41
|
-
activesupport (= 7.1.3)
|
|
37
|
+
actionmailer (7.1.3.2)
|
|
38
|
+
actionpack (= 7.1.3.2)
|
|
39
|
+
actionview (= 7.1.3.2)
|
|
40
|
+
activejob (= 7.1.3.2)
|
|
41
|
+
activesupport (= 7.1.3.2)
|
|
42
42
|
mail (~> 2.5, >= 2.5.4)
|
|
43
43
|
net-imap
|
|
44
44
|
net-pop
|
|
45
45
|
net-smtp
|
|
46
46
|
rails-dom-testing (~> 2.2)
|
|
47
|
-
actionpack (7.1.3)
|
|
48
|
-
actionview (= 7.1.3)
|
|
49
|
-
activesupport (= 7.1.3)
|
|
47
|
+
actionpack (7.1.3.2)
|
|
48
|
+
actionview (= 7.1.3.2)
|
|
49
|
+
activesupport (= 7.1.3.2)
|
|
50
50
|
nokogiri (>= 1.8.5)
|
|
51
51
|
racc
|
|
52
52
|
rack (>= 2.2.4)
|
|
@@ -54,35 +54,35 @@ GEM
|
|
|
54
54
|
rack-test (>= 0.6.3)
|
|
55
55
|
rails-dom-testing (~> 2.2)
|
|
56
56
|
rails-html-sanitizer (~> 1.6)
|
|
57
|
-
actiontext (7.1.3)
|
|
58
|
-
actionpack (= 7.1.3)
|
|
59
|
-
activerecord (= 7.1.3)
|
|
60
|
-
activestorage (= 7.1.3)
|
|
61
|
-
activesupport (= 7.1.3)
|
|
57
|
+
actiontext (7.1.3.2)
|
|
58
|
+
actionpack (= 7.1.3.2)
|
|
59
|
+
activerecord (= 7.1.3.2)
|
|
60
|
+
activestorage (= 7.1.3.2)
|
|
61
|
+
activesupport (= 7.1.3.2)
|
|
62
62
|
globalid (>= 0.6.0)
|
|
63
63
|
nokogiri (>= 1.8.5)
|
|
64
|
-
actionview (7.1.3)
|
|
65
|
-
activesupport (= 7.1.3)
|
|
64
|
+
actionview (7.1.3.2)
|
|
65
|
+
activesupport (= 7.1.3.2)
|
|
66
66
|
builder (~> 3.1)
|
|
67
67
|
erubi (~> 1.11)
|
|
68
68
|
rails-dom-testing (~> 2.2)
|
|
69
69
|
rails-html-sanitizer (~> 1.6)
|
|
70
|
-
activejob (7.1.3)
|
|
71
|
-
activesupport (= 7.1.3)
|
|
70
|
+
activejob (7.1.3.2)
|
|
71
|
+
activesupport (= 7.1.3.2)
|
|
72
72
|
globalid (>= 0.3.6)
|
|
73
|
-
activemodel (7.1.3)
|
|
74
|
-
activesupport (= 7.1.3)
|
|
75
|
-
activerecord (7.1.3)
|
|
76
|
-
activemodel (= 7.1.3)
|
|
77
|
-
activesupport (= 7.1.3)
|
|
73
|
+
activemodel (7.1.3.2)
|
|
74
|
+
activesupport (= 7.1.3.2)
|
|
75
|
+
activerecord (7.1.3.2)
|
|
76
|
+
activemodel (= 7.1.3.2)
|
|
77
|
+
activesupport (= 7.1.3.2)
|
|
78
78
|
timeout (>= 0.4.0)
|
|
79
|
-
activestorage (7.1.3)
|
|
80
|
-
actionpack (= 7.1.3)
|
|
81
|
-
activejob (= 7.1.3)
|
|
82
|
-
activerecord (= 7.1.3)
|
|
83
|
-
activesupport (= 7.1.3)
|
|
79
|
+
activestorage (7.1.3.2)
|
|
80
|
+
actionpack (= 7.1.3.2)
|
|
81
|
+
activejob (= 7.1.3.2)
|
|
82
|
+
activerecord (= 7.1.3.2)
|
|
83
|
+
activesupport (= 7.1.3.2)
|
|
84
84
|
marcel (~> 1.0)
|
|
85
|
-
activesupport (7.1.3)
|
|
85
|
+
activesupport (7.1.3.2)
|
|
86
86
|
base64
|
|
87
87
|
bigdecimal
|
|
88
88
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
@@ -92,242 +92,262 @@ GEM
|
|
|
92
92
|
minitest (>= 5.1)
|
|
93
93
|
mutex_m
|
|
94
94
|
tzinfo (~> 2.0)
|
|
95
|
-
appraisal (2.
|
|
95
|
+
appraisal (2.5.0)
|
|
96
96
|
bundler
|
|
97
97
|
rake
|
|
98
98
|
thor (>= 0.14.0)
|
|
99
|
-
ast (2.4.
|
|
100
|
-
base64 (0.
|
|
101
|
-
bigdecimal (
|
|
102
|
-
builder (3.
|
|
99
|
+
ast (2.4.3)
|
|
100
|
+
base64 (0.3.0)
|
|
101
|
+
bigdecimal (4.1.2)
|
|
102
|
+
builder (3.3.0)
|
|
103
103
|
byebug (11.1.3)
|
|
104
104
|
coderay (1.1.3)
|
|
105
|
-
combustion (1.
|
|
105
|
+
combustion (1.5.0)
|
|
106
106
|
activesupport (>= 3.0.0)
|
|
107
107
|
railties (>= 3.0.0)
|
|
108
108
|
thor (>= 0.14.6)
|
|
109
|
-
concurrent-ruby (1.
|
|
110
|
-
connection_pool (
|
|
109
|
+
concurrent-ruby (1.3.6)
|
|
110
|
+
connection_pool (3.0.2)
|
|
111
111
|
crass (1.0.6)
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
csv (3.3.5)
|
|
113
|
+
date (3.5.1)
|
|
114
|
+
diff-lcs (1.6.2)
|
|
114
115
|
docile (1.1.5)
|
|
115
|
-
drb (2.2.
|
|
116
|
-
|
|
117
|
-
erubi (1.
|
|
118
|
-
globalid (1.
|
|
116
|
+
drb (2.2.3)
|
|
117
|
+
erb (6.0.4)
|
|
118
|
+
erubi (1.13.1)
|
|
119
|
+
globalid (1.3.0)
|
|
119
120
|
activesupport (>= 6.1)
|
|
120
|
-
i18n (1.14.
|
|
121
|
+
i18n (1.14.8)
|
|
121
122
|
concurrent-ruby (~> 1.0)
|
|
122
|
-
io-console (0.
|
|
123
|
-
irb (1.
|
|
124
|
-
|
|
123
|
+
io-console (0.8.2)
|
|
124
|
+
irb (1.18.0)
|
|
125
|
+
pp (>= 0.6.0)
|
|
126
|
+
prism (>= 1.3.0)
|
|
127
|
+
rdoc (>= 4.0.0)
|
|
125
128
|
reline (>= 0.4.2)
|
|
126
|
-
json (2.
|
|
127
|
-
|
|
129
|
+
json (2.19.3)
|
|
130
|
+
language_server-protocol (3.17.0.5)
|
|
131
|
+
license_finder (7.2.1)
|
|
128
132
|
bundler
|
|
133
|
+
csv (~> 3.2)
|
|
129
134
|
rubyzip (>= 1, < 3)
|
|
130
135
|
thor (~> 1.2)
|
|
131
136
|
tomlrb (>= 1.3, < 2.1)
|
|
132
137
|
with_env (= 1.1.0)
|
|
133
138
|
xml-simple (~> 1.1.9)
|
|
139
|
+
lint_roller (1.1.0)
|
|
140
|
+
logger (1.7.0)
|
|
134
141
|
lograge (0.10.0)
|
|
135
142
|
actionpack (>= 4)
|
|
136
143
|
activesupport (>= 4)
|
|
137
144
|
railties (>= 4)
|
|
138
145
|
request_store (~> 1.0)
|
|
139
|
-
loofah (2.
|
|
146
|
+
loofah (2.25.1)
|
|
140
147
|
crass (~> 1.0.2)
|
|
141
148
|
nokogiri (>= 1.12.0)
|
|
142
|
-
mail (2.
|
|
149
|
+
mail (2.9.0)
|
|
150
|
+
logger
|
|
143
151
|
mini_mime (>= 0.1.1)
|
|
144
152
|
net-imap
|
|
145
153
|
net-pop
|
|
146
154
|
net-smtp
|
|
147
|
-
marcel (1.0
|
|
148
|
-
method_source (1.
|
|
155
|
+
marcel (1.1.0)
|
|
156
|
+
method_source (1.1.0)
|
|
149
157
|
mini_mime (1.1.5)
|
|
150
|
-
minitest (
|
|
151
|
-
|
|
152
|
-
|
|
158
|
+
minitest (6.0.6)
|
|
159
|
+
drb (~> 2.0)
|
|
160
|
+
prism (~> 1.5)
|
|
161
|
+
mutex_m (0.3.0)
|
|
162
|
+
net-imap (0.6.4)
|
|
153
163
|
date
|
|
154
164
|
net-protocol
|
|
155
165
|
net-pop (0.1.2)
|
|
156
166
|
net-protocol
|
|
157
167
|
net-protocol (0.2.2)
|
|
158
168
|
timeout
|
|
159
|
-
net-smtp (0.
|
|
169
|
+
net-smtp (0.5.1)
|
|
160
170
|
net-protocol
|
|
161
|
-
nio4r (2.7.
|
|
162
|
-
nokogiri (1.
|
|
171
|
+
nio4r (2.7.5)
|
|
172
|
+
nokogiri (1.19.3-arm64-darwin)
|
|
163
173
|
racc (~> 1.4)
|
|
164
|
-
nokogiri (1.
|
|
174
|
+
nokogiri (1.19.3-x86_64-linux-gnu)
|
|
165
175
|
racc (~> 1.4)
|
|
166
|
-
parallel (1.
|
|
167
|
-
parser (3.3.
|
|
176
|
+
parallel (1.28.0)
|
|
177
|
+
parser (3.3.11.1)
|
|
168
178
|
ast (~> 2.4.1)
|
|
169
179
|
racc
|
|
170
|
-
power_assert (
|
|
180
|
+
power_assert (3.0.1)
|
|
181
|
+
pp (0.6.3)
|
|
182
|
+
prettyprint
|
|
183
|
+
prettyprint (0.2.0)
|
|
184
|
+
prism (1.9.0)
|
|
171
185
|
pry (0.14.2)
|
|
172
186
|
coderay (~> 1.1)
|
|
173
187
|
method_source (~> 1.0)
|
|
174
188
|
pry-byebug (3.10.1)
|
|
175
189
|
byebug (~> 11.0)
|
|
176
190
|
pry (>= 0.13, < 0.15)
|
|
177
|
-
psych (5.1
|
|
191
|
+
psych (5.3.1)
|
|
192
|
+
date
|
|
178
193
|
stringio
|
|
179
|
-
racc (1.
|
|
180
|
-
rack (3.
|
|
181
|
-
rack-session (2.
|
|
194
|
+
racc (1.8.1)
|
|
195
|
+
rack (3.2.6)
|
|
196
|
+
rack-session (2.1.2)
|
|
197
|
+
base64 (>= 0.1.0)
|
|
182
198
|
rack (>= 3.0.0)
|
|
183
|
-
rack-test (2.
|
|
199
|
+
rack-test (2.2.0)
|
|
184
200
|
rack (>= 1.3)
|
|
185
|
-
rackup (2.1
|
|
201
|
+
rackup (2.3.1)
|
|
186
202
|
rack (>= 3)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
activesupport (= 7.1.3)
|
|
203
|
+
rails (7.1.3.2)
|
|
204
|
+
actioncable (= 7.1.3.2)
|
|
205
|
+
actionmailbox (= 7.1.3.2)
|
|
206
|
+
actionmailer (= 7.1.3.2)
|
|
207
|
+
actionpack (= 7.1.3.2)
|
|
208
|
+
actiontext (= 7.1.3.2)
|
|
209
|
+
actionview (= 7.1.3.2)
|
|
210
|
+
activejob (= 7.1.3.2)
|
|
211
|
+
activemodel (= 7.1.3.2)
|
|
212
|
+
activerecord (= 7.1.3.2)
|
|
213
|
+
activestorage (= 7.1.3.2)
|
|
214
|
+
activesupport (= 7.1.3.2)
|
|
200
215
|
bundler (>= 1.15.0)
|
|
201
|
-
railties (= 7.1.3)
|
|
202
|
-
rails-dom-testing (2.
|
|
216
|
+
railties (= 7.1.3.2)
|
|
217
|
+
rails-dom-testing (2.3.0)
|
|
203
218
|
activesupport (>= 5.0.0)
|
|
204
219
|
minitest
|
|
205
220
|
nokogiri (>= 1.6)
|
|
206
|
-
rails-html-sanitizer (1.
|
|
207
|
-
loofah (~> 2.
|
|
208
|
-
nokogiri (
|
|
209
|
-
railties (7.1.3)
|
|
210
|
-
actionpack (= 7.1.3)
|
|
211
|
-
activesupport (= 7.1.3)
|
|
221
|
+
rails-html-sanitizer (1.7.0)
|
|
222
|
+
loofah (~> 2.25)
|
|
223
|
+
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)
|
|
224
|
+
railties (7.1.3.2)
|
|
225
|
+
actionpack (= 7.1.3.2)
|
|
226
|
+
activesupport (= 7.1.3.2)
|
|
212
227
|
irb
|
|
213
228
|
rackup (>= 1.0.0)
|
|
214
229
|
rake (>= 12.2)
|
|
215
230
|
thor (~> 1.0, >= 1.2.2)
|
|
216
231
|
zeitwerk (~> 2.6)
|
|
217
|
-
rainbow (
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
232
|
+
rainbow (3.1.1)
|
|
233
|
+
rake (13.4.2)
|
|
234
|
+
rdoc (7.2.0)
|
|
235
|
+
erb
|
|
221
236
|
psych (>= 4.0.0)
|
|
222
|
-
|
|
223
|
-
|
|
237
|
+
tsort
|
|
238
|
+
regexp_parser (2.12.0)
|
|
239
|
+
reline (0.6.3)
|
|
224
240
|
io-console (~> 0.5)
|
|
225
|
-
request_store (1.
|
|
241
|
+
request_store (1.7.0)
|
|
226
242
|
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.
|
|
243
|
+
rexml (3.4.4)
|
|
244
|
+
rspec (3.13.2)
|
|
245
|
+
rspec-core (~> 3.13.0)
|
|
246
|
+
rspec-expectations (~> 3.13.0)
|
|
247
|
+
rspec-mocks (~> 3.13.0)
|
|
248
|
+
rspec-core (3.13.6)
|
|
249
|
+
rspec-support (~> 3.13.0)
|
|
250
|
+
rspec-expectations (3.13.5)
|
|
235
251
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
236
|
-
rspec-support (~> 3.
|
|
237
|
-
rspec-mocks (3.
|
|
252
|
+
rspec-support (~> 3.13.0)
|
|
253
|
+
rspec-mocks (3.13.8)
|
|
238
254
|
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.
|
|
255
|
+
rspec-support (~> 3.13.0)
|
|
256
|
+
rspec-rails (7.1.1)
|
|
257
|
+
actionpack (>= 7.0)
|
|
258
|
+
activesupport (>= 7.0)
|
|
259
|
+
railties (>= 7.0)
|
|
260
|
+
rspec-core (~> 3.13)
|
|
261
|
+
rspec-expectations (~> 3.13)
|
|
262
|
+
rspec-mocks (~> 3.13)
|
|
263
|
+
rspec-support (~> 3.13)
|
|
264
|
+
rspec-support (3.13.7)
|
|
265
|
+
rubocop (1.82.1)
|
|
250
266
|
json (~> 2.3)
|
|
267
|
+
language_server-protocol (~> 3.17.0.2)
|
|
268
|
+
lint_roller (~> 1.1.0)
|
|
251
269
|
parallel (~> 1.10)
|
|
252
|
-
parser (>= 3.
|
|
270
|
+
parser (>= 3.3.0.2)
|
|
253
271
|
rainbow (>= 2.2.2, < 4.0)
|
|
254
|
-
regexp_parser (>=
|
|
255
|
-
|
|
256
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
|
272
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
273
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
257
274
|
ruby-progressbar (~> 1.7)
|
|
258
|
-
unicode-display_width (>= 2.4.0, <
|
|
259
|
-
rubocop-ast (1.
|
|
260
|
-
parser (>= 3.
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
rubocop (
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
|
268
|
-
rubocop-rails (2.23.1)
|
|
275
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
276
|
+
rubocop-ast (1.49.1)
|
|
277
|
+
parser (>= 3.3.7.2)
|
|
278
|
+
prism (~> 1.7)
|
|
279
|
+
rubocop-performance (1.26.1)
|
|
280
|
+
lint_roller (~> 1.1)
|
|
281
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
282
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
283
|
+
rubocop-rails (2.34.3)
|
|
269
284
|
activesupport (>= 4.2.0)
|
|
285
|
+
lint_roller (~> 1.1)
|
|
270
286
|
rack (>= 1.1)
|
|
271
|
-
rubocop (>= 1.
|
|
272
|
-
rubocop-ast (>= 1.
|
|
273
|
-
rubocop-rake (0.
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
rubocop
|
|
287
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
288
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
289
|
+
rubocop-rake (0.7.1)
|
|
290
|
+
lint_roller (~> 1.1)
|
|
291
|
+
rubocop (>= 1.72.1)
|
|
292
|
+
rubocop-rspec (3.9.0)
|
|
293
|
+
lint_roller (~> 1.1)
|
|
294
|
+
rubocop (~> 1.81)
|
|
279
295
|
ruby-progressbar (1.13.0)
|
|
280
|
-
|
|
281
|
-
rubyzip (2.3.2)
|
|
296
|
+
rubyzip (2.4.1)
|
|
282
297
|
simplecov (0.15.1)
|
|
283
298
|
docile (~> 1.1.0)
|
|
284
299
|
json (>= 1.8, < 3)
|
|
285
300
|
simplecov-html (~> 0.10.0)
|
|
286
301
|
simplecov-html (0.10.2)
|
|
287
|
-
sqlite3 (1.
|
|
288
|
-
|
|
302
|
+
sqlite3 (1.7.3-arm64-darwin)
|
|
303
|
+
sqlite3 (1.7.3-x86_64-linux)
|
|
304
|
+
stringio (3.2.0)
|
|
289
305
|
test-unit (3.1.5)
|
|
290
306
|
power_assert
|
|
291
|
-
thor (1.
|
|
292
|
-
timeout (0.
|
|
293
|
-
tomlrb (2.0.
|
|
307
|
+
thor (1.5.0)
|
|
308
|
+
timeout (0.6.1)
|
|
309
|
+
tomlrb (2.0.4)
|
|
310
|
+
tsort (0.2.0)
|
|
294
311
|
tzinfo (2.0.6)
|
|
295
312
|
concurrent-ruby (~> 1.0)
|
|
296
|
-
unicode-display_width (2.
|
|
297
|
-
|
|
298
|
-
|
|
313
|
+
unicode-display_width (3.2.0)
|
|
314
|
+
unicode-emoji (~> 4.1)
|
|
315
|
+
unicode-emoji (4.2.0)
|
|
316
|
+
websocket-driver (0.8.0)
|
|
317
|
+
base64
|
|
299
318
|
websocket-extensions (>= 0.1.0)
|
|
300
319
|
websocket-extensions (0.1.5)
|
|
301
320
|
with_env (1.1.0)
|
|
302
321
|
xml-simple (1.1.9)
|
|
303
322
|
rexml
|
|
304
|
-
yard (0.9.
|
|
305
|
-
zeitwerk (2.
|
|
323
|
+
yard (0.9.38)
|
|
324
|
+
zeitwerk (2.7.5)
|
|
306
325
|
|
|
307
326
|
PLATFORMS
|
|
308
|
-
arm64-darwin-
|
|
327
|
+
arm64-darwin-23
|
|
328
|
+
arm64-darwin-24
|
|
329
|
+
arm64-darwin-25
|
|
309
330
|
x86_64-linux
|
|
310
331
|
|
|
311
332
|
DEPENDENCIES
|
|
312
|
-
appraisal (~> 2.
|
|
333
|
+
appraisal (~> 2.5.0)
|
|
313
334
|
bundler (~> 2.1)
|
|
314
335
|
combustion (~> 1.3)
|
|
315
336
|
license_finder (>= 7.0)
|
|
316
337
|
lumberaxe!
|
|
317
|
-
nokogiri (< 1.16)
|
|
318
338
|
parser (>= 2.5, != 2.5.1.1)
|
|
319
339
|
pry (>= 0.14.2)
|
|
320
340
|
pry-byebug (= 3.10.1)
|
|
321
|
-
rails (= 7.1.3)
|
|
322
|
-
rainbow (=
|
|
341
|
+
rails (= 7.1.3.2)
|
|
342
|
+
rainbow (= 3.1.1)
|
|
323
343
|
rake (~> 13.0)
|
|
324
344
|
rspec (~> 3.0)
|
|
325
|
-
rspec-rails (~>
|
|
345
|
+
rspec-rails (~> 7.1.1)
|
|
326
346
|
rubocop-powerhome!
|
|
327
347
|
simplecov (= 0.15.1)
|
|
328
|
-
sqlite3 (~> 1.
|
|
348
|
+
sqlite3 (~> 1.7.3)
|
|
329
349
|
test-unit (= 3.1.5)
|
|
330
|
-
yard (= 0.9.
|
|
350
|
+
yard (= 0.9.38)
|
|
331
351
|
|
|
332
352
|
BUNDLED WITH
|
|
333
|
-
2.
|
|
353
|
+
2.5.23
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# This file was generated by Appraisal
|
|
4
|
+
|
|
5
|
+
source "https://rubygems.org"
|
|
6
|
+
|
|
7
|
+
gem "appraisal", "~> 2.5.0"
|
|
8
|
+
gem "bundler", "~> 2.1"
|
|
9
|
+
gem "combustion", "~> 1.3"
|
|
10
|
+
gem "license_finder", ">= 7.0"
|
|
11
|
+
gem "parser", ">= 2.5", "!= 2.5.1.1"
|
|
12
|
+
gem "pry", ">= 0.14.2"
|
|
13
|
+
gem "pry-byebug", "3.10.1"
|
|
14
|
+
gem "rails", "7.2.3.1"
|
|
15
|
+
gem "rainbow", "3.1.1"
|
|
16
|
+
gem "rake", "~> 13.0"
|
|
17
|
+
gem "rspec", "~> 3.0"
|
|
18
|
+
gem "rspec-rails", "~> 8.0.1"
|
|
19
|
+
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
20
|
+
gem "simplecov", "0.15.1"
|
|
21
|
+
gem "sqlite3", "~> 2.9"
|
|
22
|
+
gem "test-unit", "3.1.5"
|
|
23
|
+
gem "yard", "0.9.38"
|
|
24
|
+
|
|
25
|
+
gemspec path: "../"
|