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
@@ -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,114 +11,122 @@ 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.0.
|
22
|
-
actionpack (= 7.0.
|
23
|
-
activesupport (= 7.0.
|
21
|
+
actioncable (7.0.8.7)
|
22
|
+
actionpack (= 7.0.8.7)
|
23
|
+
activesupport (= 7.0.8.7)
|
24
24
|
nio4r (~> 2.0)
|
25
25
|
websocket-driver (>= 0.6.1)
|
26
|
-
actionmailbox (7.0.
|
27
|
-
actionpack (= 7.0.
|
28
|
-
activejob (= 7.0.
|
29
|
-
activerecord (= 7.0.
|
30
|
-
activestorage (= 7.0.
|
31
|
-
activesupport (= 7.0.
|
26
|
+
actionmailbox (7.0.8.7)
|
27
|
+
actionpack (= 7.0.8.7)
|
28
|
+
activejob (= 7.0.8.7)
|
29
|
+
activerecord (= 7.0.8.7)
|
30
|
+
activestorage (= 7.0.8.7)
|
31
|
+
activesupport (= 7.0.8.7)
|
32
32
|
mail (>= 2.7.1)
|
33
33
|
net-imap
|
34
34
|
net-pop
|
35
35
|
net-smtp
|
36
|
-
actionmailer (7.0.
|
37
|
-
actionpack (= 7.0.
|
38
|
-
actionview (= 7.0.
|
39
|
-
activejob (= 7.0.
|
40
|
-
activesupport (= 7.0.
|
36
|
+
actionmailer (7.0.8.7)
|
37
|
+
actionpack (= 7.0.8.7)
|
38
|
+
actionview (= 7.0.8.7)
|
39
|
+
activejob (= 7.0.8.7)
|
40
|
+
activesupport (= 7.0.8.7)
|
41
41
|
mail (~> 2.5, >= 2.5.4)
|
42
42
|
net-imap
|
43
43
|
net-pop
|
44
44
|
net-smtp
|
45
45
|
rails-dom-testing (~> 2.0)
|
46
|
-
actionpack (7.0.
|
47
|
-
actionview (= 7.0.
|
48
|
-
activesupport (= 7.0.
|
46
|
+
actionpack (7.0.8.7)
|
47
|
+
actionview (= 7.0.8.7)
|
48
|
+
activesupport (= 7.0.8.7)
|
49
49
|
rack (~> 2.0, >= 2.2.4)
|
50
50
|
rack-test (>= 0.6.3)
|
51
51
|
rails-dom-testing (~> 2.0)
|
52
52
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
53
|
-
actiontext (7.0.
|
54
|
-
actionpack (= 7.0.
|
55
|
-
activerecord (= 7.0.
|
56
|
-
activestorage (= 7.0.
|
57
|
-
activesupport (= 7.0.
|
53
|
+
actiontext (7.0.8.7)
|
54
|
+
actionpack (= 7.0.8.7)
|
55
|
+
activerecord (= 7.0.8.7)
|
56
|
+
activestorage (= 7.0.8.7)
|
57
|
+
activesupport (= 7.0.8.7)
|
58
58
|
globalid (>= 0.6.0)
|
59
59
|
nokogiri (>= 1.8.5)
|
60
|
-
actionview (7.0.
|
61
|
-
activesupport (= 7.0.
|
60
|
+
actionview (7.0.8.7)
|
61
|
+
activesupport (= 7.0.8.7)
|
62
62
|
builder (~> 3.1)
|
63
63
|
erubi (~> 1.4)
|
64
64
|
rails-dom-testing (~> 2.0)
|
65
65
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
66
|
-
activejob (7.0.
|
67
|
-
activesupport (= 7.0.
|
66
|
+
activejob (7.0.8.7)
|
67
|
+
activesupport (= 7.0.8.7)
|
68
68
|
globalid (>= 0.3.6)
|
69
|
-
activemodel (7.0.
|
70
|
-
activesupport (= 7.0.
|
71
|
-
activerecord (7.0.
|
72
|
-
activemodel (= 7.0.
|
73
|
-
activesupport (= 7.0.
|
74
|
-
activestorage (7.0.
|
75
|
-
actionpack (= 7.0.
|
76
|
-
activejob (= 7.0.
|
77
|
-
activerecord (= 7.0.
|
78
|
-
activesupport (= 7.0.
|
69
|
+
activemodel (7.0.8.7)
|
70
|
+
activesupport (= 7.0.8.7)
|
71
|
+
activerecord (7.0.8.7)
|
72
|
+
activemodel (= 7.0.8.7)
|
73
|
+
activesupport (= 7.0.8.7)
|
74
|
+
activestorage (7.0.8.7)
|
75
|
+
actionpack (= 7.0.8.7)
|
76
|
+
activejob (= 7.0.8.7)
|
77
|
+
activerecord (= 7.0.8.7)
|
78
|
+
activesupport (= 7.0.8.7)
|
79
79
|
marcel (~> 1.0)
|
80
80
|
mini_mime (>= 1.1.0)
|
81
|
-
activesupport (7.0.
|
81
|
+
activesupport (7.0.8.7)
|
82
82
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
83
83
|
i18n (>= 1.6, < 2)
|
84
84
|
minitest (>= 5.1)
|
85
85
|
tzinfo (~> 2.0)
|
86
|
-
appraisal (2.
|
86
|
+
appraisal (2.5.0)
|
87
87
|
bundler
|
88
88
|
rake
|
89
89
|
thor (>= 0.14.0)
|
90
|
-
ast (2.4.
|
91
|
-
|
90
|
+
ast (2.4.3)
|
91
|
+
base64 (0.3.0)
|
92
|
+
builder (3.3.0)
|
92
93
|
byebug (11.1.3)
|
94
|
+
cgi (0.5.0)
|
93
95
|
coderay (1.1.3)
|
94
|
-
combustion (1.
|
96
|
+
combustion (1.5.0)
|
95
97
|
activesupport (>= 3.0.0)
|
96
98
|
railties (>= 3.0.0)
|
97
99
|
thor (>= 0.14.6)
|
98
|
-
concurrent-ruby (1.
|
100
|
+
concurrent-ruby (1.3.5)
|
99
101
|
crass (1.0.6)
|
100
|
-
|
101
|
-
|
102
|
+
csv (3.3.5)
|
103
|
+
date (3.4.1)
|
104
|
+
diff-lcs (1.6.2)
|
102
105
|
docile (1.1.5)
|
103
|
-
|
106
|
+
erb (4.0.4)
|
107
|
+
cgi (>= 0.3.3)
|
108
|
+
erubi (1.13.1)
|
104
109
|
globalid (1.2.1)
|
105
110
|
activesupport (>= 6.1)
|
106
|
-
i18n (1.14.
|
111
|
+
i18n (1.14.7)
|
107
112
|
concurrent-ruby (~> 1.0)
|
108
|
-
json (2.
|
109
|
-
|
113
|
+
json (2.13.2)
|
114
|
+
language_server-protocol (3.17.0.5)
|
115
|
+
license_finder (7.2.1)
|
110
116
|
bundler
|
117
|
+
csv (~> 3.2)
|
111
118
|
rubyzip (>= 1, < 3)
|
112
119
|
thor (~> 1.2)
|
113
120
|
tomlrb (>= 1.3, < 2.1)
|
114
121
|
with_env (= 1.1.0)
|
115
122
|
xml-simple (~> 1.1.9)
|
123
|
+
lint_roller (1.1.0)
|
116
124
|
lograge (0.10.0)
|
117
125
|
actionpack (>= 4)
|
118
126
|
activesupport (>= 4)
|
119
127
|
railties (>= 4)
|
120
128
|
request_store (~> 1.0)
|
121
|
-
loofah (2.
|
129
|
+
loofah (2.24.1)
|
122
130
|
crass (~> 1.0.2)
|
123
131
|
nokogiri (>= 1.12.0)
|
124
132
|
mail (2.8.1)
|
@@ -126,174 +134,183 @@ GEM
|
|
126
134
|
net-imap
|
127
135
|
net-pop
|
128
136
|
net-smtp
|
129
|
-
marcel (1.0.
|
130
|
-
method_source (1.
|
137
|
+
marcel (1.0.4)
|
138
|
+
method_source (1.1.0)
|
131
139
|
mini_mime (1.1.5)
|
132
|
-
minitest (5.
|
133
|
-
net-imap (0.4.
|
140
|
+
minitest (5.25.5)
|
141
|
+
net-imap (0.4.22)
|
134
142
|
date
|
135
143
|
net-protocol
|
136
144
|
net-pop (0.1.2)
|
137
145
|
net-protocol
|
138
146
|
net-protocol (0.2.2)
|
139
147
|
timeout
|
140
|
-
net-smtp (0.
|
148
|
+
net-smtp (0.5.1)
|
141
149
|
net-protocol
|
142
|
-
nio4r (2.7.
|
143
|
-
nokogiri (1.
|
150
|
+
nio4r (2.7.4)
|
151
|
+
nokogiri (1.17.2-arm64-darwin)
|
144
152
|
racc (~> 1.4)
|
145
|
-
nokogiri (1.
|
153
|
+
nokogiri (1.17.2-x86_64-linux)
|
146
154
|
racc (~> 1.4)
|
147
|
-
parallel (1.
|
148
|
-
parser (3.
|
155
|
+
parallel (1.27.0)
|
156
|
+
parser (3.3.9.0)
|
149
157
|
ast (~> 2.4.1)
|
150
158
|
racc
|
151
|
-
power_assert (2.0.
|
159
|
+
power_assert (2.0.5)
|
160
|
+
prism (1.4.0)
|
152
161
|
pry (0.14.2)
|
153
162
|
coderay (~> 1.1)
|
154
163
|
method_source (~> 1.0)
|
155
164
|
pry-byebug (3.10.1)
|
156
165
|
byebug (~> 11.0)
|
157
166
|
pry (>= 0.13, < 0.15)
|
158
|
-
racc (1.
|
159
|
-
rack (2.2.
|
160
|
-
rack-test (2.
|
167
|
+
racc (1.8.1)
|
168
|
+
rack (2.2.17)
|
169
|
+
rack-test (2.2.0)
|
161
170
|
rack (>= 1.3)
|
162
|
-
rails (7.0.
|
163
|
-
actioncable (= 7.0.
|
164
|
-
actionmailbox (= 7.0.
|
165
|
-
actionmailer (= 7.0.
|
166
|
-
actionpack (= 7.0.
|
167
|
-
actiontext (= 7.0.
|
168
|
-
actionview (= 7.0.
|
169
|
-
activejob (= 7.0.
|
170
|
-
activemodel (= 7.0.
|
171
|
-
activerecord (= 7.0.
|
172
|
-
activestorage (= 7.0.
|
173
|
-
activesupport (= 7.0.
|
171
|
+
rails (7.0.8.7)
|
172
|
+
actioncable (= 7.0.8.7)
|
173
|
+
actionmailbox (= 7.0.8.7)
|
174
|
+
actionmailer (= 7.0.8.7)
|
175
|
+
actionpack (= 7.0.8.7)
|
176
|
+
actiontext (= 7.0.8.7)
|
177
|
+
actionview (= 7.0.8.7)
|
178
|
+
activejob (= 7.0.8.7)
|
179
|
+
activemodel (= 7.0.8.7)
|
180
|
+
activerecord (= 7.0.8.7)
|
181
|
+
activestorage (= 7.0.8.7)
|
182
|
+
activesupport (= 7.0.8.7)
|
174
183
|
bundler (>= 1.15.0)
|
175
|
-
railties (= 7.0.
|
176
|
-
rails-dom-testing (2.
|
184
|
+
railties (= 7.0.8.7)
|
185
|
+
rails-dom-testing (2.3.0)
|
177
186
|
activesupport (>= 5.0.0)
|
178
187
|
minitest
|
179
188
|
nokogiri (>= 1.6)
|
180
|
-
rails-html-sanitizer (1.6.
|
189
|
+
rails-html-sanitizer (1.6.2)
|
181
190
|
loofah (~> 2.21)
|
182
|
-
nokogiri (
|
183
|
-
railties (7.0.
|
184
|
-
actionpack (= 7.0.
|
185
|
-
activesupport (= 7.0.
|
191
|
+
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)
|
192
|
+
railties (7.0.8.7)
|
193
|
+
actionpack (= 7.0.8.7)
|
194
|
+
activesupport (= 7.0.8.7)
|
186
195
|
method_source
|
187
196
|
rake (>= 12.2)
|
188
197
|
thor (~> 1.0)
|
189
198
|
zeitwerk (~> 2.5)
|
190
199
|
rainbow (2.2.2)
|
191
200
|
rake
|
192
|
-
rake (13.
|
193
|
-
regexp_parser (2.
|
194
|
-
request_store (1.
|
201
|
+
rake (13.3.0)
|
202
|
+
regexp_parser (2.11.2)
|
203
|
+
request_store (1.7.0)
|
195
204
|
rack (>= 1.4)
|
196
|
-
rexml (3.
|
197
|
-
rspec (3.
|
198
|
-
rspec-core (~> 3.
|
199
|
-
rspec-expectations (~> 3.
|
200
|
-
rspec-mocks (~> 3.
|
201
|
-
rspec-core (3.
|
202
|
-
rspec-support (~> 3.
|
203
|
-
rspec-expectations (3.
|
205
|
+
rexml (3.4.1)
|
206
|
+
rspec (3.13.1)
|
207
|
+
rspec-core (~> 3.13.0)
|
208
|
+
rspec-expectations (~> 3.13.0)
|
209
|
+
rspec-mocks (~> 3.13.0)
|
210
|
+
rspec-core (3.13.5)
|
211
|
+
rspec-support (~> 3.13.0)
|
212
|
+
rspec-expectations (3.13.5)
|
204
213
|
diff-lcs (>= 1.2.0, < 2.0)
|
205
|
-
rspec-support (~> 3.
|
206
|
-
rspec-mocks (3.
|
214
|
+
rspec-support (~> 3.13.0)
|
215
|
+
rspec-mocks (3.13.5)
|
207
216
|
diff-lcs (>= 1.2.0, < 2.0)
|
208
|
-
rspec-support (~> 3.
|
209
|
-
rspec-rails (
|
210
|
-
actionpack (>=
|
211
|
-
activesupport (>=
|
212
|
-
railties (>=
|
213
|
-
rspec-core (~> 3.
|
214
|
-
rspec-expectations (~> 3.
|
215
|
-
rspec-mocks (~> 3.
|
216
|
-
rspec-support (~> 3.
|
217
|
-
rspec-support (3.
|
218
|
-
rubocop (1.
|
217
|
+
rspec-support (~> 3.13.0)
|
218
|
+
rspec-rails (7.1.1)
|
219
|
+
actionpack (>= 7.0)
|
220
|
+
activesupport (>= 7.0)
|
221
|
+
railties (>= 7.0)
|
222
|
+
rspec-core (~> 3.13)
|
223
|
+
rspec-expectations (~> 3.13)
|
224
|
+
rspec-mocks (~> 3.13)
|
225
|
+
rspec-support (~> 3.13)
|
226
|
+
rspec-support (3.13.4)
|
227
|
+
rubocop (1.74.0)
|
219
228
|
json (~> 2.3)
|
229
|
+
language_server-protocol (~> 3.17.0.2)
|
230
|
+
lint_roller (~> 1.1.0)
|
220
231
|
parallel (~> 1.10)
|
221
|
-
parser (>= 3.
|
232
|
+
parser (>= 3.3.0.2)
|
222
233
|
rainbow (>= 2.2.2, < 4.0)
|
223
|
-
regexp_parser (>=
|
224
|
-
|
225
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
234
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
235
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
226
236
|
ruby-progressbar (~> 1.7)
|
227
|
-
unicode-display_width (>= 2.4.0, <
|
228
|
-
rubocop-ast (1.
|
229
|
-
parser (>= 3.
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
rubocop (
|
234
|
-
|
235
|
-
|
236
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
237
|
-
rubocop-rails (2.23.1)
|
237
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
238
|
+
rubocop-ast (1.46.0)
|
239
|
+
parser (>= 3.3.7.2)
|
240
|
+
prism (~> 1.4)
|
241
|
+
rubocop-performance (1.24.0)
|
242
|
+
lint_roller (~> 1.1)
|
243
|
+
rubocop (>= 1.72.1, < 2.0)
|
244
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
245
|
+
rubocop-rails (2.30.3)
|
238
246
|
activesupport (>= 4.2.0)
|
247
|
+
lint_roller (~> 1.1)
|
239
248
|
rack (>= 1.1)
|
240
|
-
rubocop (>= 1.
|
241
|
-
rubocop-ast (>= 1.
|
242
|
-
rubocop-rake (0.
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
rubocop
|
249
|
+
rubocop (>= 1.72.1, < 2.0)
|
250
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
251
|
+
rubocop-rake (0.7.1)
|
252
|
+
lint_roller (~> 1.1)
|
253
|
+
rubocop (>= 1.72.1)
|
254
|
+
rubocop-rspec (3.6.0)
|
255
|
+
lint_roller (~> 1.1)
|
256
|
+
rubocop (~> 1.72, >= 1.72.1)
|
248
257
|
ruby-progressbar (1.13.0)
|
249
|
-
rubyzip (2.
|
258
|
+
rubyzip (2.4.1)
|
250
259
|
simplecov (0.15.1)
|
251
260
|
docile (~> 1.1.0)
|
252
261
|
json (>= 1.8, < 3)
|
253
262
|
simplecov-html (~> 0.10.0)
|
254
263
|
simplecov-html (0.10.2)
|
255
|
-
sqlite3 (1.
|
264
|
+
sqlite3 (1.7.3-arm64-darwin)
|
265
|
+
sqlite3 (1.7.3-x86_64-linux)
|
256
266
|
test-unit (3.1.5)
|
257
267
|
power_assert
|
258
|
-
thor (1.
|
259
|
-
timeout (0.4.
|
268
|
+
thor (1.4.0)
|
269
|
+
timeout (0.4.3)
|
260
270
|
tomlrb (2.0.3)
|
261
271
|
tzinfo (2.0.6)
|
262
272
|
concurrent-ruby (~> 1.0)
|
263
|
-
unicode-display_width (
|
264
|
-
|
273
|
+
unicode-display_width (3.1.5)
|
274
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
275
|
+
unicode-emoji (4.0.4)
|
276
|
+
websocket-driver (0.8.0)
|
277
|
+
base64
|
265
278
|
websocket-extensions (>= 0.1.0)
|
266
279
|
websocket-extensions (0.1.5)
|
267
280
|
with_env (1.1.0)
|
268
281
|
xml-simple (1.1.9)
|
269
282
|
rexml
|
270
283
|
yard (0.9.21)
|
271
|
-
zeitwerk (2.6.
|
284
|
+
zeitwerk (2.6.18)
|
272
285
|
|
273
286
|
PLATFORMS
|
274
|
-
arm64-darwin-
|
287
|
+
arm64-darwin-23
|
288
|
+
arm64-darwin-24
|
275
289
|
x86_64-linux
|
276
290
|
|
277
291
|
DEPENDENCIES
|
278
|
-
appraisal (~> 2.
|
292
|
+
appraisal (~> 2.5.0)
|
279
293
|
bundler (~> 2.1)
|
280
294
|
combustion (~> 1.3)
|
295
|
+
erb (< 5)
|
281
296
|
license_finder (>= 7.0)
|
282
297
|
lumberaxe!
|
283
|
-
|
298
|
+
net-imap (< 0.5.0)
|
299
|
+
nokogiri (< 1.18.0)
|
284
300
|
parser (>= 2.5, != 2.5.1.1)
|
285
301
|
pry (>= 0.14.2)
|
286
302
|
pry-byebug (= 3.10.1)
|
287
|
-
rails (= 7.0.
|
303
|
+
rails (= 7.0.8.7)
|
288
304
|
rainbow (= 2.2.2)
|
289
305
|
rake (~> 13.0)
|
290
306
|
rspec (~> 3.0)
|
291
|
-
rspec-rails (~>
|
307
|
+
rspec-rails (~> 7.1.1)
|
292
308
|
rubocop-powerhome!
|
293
309
|
simplecov (= 0.15.1)
|
294
|
-
sqlite3 (~> 1.
|
310
|
+
sqlite3 (~> 1.7.3)
|
295
311
|
test-unit (= 3.1.5)
|
296
312
|
yard (= 0.9.21)
|
313
|
+
zeitwerk (< 2.7.0)
|
297
314
|
|
298
315
|
BUNDLED WITH
|
299
|
-
2.
|
316
|
+
2.5.23
|
data/gemfiles/rails_7_1.gemfile
CHANGED
@@ -2,8 +2,26 @@
|
|
2
2
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
|
5
|
-
gem "
|
5
|
+
gem "appraisal", "~> 2.5.0"
|
6
|
+
gem "bundler", "~> 2.1"
|
7
|
+
gem "combustion", "~> 1.3"
|
8
|
+
gem "erb", "< 5"
|
9
|
+
gem "license_finder", ">= 7.0"
|
10
|
+
gem "net-imap", "< 0.5.0"
|
11
|
+
gem "nokogiri", "< 1.18.0"
|
12
|
+
gem "parser", ">= 2.5", "!= 2.5.1.1"
|
13
|
+
gem "pry", ">= 0.14.2"
|
14
|
+
gem "pry-byebug", "3.10.1"
|
15
|
+
gem "rails", "7.1.3.2"
|
16
|
+
gem "rainbow", "2.2.2"
|
17
|
+
gem "rake", "~> 13.0"
|
18
|
+
gem "rspec", "~> 3.0"
|
19
|
+
gem "rspec-rails", "~> 7.1.1"
|
6
20
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
7
|
-
gem "
|
21
|
+
gem "simplecov", "0.15.1"
|
22
|
+
gem "sqlite3", "~> 1.7.3"
|
23
|
+
gem "test-unit", "3.1.5"
|
24
|
+
gem "yard", "0.9.21"
|
25
|
+
gem "zeitwerk", "< 2.7.0"
|
8
26
|
|
9
27
|
gemspec path: "../"
|