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